c: Fix up pointer types to may_alias structures [PR114493]
[official-gcc.git] / gcc / testsuite / gfortran.dg / dec_math_3.f90
blob5bf4398d0f23c5c6540555c3cf988b2161721142
1 ! { dg-options "-std=gnu" }
2 ! { dg-do compile }
4 ! Former ICE when simplifying asind, plus wrong function name in error message
5 real, parameter :: d = asind(1.1) ! { dg-error "Argument of ASIND at.*must be between -1 and 1" }
6 print *, d
8 end