From 086bb917d6efa32d9841c34a3b762f4278c762cd Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Mon, 6 Sep 2021 11:42:03 +0200 Subject: [PATCH] 'libgomp.c/target-43.c': '-latomic' for nvptx offloading ... to avoid a regression with recent commit 090f0d78f194e3cda23fe904016db77ea36c38fa "openmp: Improve expand_omp_atomic_pipeline": unresolved symbol __atomic_compare_exchange_1 collect2: error: ld returned 1 exit status mkoffload: fatal error: [...]/gcc/x86_64-pc-linux-gnu-accel-nvptx-none-gcc returned 1 exit status libgomp/ * testsuite/libgomp.c/target-43.c: '-latomic' for nvptx offloading. --- libgomp/testsuite/libgomp.c/target-43.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libgomp/testsuite/libgomp.c/target-43.c b/libgomp/testsuite/libgomp.c/target-43.c index 46b1cfc5b20..028e9120f2a 100644 --- a/libgomp/testsuite/libgomp.c/target-43.c +++ b/libgomp/testsuite/libgomp.c/target-43.c @@ -1,4 +1,6 @@ /* { dg-do run } */ +/* { dg-additional-options "-foffload-options=nvptx-none=-latomic" { target { offload_target_nvptx } } } */ + #include #define N 32