[Bug c/82318] -fexcess-precision=standard has no effect on a libm function call

bugdal at aerifal dot cx gcc-bugzilla@gcc.gnu.org
Fri Feb 7 02:20:00 GMT 2020


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

Rich Felker <bugdal at aerifal dot cx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugdal at aerifal dot cx

--- Comment #5 from Rich Felker <bugdal at aerifal dot cx> ---
My understanding is that C2x is fixing this underspecification and will require
the library functions to drop excess precision as if they used a return
statement. So this really should be fixed in glibc if it's still an issue; if
they accept fixing that I don't think GCC needs any action on this. I just
fixed it in musl.


More information about the Gcc-bugs mailing list