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 c++/23298] Float value assignements differ when inside a for loop


------- Additional Comments From dsell at agleader dot com  2005-08-09 20:24 -------
We did come to the realization that we should be using doubles to store the
values, because the values we were comparing were really too large for floats. 
However, the fact that rearranging the code or compiling on one platform vs
another could cause different results seemed to be wrong behaivour.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23298


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