[Bug fortran/106579] ieee_signaling_nan problem in fortran on powerpc64
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Aug 30 09:10:57 GMT 2022
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106579
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #15 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Fixed also for GCC 12 by inlining in that case only the IEEE quad real(kind)
ieee_{class,value} and just checking a single bit instead of using
__builtin_issignaling.
More information about the Gcc-bugs
mailing list