This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
dwarf2out.c go boom
- To: <gcc-bugs at gcc dot gnu dot org>
- Subject: dwarf2out.c go boom
- From: Gavin Romig-Koch <gavin at cygnus dot com>
- Date: Wed, 29 Sep 1999 12:24:33 -0400 (EDT)
The mipstx39-elf compiler, which uses dwarf2 by default, from this
morning's source fails on the following (which was cut down from
frame.c). I tried to sort out why, but couldn't.
-gavin...
static __inline__ void
start_fde_sort ()
{
malloc (100);
}
static void
frame_init ()
{
start_fde_sort ();
}
$ ./cc1 frame.i -quiet -dumpbase frame.c -g -O2 -o frame.s
frame.i: In function `frame_init':
frame.i:13: Internal compiler error in `add_abstract_origin_attribute', at dwarf2out.c:7654
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for instructions.