AArch64: correct constraint on Upl early clobber alternatives
[official-gcc.git] / gcc / testsuite / gfortran.dg / pr51993.f90
blob753dd6fc80ce2fbbdeccc2d1590c9bca8991173c
1 ! { dg-do compile }
2 ! PR fortran/51993
3 ! Code contributed by Sebastien Bardeau <bardeau at iram dot fr>
4 module mymod
5 type :: mytyp
6 character(len=3) :: a = .true. ! { dg-error "convert LOGICAL" }
7 end type mytyp
8 end module mymod