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]

dwarf2out.c go boom



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.





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