AArch64: correct constraint on Upl early clobber alternatives
[official-gcc.git] / gcc / testsuite / gfortran.dg / pr93714_2.f90
blob23d53508f1fce0f4ceeb5646a14db983ad09a301
1 ! { dg-do compile }
2 ! PR 93714
3 ! Original test case from G. Steinmetz
5 program test
6 character((9.)) :: a
7 character(:), pointer :: b => a
8 end program
10 ! { dg-error "Scalar INTEGER expression expected" " " { target *-*-* } 6 }
11 ! { dg-error "Different types in pointer assignment" " " { target *-*-* } 7 }