Hi,
I get the mentioned ICE if I compile the following code with -g
(gcc < 4 works fine):
struct A
{
virtual int foo();
double d;
};
struct B : public A
{
A::d;
};
int main()
{
return 0;
}
Cheers,
Andr�
--
Summary: ICE: in force_decl_die, at dwarf2out.c:12442
Product: gcc
Version: 4.0.0
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: Woebbeking at web dot de
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19406