[Bug middle-end/31542] Incorrect optization with nan values

2023-06-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31542 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |4.5.0 Resolution|---

[Bug middle-end/31542] Incorrect optization with nan values

2023-06-06 Thread scott at minsters dot us via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31542 --- Comment #5 from Scott Minster --- Thanks for looking at this old bug. I had totally forgotten about it myself! I agree that it does not seem to affect any recent version of GCC. It was likely fixed in GCC 4, and doesn't seem to affect any

[Bug middle-end/31542] Incorrect optization with nan values

2023-06-01 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31542 --- Comment #4 from Andrew Pinski --- I can't reproduce this in any recent versions of GCC. Even in GCC 4.7.3 and GCC 4.6.4 it works and we get no assert.

[Bug middle-end/31542] Incorrect optization with nan values

2007-04-11 Thread scott at minsters dot us
--- Comment #3 from scott at minsters dot us 2007-04-11 22:31 --- -ffast-math was not used. Adding that option actually makes the test work. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31542