Subject: Re: gcc bug
To: Jonathan Perkin <jonathan@perkin.org.uk>
From: Martin Husemann <martin@duskware.de>
List: port-sparc64
Date: 05/23/2003 15:36:37
On Fri, May 23, 2003 at 11:27:32AM +0100, Jonathan Perkin wrote:
> While building latest pkgsrc/www/mozilla:

Heh, nice try ;-)

> c++ -o nsBinaryStream.o -c -DOSTYPE=\"NetBSD1\" -DOSARCH=\"NetBSD\" -DOJI -D_IMPL_NS_COM  -I../../dist/include/string -I../../dist/include/xpcom -I../../dist/include -I/usr/pkgsrc/www/mozilla/work/mozilla/dist/include/nspr -I/usr/pkg/include -I/usr/pkg/include   -I/usr/X11R6/include   -fPIC -DPIC  -I/usr/X11R6/include/gdk-pixbuf-1.0  -I/usr/pkg/include -I/usr/X11R6/include  -I/usr/X11R6/include -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -pedantic -Wno-long-long -O -ffixed-g4 -I/usr/pkg/include -I/usr/X11R6/include -Dunix -pthread -pipe  -DNDEBUG -DTRIMMED -O2  -I/usr/X11R6/include/gdk-pixbuf-1.0  -I/usr/pkg/include -I/usr/X11R6/include  -I/usr/X11R6/include -DMOZILLA_CLIENT -include ../../mozilla-config.h -Wp,-MD,.deps/nsBinaryStream.pp nsBinaryStream.cpp
> nsBinaryStream.cpp: In method `nsresult nsBinaryOutputStream::WriteFloat(float)':
> nsBinaryStream.cpp:150: Internal compiler error in `create_reg_dead_note', at haifa-sched.c:4496
> Please submit a full bug report.
> See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
> cpp0: output pipe has been closed
> gmake[3]: *** [nsBinaryStream.o] Error 1
> gmake[3]: Leaving directory
> `/usr/pkgsrc/www/mozilla/work/mozilla/xpcom/io'

The in-tree gcc is totaly useless when it comes to c++ stuff. Just forget
about it. Now that gcc 3.3 is out, we'll hopefully have a better situation
soon.

Martin