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


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


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