public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/105105] New: Fortran IEEE support
@ 2022-03-30 11:26 tkoenig at gcc dot gnu.org
  2022-03-30 16:17 ` [Bug fortran/105105] [Meta] " kargl at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: tkoenig at gcc dot gnu.org @ 2022-03-30 11:26 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105105

            Bug ID: 105105
           Summary: Fortran IEEE support
           Product: gcc
           Version: 11.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: tkoenig at gcc dot gnu.org
  Target Milestone: ---

A meta-bug for Fortran IEEE support.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug fortran/105105] [Meta] Fortran IEEE support
  2022-03-30 11:26 [Bug fortran/105105] New: Fortran IEEE support tkoenig at gcc dot gnu.org
@ 2022-03-30 16:17 ` kargl at gcc dot gnu.org
  2022-08-26  7:46 ` cvs-commit at gcc dot gnu.org
  2023-06-06 12:56 ` fxcoudert at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: kargl at gcc dot gnu.org @ 2022-03-30 16:17 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105105

kargl at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Depends on|                            |67531, 69101, 78314, 82968,
                   |                            |91690, 95640, 95644, 100662
                 CC|                            |kargl at gcc dot gnu.org

--- Comment #1 from kargl at gcc dot gnu.org ---
Add to the "Depends on" list.

Note, both Fortran 2018 and 2023 need to be reviewed for completeness.


Referenced Bugs:

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67531
[Bug 67531] No IEEE rounding support for powerpc long double type
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69101
[Bug 69101] [F03] IEEE_SELECTED_REAL_KIND is not generic
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78314
[Bug 78314] [aarch64] ieee_support_halting does not report unsupported fpu
traps correctly
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82968
[Bug 82968] gfortran.dg/ieee/ieee_6.f90 fails at -O0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91690
[Bug 91690] Slow IEEE intrinsics
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95640
[Bug 95640] gfortran ieee_selected_real_kind returns 10
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95644
[Bug 95644] [F2018] IEEE_FMA is missing from the IEEE_ARITHMETIC module
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100662
[Bug 100662] intrinsic::ieee_arithmetic fails on aarch, powerpc architectures
on FreeBSD

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug fortran/105105] [Meta] Fortran IEEE support
  2022-03-30 11:26 [Bug fortran/105105] New: Fortran IEEE support tkoenig at gcc dot gnu.org
  2022-03-30 16:17 ` [Bug fortran/105105] [Meta] " kargl at gcc dot gnu.org
@ 2022-08-26  7:46 ` cvs-commit at gcc dot gnu.org
  2023-06-06 12:56 ` fxcoudert at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2022-08-26  7:46 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105105

--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Jakub Jelinek <jakub@gcc.gnu.org>:

https://gcc.gnu.org/g:387e6f1570816915f8d198eec71c666439f41814

commit r13-2215-g387e6f1570816915f8d198eec71c666439f41814
Author: Jakub Jelinek <jakub@redhat.com>
Date:   Fri Aug 26 09:45:19 2022 +0200

    libgfortran: Use __builtin_issignaling in libgfortran [PR105105]

    The following patch makes use of the new __builtin_issignaling,
    so it no longer needs the fallback implementation and can use
    the builtin even where glibc provides the macro.

    2022-08-26  Jakub Jelinek  <jakub@redhat.com>

            PR fortran/105105
            * ieee/ieee_helper.c: Don't include issignaling_fallback.h.
            (CLASSMACRO): Use __builtin_issignaling instead of issignaling.
            * ieee/issignaling_fallback.h: Removed.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug fortran/105105] [Meta] Fortran IEEE support
  2022-03-30 11:26 [Bug fortran/105105] New: Fortran IEEE support tkoenig at gcc dot gnu.org
  2022-03-30 16:17 ` [Bug fortran/105105] [Meta] " kargl at gcc dot gnu.org
  2022-08-26  7:46 ` cvs-commit at gcc dot gnu.org
@ 2023-06-06 12:56 ` fxcoudert at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: fxcoudert at gcc dot gnu.org @ 2023-06-06 12:56 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105105
Bug 105105 depends on bug 95644, which changed state.

Bug 95644 Summary: [F2018] IEEE_FMA is missing from the IEEE_ARITHMETIC module
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95644

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-06-06 12:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-30 11:26 [Bug fortran/105105] New: Fortran IEEE support tkoenig at gcc dot gnu.org
2022-03-30 16:17 ` [Bug fortran/105105] [Meta] " kargl at gcc dot gnu.org
2022-08-26  7:46 ` cvs-commit at gcc dot gnu.org
2023-06-06 12:56 ` fxcoudert at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).