This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]