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]

Dwarf2 Dies on "throw()"


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


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