[gcc r16-6739] amdgcn: Adjust failure mode for gfx908 USM: 'libgomp.fortran/map-alloc-comp-9-usm.f90'
Thomas Schwinge
tschwinge@gcc.gnu.org
Tue Jan 13 10:26:34 GMT 2026
https://gcc.gnu.org/g:105fddf356d45bdbd159f8673f988a7bebe22f85
commit r16-6739-g105fddf356d45bdbd159f8673f988a7bebe22f85
Author: Thomas Schwinge <tschwinge@baylibre.com>
Date: Fri May 9 15:05:57 2025 +0200
amdgcn: Adjust failure mode for gfx908 USM: 'libgomp.fortran/map-alloc-comp-9-usm.f90'
The change/rationale that commit 1cf9fda4936de54198858b8f54cd9707a3725f4e
"amdgcn: Adjust failure mode for gfx908 USM" applied to a number of test cases
likewise applies to 'libgomp.fortran/map-alloc-comp-9-usm.f90'.
libgomp/
* testsuite/libgomp.fortran/map-alloc-comp-9-usm.f90: Require
working Unified Shared Memory to run the test.
Diff:
---
libgomp/testsuite/libgomp.fortran/map-alloc-comp-9-usm.f90 | 1 +
1 file changed, 1 insertion(+)
diff --git a/libgomp/testsuite/libgomp.fortran/map-alloc-comp-9-usm.f90 b/libgomp/testsuite/libgomp.fortran/map-alloc-comp-9-usm.f90
index 90378c0e42a2..3d12318f5d17 100644
--- a/libgomp/testsuite/libgomp.fortran/map-alloc-comp-9-usm.f90
+++ b/libgomp/testsuite/libgomp.fortran/map-alloc-comp-9-usm.f90
@@ -1,3 +1,4 @@
+! { dg-require-effective-target omp_usm }
! { dg-additional-options "-cpp -DUSE_USM_REQUIREMENT=1 -Wno-openmp" }
!
! We silence the warning:
More information about the Gcc-cvs
mailing list