[Bug target/12129] Unexpected loss of floating point precision in assignment
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Sep 3 05:37:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12129
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-09-03 05:37 -------
assigning it to a temporary variable forces (by placing in memory by having no optimizations) a
change in floating point precision and causes rounding to take place which causes more havoc
than you think so this is still a dup of bug 323.
More information about the Gcc-bugs
mailing list