comparison gcc/testsuite/gfortran.dg/dec_math_4.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 complex cotan
5 complex, parameter :: z = cotan((1., 1.))
6 print *, z
7
8 end