[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#275408: ICE: in force_decl_die, at dwarf2out.c:12375



Package: g++-4.0
Version: 4.0-0pre0
Severity: important
Tags: experimental


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é


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-1-k7
Locale: LANG=de_DE@euro, LC_CTYPE=de_DE@euro

Versions of packages g++-4.0 depends on:
ii  gcc-4.0                     4.0-0pre0    The GNU C compiler
ii  gcc-4.0-base                4.0-0pre0    The GNU Compiler Collection (base 
ii  libc6                       2.3.2.ds1-16 GNU C Library: Shared libraries an
ii  libstdc++6-4.0-dev          4.0-0pre0    The GNU Standard C++ Library v3 (d

-- no debconf information



Reply to: