Commit 18279486 by Tobias Burnus Committed by Tobias Burnus

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
parent db51f624
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.
......
! PR ipa/84963
! { dg-options "-O2" }
! { dg-additional-options "-O2" }
program p
print *, sin([1.0, 2.0])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment