[Bug optimization/13175] ICE in eliminate_extraneous_phis, at tree-ssa.c:1720
reichelt at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Nov 26 02:59:00 GMT 2003
------- Additional Comments From reichelt at gcc dot gnu dot org 2003-11-26 02:59 -------
Yes. I saw that a millisecond I hit the commit button :-(
But this one is really without extensions:
=============================
void foo(int i)
{
const char *p = "x";
i = i ? i+1 : i;
i && p[1];
}
=============================
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13175
More information about the Gcc-bugs
mailing list