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]

internal compiler error compiling Archimedes (http://archimedes.sourceforge.net/cgi-bin/archimedes?cvs)


Subjects says it all, but I'll elaborate:

Compiling Archimedes, I just hit an internal compiler error. The error hits
each and every time at exactly the same spot, so it is most likely a real
compiler error (and not some artifact from bad memory or some other external
cause).

gcc -v: 
-------
gcc version 2.95.2 19991024 (release)


uname -a: 
---------
Linux behemoth.localnet 2.3.99-pre8 #1 SMP Sun May 14 21:32:19 CEST 2000 i686 unknown


original command: 
-----------------
g++ -c -Wall -O3 -mpentium -I/usr/lib/glib/include -I/usr/lib/glib/include -D_REENTRANT  -I/usr/lib/glib/include -I/usr/X11R6/include   -DHAVE_CONFIG_H -I../compface -DFACES   -I. -I../mail -I../../pixmap -I../editor -I../include    -I/usr/X11R6/include  xformswrap.cpp


debug command: 
--------------
g++ -v --save-temps -c -Wall -O3 -mpentium -I/usr/lib/glib/include -I/usr/lib/glib/include -D_REENTRANT  -I/usr/lib/glib/include -I/usr/X11R6/include   -DHAVE_CONFIG_H -I../compface -DFACES   -I. -I../mail -I../../pixmap -I../editor -I../include    -I/usr/X11R6/include  xformswrap.cpp              Reading specs from /usr/lib/gcc-lib/i686-redhat-linux/2.95.2/specs
gcc version 2.95.2 19991024 (release)
 /usr/lib/gcc-lib/i686-redhat-linux/2.95.2/cpp -lang-c++ -v -I/usr/lib/glib/include -I/usr/lib/glib/include -I/usr/lib/glib/include -I/usr/X11R6/include -I../compface -I. -I../mail -I../../pixmap -I../editor -I../include -I/usr/X11R6/include -D__GNUC__=2 -D__GNUG__=2 -D__GNUC_MINOR__=95 -D__cplusplus -D__ELF__ -Dunix -D__i386__ -Dlinux -D__ELF__ -D__unix__ -D__i386__ -D__linux__ -D__unix -D__linux -Asystem(posix) -D__EXCEPTIONS -D__OPTIMIZE__ -Wall -Acpu(i386) -Amachine(i386) -Di386 -D__i386 -D__i386__ -Di586 -Dpentium -D__i586 -D__i586__ -D__pentium -D__pentium__ -D_REENTRANT -DHAVE_CONFIG_H -DFACES xformswrap.cpp xformswrap.ii
GNU CPP version 2.95.2 19991024 (release) (i386 Linux/ELF)
#include "..." search starts here:
#include <...> search starts here:
 /usr/lib/glib/include
 /usr/X11R6/include
 ../compface
 .
 ../mail
 ../../pixmap
 /usr/X11R6/include
 /usr/lib/gcc-lib/i686-redhat-linux/2.95.2/../../../../include/g++-3
 /usr/local/include
 /usr/lib/gcc-lib/i686-redhat-linux/2.95.2/include
 /usr/include
End of search list.
The following default directories have been omitted from the search path:
 /usr/lib/gcc-lib/i686-redhat-linux/2.95.2/../../../../i686-redhat-linux/includeEnd of omitted list.
 /usr/lib/gcc-lib/i686-redhat-linux/2.95.2/cc1plus xformswrap.ii -mcpu=pentium -quiet -dumpbase xformswrap.cc -mpentium -O3 -Wall -version -o xformswrap.s
GNU C++ version 2.95.2 19991024 (release) (i686-redhat-linux) compiled by GNU C version 2.95.2 19991024 (release).
xformswrap.cpp: In function `void fl_textedit_replace_sel(GtkWidget *, const char *)':
xformswrap.cpp:643: warning: unused variable `gint i'
xformswrap.cpp: In function `void fl_save_textedit(GtkWidget *, const char *)':
xformswrap.cpp:825: warning: comparison between signed and unsigned
xformswrap.cpp: In function `void fl_load_textedit(GtkWidget *, const char *)':
xformswrap.cpp:866: Internal compiler error in `reg_save', at dwarf2out.c:951
Please submit a full bug report.

preprocessed sourcefile: xformswrap.ii.bz2 (103288 bytes, attached)

This message exceeds 100 kbytes, so it might bounce. If it does, I'll put the
output up for grabs at some site...

Cheers//Frank
-- 
  WWWWW      _______________________
 ## o o\    /     Frank de Lange     \
 }#   \|   /                          \
  ##---# _/     <Hacker for Hire>      \
   ####   \      +31-320-252965        /
           \    frank@unternet.org    /
            -------------------------
 [ Hacker: http://www.jargon.org/html/entry/hacker.html ]

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