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]

Re: Internal compiler error (dwarfout_finish, dwarfout.c:6102)


On Oct  5, 1999, Jerry Carter <jerry.carter@speechworks.com> wrote:

> GNU C++ version 2.95.1 19990816 (release) (i386-pc-solaris2.7) compiled by
> GNU C version 2.95.1 19990816 (release).
> tl_map.h:76: Internal compiler error in `dwarfout_finish', at dwarfout.c:6102

Thanks.  This is a bug in `-gdwarf', that is the default on
Solaris/x86 up to gcc 2.95.1.  Release 2.95.2 will use -gstabs, which
is what it should have always used.  Meanwhile, get rid of -g, or use
-gstabs or -gdwarf-2 instead of it.

-- 
Alexandre Oliva http://www.ic.unicamp.br/~oliva IC-Unicamp, Bra[sz]il
oliva@{lsd.ic.unicamp.br,guarana.{org,com}} aoliva@{acm,computer}.org
oliva@{gnu.org,kaffe.org,{egcs,sourceware}.cygnus.com,samba.org}
** I may forward mail about projects to mailing lists; please use them


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