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]

Build failure on 19990726 CVS (optimizer fault?)


Hi,
I'm getting an ICE from cc1plus when compiling tinfo.cc. cc1plus dies with a
segv in lang_init (lex.c). The stack traceback from that point made little
sense, so I rebuilt everying after stripping the -O2 flags from gcc's Makefile.
Hey presto! tinfo.cc is successfully compiled.

 I think tinfo.cc is the first C++ file which is compiled, and the fault is
actually an optimizer bug in the stage1 compiler which builds cc1plus.

The system is sparc-sun-solaris2.6. Last week's cvs (19990719) was ok.

nathan

-- 
Dr Nathan Sidwell :: Computer Science Department :: Bristol University
        I have seen the death of PhotoShop -- it is called GIMP
nathan@acm.org  http://www.cs.bris.ac.uk/~nathan/  nathan@cs.bris.ac.uk


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