prog.f95:30.5:
END
1
Error: END DO statement expected at (1)
prog.f95:37.3:
SUBROUTINE HALLO3(A,X)
1
Error: Unclassifiable statement at (1)
prog.f95:38.16:
PARAMETER(n=6)
1
Error: PARAMETER attribute of 'n' conflicts with PARAMETER attribute at (1)
prog.f95:39.13:
INTEGER::i,j,k,IOPT,IREG,ND,MON(n,n)
1
Error: Symbol 'i' at (1) already has basic type of INTEGER
prog.f95:40.22:
DOUBLE PRECISION A(n,n),AI(n,n+1),B(n),X(n,n),D
1
Error: Symbol 'a' at (1) already has basic type of REAL
prog.f95:42.11:
DO i=1,n
1
prog.f95:25.13:
DO i=2,n
2
Error: Variable 'i' at (1) cannot be redefined inside loop beginning at (2)
prog.f95:45.16:
MON(i,j)=1
1
Error: Unexpected STATEMENT FUNCTION statement at (1)
prog.f95:47.16:
MON(i,j)=0
1
Error: Unexpected STATEMENT FUNCTION statement at (1)
prog.f95:49.20:
AI(i,j)=A(i,j)
1
Error: Unexpected STATEMENT FUNCTION statement at (1)
prog.f95:56.12:
DO i=1,n
1
prog.f95:25.13:
DO i=2,n
2
Error: Variable 'i' at (1) cannot be redefined inside loop beginning at (2)
prog.f95:57.5:
AI(i,n+1)=MON(i,k)
1
Error: Unclassifiable statement at (1)
prog.f95:60.12:
DO i=1,n
1
prog.f95:25.13:
DO i=2,n
2
Error: Variable 'i' at (1) cannot be redefined inside loop beginning at (2)
prog.f95:64.2:
END
1
Error: END DO statement expected at (1)
prog.f95:69.2:
SUBROUTINE DGAUSS(ND,N,A,B,IOPT,D,IREG)
1
Error: Unclassifiable statement at (1)
prog.f95:70.21:
DOUBLE PRECISION A,B,D,S,EE
1
Error: Symbol 'a' at (1) already has basic type of REAL
prog.f95:71.17:
DIMENSION A(ND,N),B(ND),L(ND)
1
Error: Duplicate DIMENSION attribute specified at (1)
prog.f95:81.21:
DO 20 I=KP,N
1
prog.f95:25.13:
DO i=2,n
2
Error: Variable 'i' at (1) cannot be redefined inside loop beginning at (2)
prog.f95:84.12:
L(K)=M
1
Error: Unexpected STATEMENT FUNCTION statement at (1)
prog.f95:92.17:
40 A(K,J)=S
1
Warning: Obsolescent feature: DO termination statement which is not END DO or CONTINUE with label 40 at (1)
prog.f95:93.21:
30 DO 50 I=KP,N
1
prog.f95:25.13:
DO i=2,n
2
Error: Variable 'i' at (1) cannot be redefined inside loop beginning at (2)
prog.f95:96.24:
DO 50 J=KP,N
1
Warning: Obsolescent feature: Shared DO termination label 50 at (1)
prog.f95:97.34:
50 A(I,J)=A(I,J)-S*A(K,J)
1
Warning: Obsolescent feature: DO termination statement which is not END DO or CONTINUE with label 50 at (1)
prog.f95:101.26:
IF(IOPT.EQ.1) RETURN
1
Error: GNU Extension: RETURN statement in main program at (1)
prog.f95:107.11:
B(M)=B(K)
1
Error: Statement function at (1) is recursive
prog.f95:108.12:
B(K)=S
1
Error: Unexpected STATEMENT FUNCTION statement at (1)
prog.f95:109.21:
DO 70 I=KP,N
1
prog.f95:25.13:
DO i=2,n
2
Error: Variable 'i' at (1) cannot be redefined inside loop beginning at (2)
prog.f95:109.21:
DO 70 I=KP,N
1
Warning: Obsolescent feature: Shared DO termination label 70 at (1)
prog.f95:110.14:
70 B(I)=B(I)-A(I,K)*S
1
Error: Statement function at (1) is recursive
prog.f95:112.11:
B(N)=B(N)/A(N,N)
1
Error: Statement function at (1) is recursive
Fatal Error: Error count reached limit of 25.