Re: Need Help: compiling old Fortran program



On Jun 29, 12:28 pm, Förster vom Silberwald <chain_l...@xxxxxxxxxxx>
wrote:


Downloaded and installed gnu f95 compiler on my Mac OSX. My initial
file can be compiled same situation as with F90 under the Sun
workstation. Still interesting that F90 accepts the bad code but g77
does not:

==
$ gfortran preprces.f -cpreprces.f:590.5:

40
CONTINUE
1
preprces.f:585.72:

IF (R(J) .EQ. 0.D0) GO TO
40

2
Warning: Label at (1) is not in the same block as the GOTO statement
at (2)
preprces.f:1246.5:

160
CONTINUE
1
preprces.f:1189.72:

5 (QSAVE(I,J,3,L3) .GT. Q1EST))) GO TO
160

2
Warning: Label at (1) is not in the same block as the GOTO statement
at (2)
==

.