https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63747
Eric Botcazou changed:
What|Removed |Added
CC||ebotcazou at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63747
Martin Liška changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63747
--- Comment #6 from Martin Liška ---
Author: marxin
Date: Fri Nov 7 12:35:43 2014
New Revision: 217219
URL: https://gcc.gnu.org/viewcvs?rev=217219&root=gcc&view=rev
Log:
PR ipa/63747
* gcc.dg/ipa/pr63747.c: New test.
* ipa-icf-gimpl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63747
Andrew Pinski changed:
What|Removed |Added
Keywords||build, wrong-code
Status|UNC
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63747
--- Comment #4 from Joey Ye ---
It actually fails on all targets.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63747
--- Comment #3 from Joey Ye ---
Created attachment 33906
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33906&action=edit
/home/joeye01/patches/icf-switch-testcase-141105.patch
Test case patch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63747
--- Comment #2 from Joey Ye ---
/* { 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:
return 1;
}
}
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63747
Richard Biener changed:
What|Removed |Added
Target||arm
Host|
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