Merge from mainline (165734:167278).
[official-gcc/graphite-test-results.git] / gcc / testsuite / gfortran.dg / coarray_5.f90
blob46aa311f2d694bb82ff02ef6ce546765c21ab496
1 ! { dg-do compile }
2 ! { dg-options "-std=f2003" }
4 ! Coarray support -- corank declarations
5 ! PR fortran/18918
8 integer :: a, b[*] ! { dg-error "Fortran 2008: Coarray declaration" }
9 codimension :: a[*] ! { dg-error "Fortran 2008: Coarray declaration" }
10 end