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