[Bug tree-optimization/61931] Wrong Constant Folding

2015-10-20 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61931 Marek Polacek changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug tree-optimization/61931] Wrong Constant Folding

2014-12-21 Thread mikpelinux at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61931 --- Comment #5 from Mikael Pettersson --- Created attachment 34307 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34307&action=edit backport of r197965 (without neon bits) + testcase Patch which fixes this testcase; I'll do a full bootstra

[Bug tree-optimization/61931] Wrong Constant Folding

2014-12-20 Thread mikpelinux at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61931 --- Comment #4 from Mikael Pettersson --- This was fixed for 4.9 by r197965.

[Bug tree-optimization/61931] Wrong Constant Folding

2014-12-20 Thread mikpelinux at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61931 Mikael Pettersson changed: What|Removed |Added CC||mikpelinux at gmail dot com --- Comm

[Bug tree-optimization/61931] Wrong Constant Folding

2014-12-17 Thread ishiura-compiler at ml dot kwansei.ac.jp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61931 --- Comment #2 from Ishiura Lab Compiler Team --- We are sorry for having reported an error program with undefined behavior. We have redone minimization. The resulting program is as follows. $ cat test.c int a = 1; int b = 0; int c = 1; int d =

[Bug tree-optimization/61931] Wrong Constant Folding

2014-12-09 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61931 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug tree-optimization/61931] Wrong Constant Folding

2014-07-27 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61931 --- Comment #1 from Andrew Pinski --- This code is undefined due to the arguments passed to printf. Please correct that and try again.