gcc 2.95.1 -- internal compiler error

Vadim Zaliva lord@crocodile.org
Mon Oct 11 21:38:00 GMT 1999


I have:

GCC-2.95.1 under RedHat Linux 6.0

When I attempt to compile JIKES compiler source
I am getting following message:

...
c++ -funsigned-char -c -ansi -DTYPE_bool -DUNIX -DSTAT_POSIX
-I/export/home/lord/src/jikes/src -O2
/export/home/lord/src/jikes/src/javaact.cpp
c++ -funsigned-char -c -ansi -DTYPE_bool -DUNIX -DSTAT_POSIX
-I/export/home/lord/src/jikes/src -O2
/export/home/lord/src/jikes/src/error.cpp 
/export/home/lord/src/jikes/src/error.cpp: In function `static void
SemanticError::PrintDIRECTORY_FILE_CONFLICT(SemanticError::ErrorInfo &,
LexStream *, Control &)':
/export/home/lord/src/jikes/src/error.cpp:1497: Internal compiler error.
/export/home/lord/src/jikes/src/error.cpp:1497: Please submit a full bug
report.
/export/home/lord/src/jikes/src/error.cpp:1497: See
<URL: http://www.gnu.org/software/gcc/faq.html#bugreport > for instructions.
make: *** [error.o] Error 1
crocodile /export/home/lord/src/jikes/src> 

How to reproduce:

Due to the size, full source is not included. However you
can get it following anonymous CVS instructions at:

http://www.sourcery.org/jikes/anoncvs.html

after checking out source:

cd src
./configure
make

Sincerely,
Vadim

-- 
;;----------------------------------+-----------------------------------+
;; Vadim Zaliva                     + Those who do not understand Unix  +
;; mailto:lord@crocodile.org        + are condemned to reinvent it,     +
;; http://www.crocodile.org         + poorly.          (H. Spencer)     +
;;----------------------------------+-----------------------------------+



More information about the Gcc-bugs mailing list