This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/12129] Unexpected loss of floating point precision in assignment


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]