]> git.ipfire.org Git - thirdparty/gcc.git/commit
gomp/target-device-ancestor-*.f90: Fix testcase of OG11
authorTobias Burnus <tobias@codesourcery.com>
Thu, 14 Oct 2021 07:29:35 +0000 (09:29 +0200)
committerKwok Cheung Yeung <kcy@codesourcery.com>
Tue, 21 Jun 2022 13:11:41 +0000 (14:11 +0100)
commita8dbb53bce9c0d8c57bd01ad9b0633157a823b9e
treea7a8ca6c95483d7105f17c9a8cf3792ffae7e164
parentfd94b61618b360ecbfe2d3434657dd1ea7a730a4
gomp/target-device-ancestor-*.f90: Fix testcase of OG11

Contrary to GCC 12 mainline, OG11 defers the error for
'omp requires reverse_offload' until runtime (via libgomp).
Update the testcases accordingly.

gcc/testsuite/ChangeLog:

* gfortran.dg/gomp/target-device-ancestor-2.f90: Remove dg-error
for the requires-reverse_offload sorry.
* gfortran.dg/gomp/target-device-ancestor-3.f90: Likewise.
* gfortran.dg/gomp/target-device-ancestor-4.f90: Likewise.
gcc/testsuite/ChangeLog.omp
gcc/testsuite/gfortran.dg/gomp/target-device-ancestor-2.f90
gcc/testsuite/gfortran.dg/gomp/target-device-ancestor-3.f90
gcc/testsuite/gfortran.dg/gomp/target-device-ancestor-4.f90