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


On Oct  5, 1999, Xiuzhen ZHANG <xzhang@cs.mu.OZ.AU> wrote:

> 	g++ -v --save-temps -g -Wall -fno-strict-prototype      -c HashTree.cc

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

Yup, known bug.  Remove -g, or replace it with -gstabs or -gdwarf-2,
and it will work.  -gdwarf (the default for Solaris/x86 in gcc up to
2.95.1) is broken.  2.95.2 will use -gstabs by default, as it should
have always done.

-- 
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]