https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30971
Martin Sebor changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30971
Martin Sebor changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
--- Comment #3 from eres at il dot ibm dot com 2007-02-26 18:26 ---
Sure, sorry about that,-funsafe-math-optimizations is more suitable here.
The testcase also fails when -funsafe-math-optimizations is used (fsigned-zeros
is set in that case which means the testcase should not have been
--- Comment #2 from rguenth at gcc dot gnu dot org 2007-02-26 17:37 ---
With -ffast-math -0 is treated the same as 0. Which would make this report
invalid...?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30971