view gcc/testsuite/gfortran.dg/dec_math_3.f90 @ 158:494b0b89df80 default tip

...
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 25 May 2020 18:13:55 +0900
parents 2b5abeee2509
children
line wrap: on
line source

! { dg-options "-std=gnu" }
! { dg-do compile }

! Former ICE when simplifying asind, plus wrong function name in error message
real, parameter :: d = asind(1.1) ! { dg-error "Argument of ASIND at.*must be between -1 and 1" }
print *, d

end