[Bug c++/32305] New: ICE in initialize_flags_in_bb with -O -fipa-pta
wouter dot vermaelen at scarlet dot be
gcc-bugzilla@gcc.gnu.org
Tue Jun 12 14:17:00 GMT 2007
> 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
More information about the Gcc-bugs
mailing list