2 ! Verify error diagnosis for invalid combinations of IMPLICIT statements
4 IMPLICIT NONE ! { dg-error "Duplicate" }
9 implicit none ! { dg-error "IMPLICIT NONE .type. statement at .1. following an IMPLICIT statement" }
14 implicit real(g
-k
) ! { dg-error "IMPLICIT statement at .1. following an IMPLICIT NONE .type. statement" }
19 implicit integer (b
-c
) ! { dg-error "already" }
20 implicit real(d
-f
), complex(f
-g
) ! { dg-error "already" }