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