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: signal 11



hi, 

while compiling "pgp5.0i" i found a compiler error.

system:
gcc on mips-sgi-irix6.2:

Message:
gcc: Internal compiler error: program cc1 got fatal signal 11

Reason:
the -g (debug option) causes the crash.

Remark:
without -g it works fine.


Greetings:
Andreas Bohne

i i could help - do not heasitate to ask me.

-------------------------------------------------------------------------


gcc -g -v -DUNIX=1  -Wall -W -Wshadow -Wpointer-arith -Wmissing-prototypes
-Wwrite-strings -DHAVE
_CONFIG_H -DPGPTRUSTMODEL=0 -DDEBUG=1 -DUNFINISHED_CODE_ALLOWED=0     
-I../../../. -I../../.././inclu
de -I../include -I.     -c pgpDES3.c
Reading specs from /usr/freeware/lib/gcc-lib/mips-sgi-irix6.2/2.95.2/specs
gcc version 2.95.2 19991024 (release)
 /usr/freeware/lib/gcc-lib/mips-sgi-irix6.2/2.95.2/cpp -lang-c -v -I../../../.
-I../../.././include -I../include -I. -D__GNUC__=2 -D__GNUC_MINOR__=95 -Dunix
-Dmips -Dsgi -Dhost_mips -DMIPSEB -D_MIPSEB -DSYSTYPE_SVR4 -D_LONGLONG
-D_SVR4_SOURCE -D_MODERN_C -D__DSO__ -D__unix__ -D__mips__ -D__sgi__
-D__host_mips__ -D__MIPSEB__ -D_MIPSEB -D__SYSTYPE_SVR4__ -D_LONGLONG
-D_SVR4_SOURCE -D_MODERN_C -D__DSO__ -D__unix -D__mips -D__sgi -D__host_mips
-D__MIPSEB -D__SYSTYPE_SVR4 -Asystem(unix) -Asystem(svr4) -Acpu(mips)
-Amachine(sgi) -D__CHAR_UNSIGNED__ -D__OPTIMIZE__ -g -Wall -W -Wshadow
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D__LANGUAGE_C
-D_LANGUAGE_C -DLANGUAGE_C -D__SIZE_TYPE__=unsigned int -D__PTRDIFF_TYPE__=int
-D__EXTENSIONS__ -D_SGI_SOURCE -D_MIPS_FPSET=32 -D_MIPS_ISA=_MIPS_ISA_MIPS3
-D_ABIN32=2 -D_MIPS_SIM=_ABIN32 -D_MIPS_SZINT=32 -D_MIPS_SZLONG=32
-D_MIPS_SZPTR=32 -D_COMPILER_VERSION=601 -U__mips -D__mips=3 -D__mips64
-DUNIX=1 -DHAVE_CONFIG_H -DPGPTRUSTMODEL=0 -DDEBUG=1
-DUNFINISHED_CODE_ALLOWED=0 pgpDES3.c /var/tmp/ccDHjk6a.i
GNU CPP version 2.95.2 19991024 (release) [AL 1.1, MM 40] SGI running IRIX 6.x
#include "..." search starts here:
#include <...> search starts here:
 ../../..
 ../../../include
 ../include
 .

/usr/freeware/lib/gcc-lib/mips-sgi-irix6.2/2.95.2/../../../../mips-sgi-irix6.2/i
nclude
 /usr/freeware/lib/gcc-lib/mips-sgi-irix6.2/2.95.2/include
 /usr/include
End of search list.
The following default directories have been omitted from the search path:
 /usr/freeware/lib/gcc-lib/mips-sgi-irix6.2/2.95.2/include/g++
 /usr/local/include
End of omitted list.
 /usr/freeware/lib/gcc-lib/mips-sgi-irix6.2/2.95.2/cc1 /var/tmp/ccDHjk6a.i
-quiet -dumpbase pgpDES3.c -g -O -Wall -W -Wshadow -Wpointer-arith
-Wmissing-prototypes -Wwrite-strings -version -o /var/tmp/ccX6Mfxa.s
GNU C version 2.95.2 19991024 (release) (mips-sgi-irix6.2) compiled by GNU C
version 2.95.2 19991024 (release).
gcc: Internal compiler error: program cc1 got fatal signal 11

+---------------------------------------------------
| Dr. Andreas Bohne-Lang
| DKFZ (German Cancer Research Center)
| Central Unit of Spectroscopy / R0400
| Molecular Modeling Group
| Im Neuenheimer Feld 280  Tel:+49(0)6221/42-4541
| D-69120 Heidelberg       Fax:+49(0)6221/42-2995
| E-Mail: a.bohne@dkfz.de
| URL: http://www.dkfz.de/spec/


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