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]

bug report: gcc internal error 980711


Hello.

I have a very simple bit of C++ code that causes gcc to crash with an
internal compiler error.

My system:
CPUs:		dual Pentium III 500MHz
Motherboard:	ASUS P2B-DS (board rev 1.06, BIOS 1.10)
RAM:		128 megs
OS:		Red Hat Linux 6.0, with update RPMs applied
Kernel:		2.2.5-22smp #1 SMP Wed Jun 2 09:11:51 EDT 1999 i686 unknown

My command and its output follows:

bartok [~/src/misc] g++ -v --save-temps foo.cpp
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/specs
gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)
 /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/cpp -lang-c++ -v -undef
-D__GNUC__=2 -D__GNUG__=2 -D__cplusplus -D__GNUC_MINOR__=91 -D__ELF__
-Dunix -Di386 -D__i386__ -Dlinux -D__ELF__ -D__unix__ -D__i386__ -D__i386__
-D__linux__ -D__unix -D__i386 -D__linux -Asystem(posix) -D__EXCEPTIONS
-Asystem(unix) -Acpu(i386) -Amachine(i386) -Di386 -D__i386 -D__i386__
foo.cpp foo.ii
GNU CPP version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release) (i386
Linux/ELF)
#include "..." search starts here:
#include <...> search starts here:
 /usr/include/g++-2
 /usr/local/include
 /usr/i386-redhat-linux/include
 /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include
 /usr/include
End of search list.
 /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/cc1plus foo.ii -quiet
-dumpbase foo.cc -version -o foo.s
GNU C++ version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)
(i386-redhat-linux) compiled by GNU C version egcs-2.91.66 19990314/Linux
(egcs-1.1.2 release).
foo.cpp:5: Internal compiler error 980711.
foo.cpp:5: Please submit a full bug report to `egcs-bugs@egcs.cygnus.com'.
foo.cpp:5: See <URL:http://egcs.cygnus.com/faq.html#bugreport> for details.

foo.zip


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