From e3eda9a0e12d1d6e56abb25b1930db0efc056cdc Mon Sep 17 00:00:00 2001 From: Iain Sandoe Date: Sat, 27 Feb 2021 14:52:20 +0000 Subject: [PATCH] libgomp, testsuite : Require alias support for PR96390 testcase. This fails everywhere on Darwin, which does not have support for symbol aliases. Add a dg-require-alias to UNSUPPORT it. libgomp/ChangeLog: * testsuite/libgomp.c-c++-common/pr96390.c: Require alias support from the target. --- libgomp/testsuite/libgomp.c-c++-common/pr96390.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libgomp/testsuite/libgomp.c-c++-common/pr96390.c b/libgomp/testsuite/libgomp.c-c++-common/pr96390.c index 692bd730069..4fe09cebb5d 100644 --- a/libgomp/testsuite/libgomp.c-c++-common/pr96390.c +++ b/libgomp/testsuite/libgomp.c-c++-common/pr96390.c @@ -1,4 +1,5 @@ /* { dg-additional-options "-O0 -fdump-tree-omplower" } */ +/* { dg-require-alias "" } */ /* { dg-xfail-if "PR 97102/PR 97106 - .alias not (yet) supported for nvptx" { offload_target_nvptx } } */ #ifdef __cplusplus