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 in `scan_region', at except.c:2710


When compiling libcln with the latest cvs snapshot (991222) I get the
following internal compiler error:

ghost:/temp/tmp/cln-1.0.2/src$ /temp/bin/c++ -v --save-temps -O2 -I../include -I../include -I./float/dfloat -I./float -I./base -I./float/dfloat/elem -I./integer -I./base/digitseq -I./base/digit -Ibase -I../gmp -c -fPIC -DPIC ./float/dfloat/misc/cl_DF_idecode.cc
Reading specs from /temp/lib/gcc-lib/i686-pc-linux-gnu/2.96/specs
gcc version 2.96 19991222 (experimental)
 /temp/lib/gcc-lib/i686-pc-linux-gnu/2.96/cpp -lang-c++ -v -I../include -I../include -I./float/dfloat -I./float -I./base -I./float/dfloat/elem -I./integer -I./base/digitseq -I./base/digit -Ibase -I../gmp -D__GNUC__=2 -D__GNUG__=2 -D__GNUC_MINOR__=96 -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__ -Acpu(i386) -Amachine(i386) -Di386 -D__i386 -D__i386__ -D__tune_pentiumpro__ -D__PIC__ -D__pic__ -DPIC ./float/dfloat/misc/cl_DF_idecode.cc cl_DF_idecode.ii
GNU CPP version 2.96 19991222 (experimental) (i386 Linux/ELF)
#include "..." search starts here:
#include <...> search starts here:
 ../include
 float/dfloat
 float
 base
 float/dfloat/elem
 integer
 base/digitseq
 base/digit
 base
 ../gmp
 /temp/lib/gcc-lib/i686-pc-linux-gnu/2.96/../../../../include/g++-3
 /usr/local/include
 /temp/lib/gcc-lib/i686-pc-linux-gnu/2.96/../../../../i686-pc-linux-gnu/include
 /temp/lib/gcc-lib/i686-pc-linux-gnu/2.96/include
 /usr/include
End of search list.
The following default directories have been omitted from the search path:
End of omitted list.
 /temp/lib/gcc-lib/i686-pc-linux-gnu/2.96/cc1plus cl_DF_idecode.ii -quiet -dumpbase cl_DF_idecode.cc -O2 -version -fPIC -o cl_DF_idecode.s
GNU C++ version 2.96 19991222 (experimental) (i686-pc-linux-gnu) compiled by GNU C version 2.96 19991222 (experimental).
./float/dfloat/misc/cl_DF_idecode.cc: In function `const cl_idecoded_float integer_decode_float (const cl_DF &)':
./float/dfloat/misc/cl_DF_idecode.cc:43: Internal compiler error in `scan_region', at except.c:2710


I have attached the complete gzipped .ii output.

Regards
    -rbk.

cl_DF_idecode.ii.gz


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