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: "rguenth at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 Jun 2007 15:08:11 -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 #1 from rguenth at gcc dot gnu dot org 2007-06-12 15:08 -------
trunk-g/gcc> ./cc1plus -O -fipa-pta t.ii
S1::S1() S1::S1() S1::S1() void S2::f2() void f(S2&)
Analyzing compilation unit
Performing interprocedural optimizations
<visibility> <early_local_cleanups> <inline> <static-var> <pure-const> <pta>
t.ii: In member function 'void S2::f2()':
t.ii:10: error: stmt (0x2b369f6d8780) marked modified after optimization pass:
_ZGVZN2S22f2EvE2s1.0_1 = (char *) &_ZGVZN2S22f2EvE2s1;
t.ii:10: internal compiler error: verify_ssa failed
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
--
rguenth at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Keywords| |ice-on-valid-code
Last reconfirmed|0000-00-00 00:00:00 |2007-06-12 15:08:11
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32305