[Bug c/56767] gcc does not generate correct code with -O2

2013-03-28 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56767 --- Comment #2 from Jonathan Wakely 2013-03-28 17:39:38 UTC --- GCC clearly warns you about this: x.c: In function ‘round2’: x.c:10:1: warning: control reaches end of non-void function [-Wreturn-type] This is why before creating the bug repor

[Bug c/56767] gcc does not generate correct code with -O2

2013-03-28 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56767 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|