[Bug c++/32305] ICE in initialize_flags_in_bb with -O -fipa-pta

tbm at cyrius dot com gcc-bugzilla@gcc.gnu.org
Sun Aug 26 08:30:00 GMT 2007



------- Comment #3 from tbm at cyrius dot com  2007-08-26 08:30 -------
I get Richi's error with the alternative testcase below:

(sid)26000:tbm@em64t: ~/delta/bin] /usr/lib/gcc-snapshot/bin/gcc -O -c
-fipa-pta mini.c
mini.c: In function 'TestMD2':
mini.c:7: error: stmt (0x2b31b665e0c0) marked modified after optimization pass:
return;
mini.c:7: internal compiler error: verify_ssa failed
Please submit a full bug report,



/* Testcase by Martin Michlmayr <tbm@cyrius.com> */

static const char *strings[] = {
};
TestMD2 (void)
{
}


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32305



More information about the Gcc-bugs mailing list