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 108.



Hi there,

The following internal error does not appear when compiling the same
code with with gcc-2.95.2.

Keep up the good work,

Leif

g++ -c -Wall   -O  -I../../ -I/usr/local/include -v --save-temps test.cc
Reading specs from /usr/local/test/lib/gcc-lib/i686-pc-linux-gnu/2.96/specs
gcc version 2.96 20000313 (experimental)
 /usr/local/test/lib/gcc-lib/i686-pc-linux-gnu/2.96/cpp -lang-c++ -v -I../../ -I/usr/local/include -D__GNUC__=2 -D__GNUG__=2 -D__GNUC_MINOR__=96 -D__GNUC_PATCHLEVEL__=0 -D__cplusplus -D__ELF__ -Dunix -Dlinux -D__ELF__ -D__unix__ -D__linux__ -D__unix -D__linux -Asystem(posix) -D__EXCEPTIONS -D__OPTIMIZE__ -Wall -Acpu(i386) -Amachine(i386) -Di386 -D__i386 -D__i386__ -D__tune_pentiumpro__ test.cc test.ii
GNU CPP version 2.96 20000313 (experimental) (cpplib)
 (i386 Linux/ELF)
ignoring duplicate directory `/usr/local/include'
#include "..." search starts here:
#include <...> search starts here:
 ../../
 /usr/local/include
 /usr/local/test/include/g++-3
 /usr/local/test/lib/gcc-lib/i686-pc-linux-gnu/2.96/include
 /usr/local/test/i686-pc-linux-gnu/include
 /usr/include
End of search list.
 /usr/local/test/lib/gcc-lib/i686-pc-linux-gnu/2.96/cc1plus test.ii -quiet -dumpbase test.cc -O -Wall -version -o test.s
GNU C++ version 2.96 20000313 (experimental) (i686-pc-linux-gnu) compiled by GNU C version 2.96 20000313 (experimental).
In file included from test.cc:2:
Rebinder.h:36: Internal compiler error 108.
Rebinder.h:36: Please submit a full bug report.
Rebinder.h:36: See <URL:http://www.gnu.org/software/gcc/bugs.html> for
Rebinder.h:36: instructions.

test.ii.gz



-- 
--------------------------------------------------
Leif Lönnblad, Department of Theoretical Physics 2
Sölvegatan 14A, S-223 62 Lund, Sweden
phone: +46-46 2227780,  fax: +46-46 2229686
e-mail: <Leif.Lonnblad@cern.ch>, <leif@thep.lu.se>
http://www.thep.lu.se/~leif

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