ieee_9.f90: XFAIL on arm*-*-gnueabi[hf].
[official-gcc.git] / gcc / testsuite / gfortran.dg / assumed_rank_5.f90
blob0e6318cfea0ebd2044dbd2fd9387611d33185d4a
1 ! { dg-do compile }
2 ! { dg-options "-std=f2008" }
4 ! PR fortran/48820
7 subroutine foo(x)
8 integer :: x(..) ! { dg-error "Fortran 2018: Assumed-rank array" }
9 end subroutine foo