re PR fortran/78741 (ICE in gfc_get_symbol_decl, at fortran/trans-decl.c:1534)
[official-gcc.git] / gcc / testsuite / gfortran.dg / implicit_14.f90
blobb4c005b883546328b77618e4acb82cb5a7cfca65
1 ! { dg-do compile }
2 ! { dg-options "-std=f2008ts" }
4 ! Support Fortran 2018's IMPLICIT NONE with spec list
5 ! (currently implemented as vendor extension)
7 implicit none (type) ! { dg-error "Fortran 2018: IMPORT NONE with spec list at \\(1\\)" }
8 end