]> git.ipfire.org Git - thirdparty/gcc.git/commit
libgomp: Fix on_device_arch.c aux-file handling [PR99555]
authorTobias Burnus <tobias@codesourcery.com>
Mon, 29 Mar 2021 08:38:39 +0000 (10:38 +0200)
committerTobias Burnus <tobias@codesourcery.com>
Mon, 29 Mar 2021 08:40:38 +0000 (10:40 +0200)
commitd579e2e76f9469e1b386d693af57c5c4f0ede410
tree318d1547f457f8f844d200e37fb63f3795241500
parentc411011287f707d42fd582a01de2ed0d36867211
libgomp: Fix on_device_arch.c aux-file handling [PR99555]

libgomp/ChangeLog:

PR target/99555
* testsuite/lib/on_device_arch.c: Move to ...
* testsuite/libgomp.c-c++-common/on_device_arch.h: ... here.
* testsuite/libgomp.fortran/on_device_arch.c: New file;
#include on_device_arch.h.
* testsuite/libgomp.c-c++-common/task-detach-6.c: #include
on_device_arch.h instead of using dg-additional-source.
* testsuite/libgomp.c/pr99555-1.c: Likewise.
* testsuite/libgomp.fortran/task-detach-6.f90: Update to use
on_device_arch.c without relative paths.
libgomp/testsuite/libgomp.c-c++-common/on_device_arch.h [moved from libgomp/testsuite/lib/on_device_arch.c with 100% similarity]
libgomp/testsuite/libgomp.c-c++-common/task-detach-6.c
libgomp/testsuite/libgomp.c/pr99555-1.c
libgomp/testsuite/libgomp.fortran/on_device_arch.c [new file with mode: 0644]
libgomp/testsuite/libgomp.fortran/task-detach-6.f90