arm: Add .type and .size to __gnu_cmse_nonsecure_call [PR115360]
[official-gcc.git] / gcc / testsuite / gfortran.dg / pr54889.f90
blob68c6bee00b15a1550060d31d11947c3569708f79
1 ! PR tree-optimization/54889
2 ! { dg-do compile }
3 ! { dg-options "-O3" }
4 ! { dg-additional-options "-mavx" { target { i?86-*-* x86_64-*-* } } }
6 subroutine foo(x,y,z)
7 logical, pointer :: x(:,:)
8 integer :: y, z
9 x=x(1:y,1:z)
10 end subroutine