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:
parent
db51f624df
commit
18279486b8
@ -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.
|
||||
|
@ -1,5 +1,5 @@
|
||||
! PR ipa/84963
|
||||
! { dg-options "-O2" }
|
||||
! { dg-additional-options "-O2" }
|
||||
|
||||
program p
|
||||
print *, sin([1.0, 2.0])
|
||||
|
Loading…
Reference in New Issue
Block a user