AArch64: correct constraint on Upl early clobber alternatives
[official-gcc.git] / gcc / testsuite / gfortran.dg / dec_math_2.f90
blobac49e273dd78a86a4d59843dd6cf84c097f3f0a6
1 ! { dg-options "-fdec-math" }
2 ! { dg-do compile }
4 ! Ensure extra math intrinsics formerly offered by -fdec-math
5 ! are still available with -fdec-math.
8 print *, sind(0.0)
9 print *, cosd(0.0)
10 print *, tand(0.0)
11 print *, cotan(1.0)
12 print *, cotand(90.0)
14 end