------- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-15 21:23 ------- This almost can be considered a bug in the processor (x86 that is). The issue is that on x86 GCC is using excessive precision so you cannot really rely on equals with floating point. Either use -ffloat-store or use -mfpmath=sse -msse2 or stop relying on float being equal.
This is a dup of bug 323. *** This bug has been marked as a duplicate of 323 *** -- What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |DUPLICATE http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23407