[Bug debug/16792] [4.0 regression] ICE in gen_subprogram_die, at dwarf2out.c:11267

janis187 at us dot ibm dot com gcc-bugzilla@gcc.gnu.org
Sat Dec 4 01:19:00 GMT 2004


------- Additional Comments From janis187 at us dot ibm dot com  2004-12-04 01:19 -------
Current mainline g++ ICEs in the same place (now dwarf2out.c:11210) when
compiling 252.eon with -g on powerpc64-unknown-linux-gnu with either -m32
or -m64.  Here's a testcase extracted from the eon code:

double foo (double);

void bar (double a)
{
    double foo (double);
    double x = foo (a);
}

double foo (double a)
{
    return 0.0;
}

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16792



More information about the Gcc-bugs mailing list