This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/32305] New: ICE in initialize_flags_in_bb with -O -fipa-pta
- From: "wouter dot vermaelen at scarlet dot be" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 Jun 2007 14:17:11 -0000
- Subject: [Bug c++/32305] New: ICE in initialize_flags_in_bb with -O -fipa-pta
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
> cat bug.ii
struct S1 {
S1() {}
};
struct S2 {
void f2() {
static S1 s1;
}
};
void f(S2& s2) {
s2.f2();
}
> g++ -O -fipa-pta bug.ii
bug1.ii: In function ?void f(S2&)?:
bug1.ii:9: internal compiler error: in initialize_flags_in_bb, at
tree-into-ssa.c:437
--
Summary: ICE in initialize_flags_in_bb with -O -fipa-pta
Product: gcc
Version: 4.3.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: wouter dot vermaelen at scarlet dot be
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32305