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]

g77 bug still prevents compilation of LAPACK


Hi,
the following g77-bug still prevents me from compiling LAPACK:
(It's a bug which occurred soon after egcs-2.91.15 980321.
This was the last one, which could compile LAPACK for me
(with -O2). The problem boils down to
cat c.f:
      SUBROUTINE C(A)
      COMPLEX    A

      WRITE(*,*) A.NE.CMPLX( 0.0D0 )
      RETURN
      END

g77 -O2 -c c.c:
../../egcs-19980525/gcc/reg-stack.c:2398: 
    Internal compiler error in function subst_stack_regs_pat

g77 -v:
Reading specs from /sw/egcs/lib/gcc-lib/i686-pc-linux-gnulibc1/egcs-2.91.33/specs
gcc version egcs-2.91.33 19980525 (gcc2 ss-980502 experimental)

Martin.


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