[Bug c/60413] extra precision not properly removed on assignment of return value
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Mar 4 16:14:00 GMT 2014
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60413
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
CC| |jakub at gcc dot gnu.org
Resolution|--- |INVALID
--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Use -fexcess-precision=standard or -std=c99 if you want the slower, but
standard conforming, rounds to get rid of excess precision.
More information about the Gcc-bugs
mailing list