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]

gcc 2.95.2 internal error


OS version:

uname -a
Linux pcast2 2.2.15 #12 Wed May 10 16:08:55 MEST 2000 i686 unknown

Compiler version:

g++ --version
2.95.2

Command line leading to problem:

g++ -c -g -O2 -I/usr/lib/glib/include    -DHAVE_CONFIG_H -I../compface -DFACES
-DUSE_SOUND -I. -I../mail -I../../pixmap -I../editor -I../include   
-I/usr/X11R6/include  xformswrap.cpp
xformswrap.cpp: In function `void fl_load_textedit(GtkWidget *, const char *)':
xformswrap.cpp:1071: Internal compiler error in `reg_save', at dwarf2out.c:951
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.

Command creating the preprocessed source:

g++ -v --save-temps -c -g -O2 -I/usr/lib/glib/include    -DHAVE_CONFIG_H
-I../compface -DFACES -DUSE_SOUND -I. -I../mail -I ../../pixmap -I../editor
-I../include    -I/usr/X11R6/include  xformswrap.cpp
Reading specs from /usr/lib/gcc-lib/i486-suse-linux/2.95.2/specs
gcc version 2.95.2 19991024 (release)
 /usr/lib/gcc-lib/i486-suse-linux/2.95.2/cpp -lang-c++ -v -I/usr/lib/glib/includ
e -I../compface -I. -I../mail -I../../pixmap -I../editor -I../include -I/usr/X11
R6/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__ -g -Acpu(i386) -Amachine
(i386) -Di386 -D__i386 -D__i386__ -Di486 -D__i486 -D__i486__ -DHAVE_CONFIG_H -DF
 ../mail
 ../../pixmap
 /usr/X11R6/include
 /usr/include/g++
 /usr/local/include
 /usr/lib/gcc-lib/i486-suse-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/i486-suse-linux/2.95.2/../../../../i486-suse-linux/include
End of omitted list.
 /usr/lib/gcc-lib/i486-suse-linux/2.95.2/cc1plus xformswrap.ii -quiet -dumpbase
xformswrap.cc -g -O2 -version -o xformswrap.s
GNU C++ version 2.95.2 19991024 (release) (i486-suse-linux) compiled by GNU C
version 2.95.2 19991024 (release).
xformswrap.cpp: In function `void fl_load_textedit(GtkWidget *, const char *)':
xformswrap.cpp:1071: Internal compiler error in `reg_save', at dwarf2out.c:951
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.

Preprocessed source:

see attachment.

General hint:

I got the first mail back from the cygnus mailer which is unfortunately
configured not to accept mails of more than 200000 bytes. This can be really a
problem when having to attach preprocessed sources according to the procedure
described on the gcc bugs web page.

Andreas Steinmetz
D.O.M. Datenverarbeitung GmbH

xformswrap.ii.bz2


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