[Bug rtl-optimization/30971] Wrong return value (Tail call optimization)

2016-04-04 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30971 Martin Sebor changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug rtl-optimization/30971] Wrong return value (Tail call optimization)

2016-01-24 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30971 Martin Sebor changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug rtl-optimization/30971] Wrong return value (Tail call optimization)

2007-02-26 Thread eres at il dot ibm dot com
--- 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

[Bug rtl-optimization/30971] Wrong return value (Tail call optimization)

2007-02-26 Thread rguenth at gcc dot gnu dot org
--- 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