Re: Need Help: compiling old Fortran program
- From: Förster vom Silberwald <chain_lube@xxxxxxxxxxx>
- Date: Fri, 29 Jun 2007 03:33:59 -0700
On Jun 29, 12:28 pm, Förster vom Silberwald <chain_l...@xxxxxxxxxxx>
wrote:
Sorry for additional staff. F77 on Sun accepts the code. However, g77
on Sun does not (as it expected from my Mac OSX experience and g77). I
am not sure who the boss actually is in terms of compiler hirarchy
because when using F77 then F90 is called with -f77 option:
==
igam02ws% f77 ./preprces.f -c
NOTICE: Invoking /opt/SUNWspro/bin/f90 -f77 -ftrap=%none ./preprces.f -
c
../preprces.f:
MAIN:
read5:
comhm:
comsig:
qext1:
tauin:
compw:
sigeps:
matinv:
adjust:
pplot:
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
==
==
igam02ws% g77 ./preprces.f -c
../preprces.f: In subroutine `comsig':
../preprces.f:585:
IF (R(J) .EQ. 0.D0) GO TO 40
1
../preprces.f:587: (continued):
DO 40 I = 1,NWVL
2
Reference to label at (2) inconsistent with earlier reference at (1)
../preprces.f: In subroutine `pplot':
../preprces.f:1189:
5 (QSAVE(I,J,3,L3) .GT. Q1EST))) GO TO
160
1
../preprces.f:1190: (continued):
30 DO 160 K1 = 1,3
2
Reference to label at (2) inconsistent with earlier reference at (1)
==
.
- Follow-Ups:
- Re: Need Help: compiling old Fortran program
- From: Wade Ward
- 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
- 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
|