AArch64: correct constraint on Upl early clobber alternatives
[official-gcc.git] / gcc / testsuite / gfortran.dg / unary_operator.f90
blobee16e18a8bb1c5df20600f37fa27215648d88538
1 ! { dg-do compile }
2 ! PR fortran/34536 -- unary operators following arithmetic ones
4 real :: x
5 x = 2.0 ** -3 * 5 ! { dg-warning "Unary operator following arithmetic operator" }
6 end