[Bug c/12870] ICE: opnum_of_phi, at tree-ssa-pre.c:1151
falk at debian dot org
gcc-bugzilla@gcc.gnu.org
Sat Nov 1 18:36:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12870
falk at debian dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From falk at debian dot org 2003-11-01 18:36 -------
I can confirm this with with 20031101. I stumbled upon the same error message
with this test case:
void
bb_getopt_ulflags (char *s)
{
for (;;)
if (s[1])
do
s++;
while (*s);
}
More information about the Gcc-bugs
mailing list