comparison gcc/testsuite/gfortran.dg/dec_math_3.f90 @ 152:2b5abeee2509

update gcc11
author anatofuz
date Mon, 25 May 2020 07:50:57 +0900
parents
children
comparison
equal deleted inserted replaced
145:1830386684a0 152:2b5abeee2509
1 ! { dg-options "-std=gnu" }
2 ! { dg-do compile }
3
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
7
8 end