AArch64: correct constraint on Upl early clobber alternatives
[official-gcc.git] / gcc / testsuite / gfortran.dg / array_constructor_15.f90
blob245f91f0b5985cd4d207a91402bdf39463713b57
1 ! { dg-do compile }
2 ! { dg-options "-O2 -fdump-tree-original" }
3 integer :: x(2,2)
4 if (any(x(:,:) .ne. reshape ((/ 3, 1, 4, 1 /), (/ 2, 2 /)))) STOP 1
5 end
6 ! { dg-final { scan-tree-dump-times "atmp" 0 "original" } }