Bug in fortran compiler on Alpha

N8TM@aol.com N8TM@aol.com
Thu Sep 17 00:01:00 GMT 1998


In a message dated 9/16/98 10:32:52 AM Pacific Daylight Time,
scilab@velo.inria.fr writes:

>      subroutine rpoly()
>        real a,b,c
>        a=amin1(b,c)
>        end
>  
>  f77 -v
>  Reading specs from /usr/lib/gcc-lib/alpha-redhat-linux/egcs-2.90.27/specs
>  gcc version egcs-2.90.27 980315 (egcs-1.0.2 release)
>  
>  f77 -mieee-with-inexact  -c  rpoly.f

Why not use g77? For error messages to make any sense when using intermediate
C code, you should examine and report that C code.  Current versions of g77
don't give me any error indications with this nonsense do-nothing code.



More information about the Gcc-bugs mailing list