This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]