aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/implicit_14.f90
blob: 422d913fd4fe7c366720c1f193cc56fff088ce7e (plain)
1
2
3
4
5
6
7
8
! { dg-do compile }
! { dg-options "-std=f2008" }
!
! Support Fortran 2018's IMPLICIT NONE with spec list
! (currently implemented as vendor extension)

implicit none (type) ! { dg-error "Fortran 2018: IMPLICIT NONE with spec list at \\(1\\)" }
end