Re: Need Help: compiling old Fortran program
- From: Förster vom Silberwald <chain_lube@xxxxxxxxxxx>
- Date: Fri, 29 Jun 2007 03:28:53 -0700
On Jun 29, 12:23 pm, Förster vom Silberwald <chain_l...@xxxxxxxxxxx>
wrote:
Maybe as an addenmdum: using the F90 compiler on our Sun workstations
I get through the compiling stage:
==
igam02ws% f90 ./R*.f -c
IF (R(J) .EQ. 0.D0) GO TO 30
^
"./RADINV.f", Line = 540, Column = 36: WARNING: Transfer of control
into the DO loop starting at line 542 is not safe.
f90comp: 1159 SOURCE LINES
f90comp: 0 ERRORS, 1 WARNINGS, 0 OTHER MESSAGES, 0 ANSI
==
Silly question: I always thought gnu compilers are more forgiveable.
As already written my first turn was under a g77 compiler on my
Macintosh.
Sorry typo: posted the output of the extended program written in 1984.
However, the output related to my original program by means of a F90
compiler on the Sun. F90 accepts it:
==
igam02ws% f90 ./preprces.f -c
IF (R(J) .EQ. 0.D0) GO TO 40
^
"./preprces.f", Line = 585, Column = 36: WARNING: Transfer of control
into the DO loop starting at line 587 is not safe.
5 (QSAVE(I,J,3,L3) .GT. Q1EST))) GO TO
160
^
"./preprces.f", Line = 1189, Column = 69: WARNING: Transfer of control
into the DO loop starting at line 1190 is not safe.
f90comp: 1257 SOURCE LINES
f90comp: 0 ERRORS, 2 WARNINGS, 0 OTHER MESSAGES, 0 ANSI
==
.
- Follow-Ups:
- Re: Need Help: compiling old Fortran program
- From: Richard Maine
- Re: Need Help: compiling old Fortran program
- From: mecej4
- Re: Need Help: compiling old Fortran program
- From: Förster vom Silberwald
- Re: Need Help: compiling old Fortran program
- From: Förster vom Silberwald
- Re: Need Help: compiling old Fortran program
- References:
- Need Help: compiling old Fortran program
- From: Förster vom Silberwald
- Re: Need Help: compiling old Fortran program
- From: Wade Ward
- Re: Need Help: compiling old Fortran program
- From: Förster vom Silberwald
- Re: Need Help: compiling old Fortran program
- From: Richard Maine
- Re: Need Help: compiling old Fortran program
- From: Förster vom Silberwald
- Need Help: compiling old Fortran program
- Prev by Date: Re: Need Help: compiling old Fortran program
- Next by Date: Re: Need Help: compiling old Fortran program
- Previous by thread: Re: Need Help: compiling old Fortran program
- Next by thread: Re: Need Help: compiling old Fortran program
- Index(es):
Relevant Pages
|