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


with gcc:
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs
gcc version 2.96 20000702 (experimental)
on redhat linux 6.2 the following compile command of lapack give an error.
I attached the preprocessed file.
yours.
------------------------
gcc -c -pipe -Werror -fPIC  -fhonor-std -Wreorder -Woverloaded-virtual -nostdinc
++ -g -O0 -DMM_NODLL -D__HONOR_STD -I/home/lfarkas/Mindmaker/include/lapack -I/h
ome/lfarkas/Mindmaker/include -I/usr/include/stlport lapack/allaux/ilaenv.cpp -o
 lapack/allaux/ilaenv.o
lapack/allaux/ilaenv.cpp: In function `integer ilaenv_ (integer *,
const char *, const char *, integer *, integer *, integer *, integer *,
long int, long int)':
lapack/allaux/ilaenv.cpp:553: Unrecognizable insn:
(insn 192 190 4858 (set (reg:SI 1 edx)
        (plus:SI (reg:SI 0 eax)
            (const (plus (unspec[
                            (symbol_ref/v:SI ("subnam.12"))
                        ]  7)
                    (const_int -1 [0xffffffff]))))) -1 (nil)
    (nil))
lapack/allaux/ilaenv.cpp:553: Internal compiler error in
`insn_default_length', at insn-attrtab.c:203
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make: *** [lapack/allaux/ilaenv.o] Error 1
------------------------
 -- Levente
 "The only thing worse than not knowing the truth is
  ruining the bliss of ignorance."

ilaenv.i.gz


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