This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
egcs internal compiler error
- To: gcc-bugs at gcc dot gnu dot org
- Subject: egcs internal compiler error
- From: Thomas Roessler <roessler at sobolev dot rhein dot de>
- Date: Wed, 15 Mar 2000 13:05:14 +0100
- >Received: by sobolev.rhein.de (Postfix, from userid 200)id 30B90F27D; Wed, 15 Mar 2000 13:05:15 +0100 (MET)
- Cc: root at iam dot uni-bonn dot de
System information:
> IRIX carlotta 6.5 07271713 IP22
Command line:
> gcc -v --save-temps -g -O2 -c calc.c 2> err > out
Error output:
>Reading specs from /usr/local/prog/gcc-2.95/lib/gcc-lib/mips-sgi-irix6.3/2.95/specs
>gcc version 2.95 19990728 (release)
> /usr/local/prog/gcc-2.95/lib/gcc-lib/mips-sgi-irix6.3/2.95/cpp -lang-c -v -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 -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 calc.c calc.i
>GNU CPP version 2.95 19990728 (release) [AL 1.1, MM 40] SGI running IRIX 6.x
>#include "..." search starts here:
>#include <...> search starts here:
> /usr/local/include
> /usr/local/prog/gcc-2.95/lib/gcc-lib/mips-sgi-irix6.3/2.95/../../../../mips-sgi-irix6.3/include
> /usr/local/prog/gcc-2.95/lib/gcc-lib/mips-sgi-irix6.3/2.95/include
> /usr/include
>End of search list.
>The following default directories have been omitted from the search path:
> /usr/local/prog/gcc-2.95/lib/gcc-lib/mips-sgi-irix6.3/2.95/../../../../include/g++-3
>End of omitted list.
> /usr/local/prog/gcc-2.95/lib/gcc-lib/mips-sgi-irix6.3/2.95/cc1 calc.i -quiet -dumpbase calc.c -g -O2 -version -o calc.s
>GNU C version 2.95 19990728 (release) (mips-sgi-irix6.3) compiled by GNU C version 2.95 19990728 (release).
>calc.c: In function `calc_m':
>calc.c:89: Internal compiler error in `add_bound_info', at dwarf2out.c:7370
>Please submit a full bug report.
>See <URL:http://egcs.cygnus.com/faq.html#bugreport> for instructions.
The preprocessed source code is attached.
--
http://www.guug.de/~roessler/
calc.i.gz