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



Please note that this compilation succeeds with no problems on a mostly
similar machine with compiler version egcs-2.91.66.

System versions:

Linux 2.2.12-20 #1 Mon Sep 27 10:40:35 EDT 1999 i686
unknown
Kernel modules         2.1.85
Gnu C                  2.95.2
Binutils               2.9.4.0.6
Linux C Library        2.1.2
Dynamic linker         ldd (GNU libc) 2.1.2
Linux C++ Library      2.8.1
Procps                 2.0.6
Mount                  2.10f
Net-tools              Utilities
Kbd                    0.94
Sh-utils               1.16

libstdc++-devel-2.95.2-3

Compiler command-line:
c++ -funsigned-char -c -ansi -DUNIX -DSTAT_POSIX -DHAVE_BOOL -DHAVE_WINT_T
-DHAVE_WCSLEN -DHAVE_WCSCPY -DHAVE_WCSNCPY -DHAVE_WCSCAT -DHAVE_WCSCMP
-DHAVE_WCSNCMP -I/space/ztang/projects/jikes/src
-I/space/ztang/projects/jikes/build -O2 -DTEST -g  -DHAVE_WCHAR_H=1
/space/ztang/projects/jikes/src/symbol.cpp

Output:
In file included from /space/ztang/projects/jikes/src/symbol.cpp:16:
/space/ztang/projects/jikes/src/tuple.h: In method `void
Tuple<Tuple<AstExpression *> >::AllocateMoreSpace()':
/space/ztang/projects/jikes/src/tuple.h:198:   instantiated from
`Tuple<Tuple<AstExpression *> >::NextIndex()'
/space/ztang/projects/jikes/src/tuple.h:212:   instantiated from
`Tuple<Tuple<AstExpression *> >::Next()'
/space/ztang/projects/jikes/src/semantic.h:177:   instantiated from here
/space/ztang/projects/jikes/src/tuple.h:98: Internal compiler error.
/space/ztang/projects/jikes/src/tuple.h:98: Please submit a full bug
report.
/space/ztang/projects/jikes/src/tuple.h:98: See
<URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for instructions.

The .ii file is attached.

Hope that helps.

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