OSDN Git Service

2010-04-22 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gfortran.dg / coarray_5.f90
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