2 ! Verify error diagnosis for invalid combinations of IMPLICIT statements
4 IMPLICIT NONE ! { dg-error "Duplicate" }
8 IMPLICIT REAL(b
-j
) ! { dg-error "cannot follow" }
9 implicit none ! { dg-error "cannot follow" }
14 implicit real(g
-k
) ! { dg-error "Cannot specify" }
19 implicit integer (b
-c
) ! { dg-error "already" }
20 implicit real(d
-f
), complex(f
-g
) ! { dg-error "already" }