Dwarf2 Dies on "throw()"
Jeffrey Oldham
oldham@codesourcery.com
Mon Feb 26 20:45:00 GMT 2001
cc1plus compiled for mips-sgi-irix6.5 with -g Dwarf2 debugging dies
with an internal segmentation fault in
gcc/dwarf2out.c:dwarf2out_decl(0x0) given the following code:
void
foo () throw ()
{
return;
}
It also seems to die if the "throw" function specification has a type.
What code changed today (26Feb) to cause this change? gcc/dwarf2out.c
did not change.
Thanks,
Jeffrey D. Oldham
oldham@codesourcery.com
More information about the Gcc-bugs
mailing list