This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/32305] ICE in initialize_flags_in_bb with -O -fipa-pta
- From: "tbm at cyrius dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 26 Aug 2007 08:30:39 -0000
- Subject: [Bug c++/32305] ICE in initialize_flags_in_bb with -O -fipa-pta
- References: <bug-32305-8535@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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