Risc F77 compiler problems

Michael Meyer mikem+ at andrew.cmu.edu
Sat Jan 6 02:18:01 AEST 1990


> Excerpts from netnews.comp.sys.dec: 4-Jan-90 Risc F77 compiler problems
> Hurf Sheldon at batcomputer (1346)

> I have a problem with the Risc f77 compiler.  the following program will
> not run:

>       program test
>       call sub  ('sub')
>       call sub1 ('sub1',a1)
>       call sub2 ('sub2 entry',a2,a3)
>       stop
>       end
> c
>       subroutine sub (c0)
>       character*(*) c0,c1,c2
>       print *,c0
>       return
>       entry sub1(c1,a1)
>       a1 = 1
>       print *,c1,a1
>       return
>       entry sub2(c2,a2,a3)
>       a2 = 1
>       a3 = 1
>       print *,c2,a2,a3
>       return
>       end
This program compiles and runs using the f77 2.0 compiler on the decstation.
--Mike

                            Michael M. Meyer
                      Statistics/Academic Computing
                       Carnegie Mellon University.



More information about the Comp.unix.ultrix mailing list