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
* intrinsic.c: Add EXECUTE_COMMAND_LINE intrinsic.
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
coarray_5.f90
blob
46aa311f2d694bb82ff02ef6ce546765c21ab496
1
! { dg-do compile }
2
! { dg-options "-std=f2003" }
3
!
4
! Coarray support -- corank declarations
5
! PR fortran/18918
6
!
7
8
integer
::
a
,
b
[*]
! { dg-error "Fortran 2008: Coarray declaration" }
9
codimension
::
a
[*]
! { dg-error "Fortran 2008: Coarray declaration" }
10
end