This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Internal compiler error
- To: gcc-bugs at gcc dot gnu dot org
- Subject: Internal compiler error
- From: Levente Farkas <lfarkas at mindmaker dot hu>
- Date: Tue, 01 Aug 2000 18:35:55 +0200
- Organization: Mindmaker Ltd.
- Reply-To: lfarkas at mindmaker dot hu
hi,
I've found a bug in the compiler which was not in the gcc-2.95.
-----------
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs
gcc version 2.96 20000724 (experimental)
-----------
(this is the rh 7.0beta's gcc) the following command line on a rh linux 6.2:
-----------
gcc -c -pipe -Werror -fPIC -fhonor-std -Wreorder -Woverloaded-virtual
-nostdinc++ -g -O0 -DMM_NODLL -D__HONOR_STD -I/home/lfarkas/Mindmaker/include
-I/usr/include/stlport lapack/dlasrc/dtgevc.cpp -o lapack/dlasrc/dtgevc.o
-----------
give the following error:
-----------
lapack/dlasrc/dtgevc.cpp: In function `int dtgevc_ (char *, char *,
logical *, const integer *, doublereal *, integer *, doublereal *,
integer *, doublereal *, integer *, doublereal *, integer *, const
integer *, integer *, doublereal *, integer *)':
lapack/dlasrc/dtgevc.cpp:250: parse error before `;'
lapack/dlasrc/dtgevc.cpp:307: parse error before `='
lapack/dlasrc/dtgevc.cpp:311: parse error before `='
lapack/dlasrc/dtgevc.cpp:315: parse error before `='
lapack/dlasrc/dtgevc.cpp:388: parse error before `*'
lapack/dlasrc/dtgevc.cpp:390: Internal error #122.
lapack/dlasrc/dtgevc.cpp:390: Internal compiler error in
finish_function, at ../gcc/cp/decl.c:14451
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
-----------
I attached the preprocessed source file for you.
yours.
-- Levente
"The only thing worse than not knowing the truth is
ruining the bliss of ignorance."
dtgevc.i.gz