Fix testcase - was missing -fopenacc
authorTobias Burnus <tobias@codesourcery.com>
Fri, 29 Nov 2019 12:18:50 +0000 (12:18 +0000)
committerTobias Burnus <burnus@gcc.gnu.org>
Fri, 29 Nov 2019 12:18:50 +0000 (13:18 +0100)
        PR ipa/84963
        * gfortran.dg/goacc/pr84963.f90: Use dg-additional-options not
        dg-options as otherwise -fopenacc is not used.

From-SVN: r278836

gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/goacc/pr84963.f90

index a383894..dc212ce 100644 (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.
index 4548082..481f207 100644 (file)
@@ -1,5 +1,5 @@
 ! PR ipa/84963
-! { dg-options "-O2" }
+! { dg-additional-options "-O2" }
 
 program p
    print *, sin([1.0, 2.0])