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]

Bug Report, egcs 1.1.1 (DEC ALpha, Linux, RH 5.2)


Following is the out put from attemting to compile a FORTRAN source file using egcs 1.1.1
on a DEC Alpha (Linux kernel 2.0.34):

mimi 1%  gcc -v --save-temps -c -i8 spal1.f
Reading specs from /usr/local/lib/gcc-lib/alphaev56-unknown-linux-gnu/egcs-2.91.60/specs
gcc version egcs-2.91.60 19981201 (egcs-1.1.1 release)
 /usr/local/lib/gcc-lib/alphaev56-unknown-linux-gnu/egcs-2.91.60/f771 spal1.f -quiet -dumpbase spal1.f -version -fversion -o spal1.s
GNU F77 version egcs-2.91.60 19981201 (egcs-1.1.1 release) (alphaev56-unknown-linux-gnu) compiled by GNU C version egcs-2.91.60
19981201 (egcs-1.1.1 release).
GNU Fortran Front End version 0.5.24-19980804
../../egcs-1.1.1/gcc/expr.c:2324: Internal compiler error in function emit_move_insn

Attached is a gzipped copy of the source file.

P.S.  The 'implicit.cmn' file merely contains two lines:

IMPLICIT INTEGER*8 (I-N)
IMPLICIT REAL*8 (A-H,O-Z)




spal1.f.gz


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