[Bug tree-optimization/63747] [5 regression] icf mis-compares switch gimple

2014-11-08 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63747 Eric Botcazou ebotcazou at gcc dot gnu.org changed: What|Removed |Added CC||ebotcazou at

[Bug tree-optimization/63747] [5 regression] icf mis-compares switch gimple

2014-11-07 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63747 --- Comment #6 from Martin Liška marxin at gcc dot gnu.org --- Author: marxin Date: Fri Nov 7 12:35:43 2014 New Revision: 217219 URL: https://gcc.gnu.org/viewcvs?rev=217219root=gccview=rev Log: PR ipa/63747 * gcc.dg/ipa/pr63747.c: New

[Bug tree-optimization/63747] [5 regression] icf mis-compares switch gimple

2014-11-07 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63747 Martin Liška marxin at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug tree-optimization/63747] [5 regression] icf mis-compares switch gimple

2014-11-05 Thread thopre01 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63747 thopre01 at gcc dot gnu.org changed: What|Removed |Added CC||thopre01 at gcc dot gnu.org

[Bug tree-optimization/63747] [5 regression] icf mis-compares switch gimple

2014-11-05 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63747 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Target||arm

[Bug tree-optimization/63747] [5 regression] icf mis-compares switch gimple

2014-11-05 Thread joey.ye at arm dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63747 --- Comment #2 from Joey Ye joey.ye at arm dot com --- /* { dg-options -O2 } */ /* { dg-do run } */ static int __attribute__((noinline)) foo(int i) { switch (i) { case 0: case 1: case 2: case 3: return 0; default:

[Bug tree-optimization/63747] [5 regression] icf mis-compares switch gimple

2014-11-05 Thread joey.ye at arm dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63747 --- Comment #3 from Joey Ye joey.ye at arm dot com --- Created attachment 33906 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=33906action=edit /home/joeye01/patches/icf-switch-testcase-141105.patch Test case patch

[Bug tree-optimization/63747] [5 regression] icf mis-compares switch gimple

2014-11-05 Thread joey.ye at arm dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63747 --- Comment #4 from Joey Ye joey.ye at arm dot com --- It actually fails on all targets.

[Bug tree-optimization/63747] [5 regression] icf mis-compares switch gimple

2014-11-05 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63747 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Keywords||build,