Fix testcase - was missing -fopenacc

PR ipa/84963
        * gfortran.dg/goacc/pr84963.f90: Use dg-additional-options not
        dg-options as otherwise -fopenacc is not used.

From-SVN: r278836
This commit is contained in:
Tobias Burnus 2019-11-29 12:18:50 +00:00 committed by Tobias Burnus
parent db51f624df
commit 18279486b8
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2019-11-13 Tobias Burnus <tobias@codesourcery.com>
PR ipa/84963
* gfortran.dg/goacc/pr84963.f90: Use dg-additional-options not
dg-options as otherwise -fopenacc is not used.
2019-11-29 Tamar Christina <tamar.christina@arm.com>
* gcc.dg/vect/slp-reduc-3.c: Turn off epilogue-nomask.

View File

@ -1,5 +1,5 @@
! PR ipa/84963
! { dg-options "-O2" }
! { dg-additional-options "-O2" }
program p
print *, sin([1.0, 2.0])