g77 bug still prevents compilation of LAPACK

Jeffrey A Law law@cygnus.com
Thu May 28 14:09:00 GMT 1998


  In message < E0yf63H-0002QT-00@oak66.doc.ic.ac.uk >you write:
  > > 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)
  > 
  > [njs3@cnet0000 ~]$ cat foo.f
  > cat c.f:
  >       SUBROUTINE C(A)
  >       COMPLEX    A
  > 
  >       WRITE(*,*) A.NE.CMPLX( 0.0D0 )
  >       RETURN
  >       END
  > [njs3@cnet0000 ~]$ g77 -c -O2 foo.f
  > [njs3@cnet0000 ~]$ g77 -v
  > Reading specs from
  > /homes/njs3/pub/cc/egcs-19980525/lib/gcc-lib/sparc-sun-solaris2.5.1/egcs-2.
  > 91.33/specs
  > gcc version egcs-2.91.33 19980525 (gcc2 ss-980502 experimental)
You're compiling for a different target.

The bug only shows itself on x86 targets.

jeff




More information about the Gcc-bugs mailing list