aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/goacc/pr84963.f90
blob: 481f20711f54f4c38542552693cef5388b78defb (plain)
1
2
3
4
5
6
7
! PR ipa/84963
! { dg-additional-options "-O2" }

program p
   print *, sin([1.0, 2.0])
   print *, cos([1.0, 2.0])
end