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]

Re: Bug in fortran compiler on Alpha


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.


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