Internal compiler error

Peter Ludemann ludemann@inxight.com
Thu May 7 20:06:00 GMT 1998


$ g++ -v
Reading specs from /net/wistaria/usr/local-wistaria/egcs/lib/gcc-lib/sparc-sun-solaris2.5.1/egcs-2.90.27/specs
gcc version egcs-2.90.27 980315 (egcs-1.0.2 release)

$ uname -a
SunOS wistaria 5.5.1 Generic_103640-12 sun4u sparc SUNW,Ultra-1

Error was:

McSorter.h:78: Internal compiler error.
McSorter.h:78: Please submit a full bug report to `egcs-bugs@cygnus.com'.

You can obtain the source from:

http://www.zib.de/Visual/software/doc++/docxxsrc.tar.gz

Edit the Makefile and run "make all".

$ rcsdiff -u Makefile 
===================================================================
RCS file: RCS/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile    1998/05/08 01:36:14     1.1
+++ Makefile    1998/05/08 01:36:57
@@ -5,11 +5,11 @@
     CC         = gcc
 #    CFLAGS    =  -DUNIX -g  # -DDEBUG
 #    CFLAGS    = -DUNIX -DNDEBUG -O2 
-    CCC        = CC
+#    CCC       = CC
 #    CFLAGS    = -DUNIX -g# -ggdb -DDEBUG 
     CFLAGS     = -DUNIX -DNDEBUG -O
 #    CFLAGS    = -DUNIX -DNDEBUG -O2 -funroll-loops -fomit-frame-pointer
-#    CCC       = g++
+    CCC        = g++
     CXX        = $(CCC)
     C++FLAGS   = $(CFLAGS)
     CCFLAGS    = $(C++FLAGS)


Peter Ludemann                    +1.650.813.6806  (fax: +1.650.813.7400)
Manager, Aplication Components    ludemann@inxight.com
Inxight Software, Inc.            http://www.inxight.com
PAHV 118, 3400 Hillview Ave., Palo Alto, CA 94304 




More information about the Gcc-bugs mailing list