* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git] / gcc / testsuite / gfortran.dg / assumed_rank_5.f90
blobf3d633d12ab96920c5bf27718c362512c1e3eab7
1 ! { dg-do compile }
2 ! { dg-options "-std=f2008" }
4 ! PR fortran/48820
7 subroutine foo(x)
8 integer :: x(..) ! { dg-error "TS 29113/TS 18508: Assumed-rank array" }
9 end subroutine foo