repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[Fortran] OpenACC – permit common blocks in some clauses
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
implicit_14.f90
blob
8282c1f1f86c1daa4cc00d1b69d6e4fe40f5ab83
1
! { dg-do compile }
2
! { dg-options "-std=f2008" }
3
!
4
! Support Fortran 2018's IMPLICIT NONE with spec list
5
! (currently implemented as vendor extension)
6
7
implicit none
(
type
)
! { dg-error "Fortran 2018: IMPORT NONE with spec list at \\(1\\)" }
8
end