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 `instantiate_virtual_regs_1'


Hi,

I've got an internal compiler error with 2.95.2 (I have several files
that have that problem).

There are 2 attachements:

- output of the compile (-v --save-temps). The command line was:

c++ -DHAVE_CONFIG_H -I. -I/home/dirk/inform/piprot/common/optimlib -I../.. -I/home/dirk/inform/piprot/redland/include -I/home/dirk/inform/piprot/common/include -I/home/dirk/inform/piprot/base/include  -I/usr/inform/target/include -I/usr/inform/tools/include/g++ -I/usr/inform/tools/include  -g  -Wall -ftemplate-depth-18 -W -Wno-unused -D_REENTRANT -DRW_MULTI_THREAD -DRWDEBUG -D_REENTRANT -c t.cc -v --save-temps

- the ii file: t.ii

Regards,
Dirk Bonné
cd /home/dirk/inform/piprot/common/optimlib/
c++ -DHAVE_CONFIG_H -I. -I/home/dirk/inform/piprot/common/optimlib -I../.. -I/home/dirk/inform/piprot/redland/include -I/home/dirk/inform/piprot/common/include -I/home/dirk/inform/piprot/base/include  -I/usr/inform/target/include -I/usr/inform/tools/include/g++ -I/usr/inform/tools/include  -g  -Wall -ftemplate-depth-18 -W -Wno-unused -D_REENTRANT -DRW_MULTI_THREAD -DRWDEBUG -D_REENTRANT -c t.cc -v --save-temps
Reading specs from /usr/lib/gcc-lib/i386-linux/2.95.2/specs
gcc version 2.95.2 20000116 (Debian GNU/Linux)
 /usr/lib/gcc-lib/i386-linux/2.95.2/cpp -lang-c++ -v -I. -I/home/dirk/inform/piprot/common/optimlib -I../.. -I/home/dirk/inform/piprot/redland/include -I/home/dirk/inform/piprot/common/include -I/home/dirk/inform/piprot/base/include -I/usr/inform/target/include -I/usr/inform/tools/include/g++ -I/usr/inform/tools/include -D__GNUC__=2 -D__GNUG__=2 -D__GNUC_MINOR__=95 -D__cplusplus -D__ELF__ -Dunix -D__i386__ -Dlinux -D__ELF__ -D__unix__ -D__i386__ -D__linux__ -D__unix -D__linux -Asystem(posix) -D__EXCEPTIONS -g -Wall -W -Wno-unused -Acpu(i386) -Amachine(i386) -Di386 -D__i386 -D__i386__ -DHAVE_CONFIG_H -D_REENTRANT -DRW_MULTI_THREAD -DRWDEBUG -D_REENTRANT t.cc t.ii
GNU CPP version 2.95.2 20000116 (Debian GNU/Linux) (i386 Linux/ELF)
#include "..." search starts here:
#include <...> search starts here:
 .
 ../..
 /home/dirk/inform/piprot/redland/include
 /home/dirk/inform/piprot/common/include
 /home/dirk/inform/piprot/base/include
 /usr/lib/gcc-lib/i386-linux/2.95.2/../../../../include/g++-3
 /usr/local/include
 /usr/lib/gcc-lib/i386-linux/2.95.2/include
 /usr/include
End of search list.
The following default directories have been omitted from the search path:
 /usr/lib/gcc-lib/i386-linux/2.95.2/../../../../i386-linux/include
End of omitted list.
 /usr/lib/gcc-lib/i386-linux/2.95.2/cc1plus t.ii -quiet -dumpbase t.cc -g -Wall -W -Wno-unused -version -ftemplate-depth-18 -o t.s
GNU C++ version 2.95.2 20000116 (Debian GNU/Linux) (i386-linux) compiled by GNU C version 2.95.2 20000116 (Debian GNU/Linux).
t.cc: In method `class SmrTime FearSchedule::calc_non_pausable_sequence(const FearSchedule::iterator &, const SmrTime &, FearSchedule::iterator &)':
t.cc:18: Internal compiler error in `instantiate_virtual_regs_1', at function.c:3863
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for instructions.

Compilation exited abnormally with code 1 at Tue Feb  8 10:13:51

t.ii.bz2


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