[Bug tree-optimization/56407] [4.7 Regression] Optimizations (-O2 -O3) make comparison of arrays of ints to fail

2014-06-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56407 Richard Biener changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug tree-optimization/56407] [4.7 Regression] Optimizations (-O2 -O3) make comparison of arrays of ints to fail

2013-04-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56407 Richard Biener changed: What|Removed |Added Target Milestone|4.7.3 |4.7.4 --- Comment #4 from Rich

[Bug tree-optimization/56407] [4.7 Regression] Optimizations (-O2 -O3) make comparison of arrays of ints to fail

2013-04-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56407 --- Comment #3 from Richard Biener 2013-04-03 10:26:53 UTC --- Author: rguenth Date: Wed Apr 3 10:25:23 2013 New Revision: 197399 URL: http://gcc.gnu.org/viewcvs?rev=197399&root=gcc&view=rev Log: 2013-04-03 Richard Biener P

[Bug tree-optimization/56407] [4.7 Regression] Optimizations (-O2 -O3) make comparison of arrays of ints to fail

2013-04-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56407 --- Comment #2 from Richard Biener 2013-04-03 10:22:53 UTC --- Testcase, also fails at -O2: /* { dg-do run } */ extern void abort(void); extern int rand(void); static void copy(int *r,int *a,int na) { int i; for( i = 0 ; i <

[Bug tree-optimization/56407] [4.7 Regression] Optimizations (-O2 -O3) make comparison of arrays of ints to fail

2013-04-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56407 Richard Biener changed: What|Removed |Added Priority|P3 |P2 Component|c