diff options
author | Iain Sandoe <iain@sandoe.co.uk> | 2021-02-27 14:52:20 +0000 |
---|---|---|
committer | Iain Sandoe <iain@sandoe.co.uk> | 2021-02-27 16:31:34 +0000 |
commit | e3eda9a0e12d1d6e56abb25b1930db0efc056cdc (patch) | |
tree | b44a680a4743e7c13c77a80e9c2ed2370ebd731f | |
parent | 699672d4dccfb5579dbe48977bda86f6836225a0 (diff) | |
download | gcc-e3eda9a0e12d1d6e56abb25b1930db0efc056cdc.zip gcc-e3eda9a0e12d1d6e56abb25b1930db0efc056cdc.tar.gz gcc-e3eda9a0e12d1d6e56abb25b1930db0efc056cdc.tar.bz2 |
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.
-rw-r--r-- | libgomp/testsuite/libgomp.c-c++-common/pr96390.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libgomp/testsuite/libgomp.c-c++-common/pr96390.c b/libgomp/testsuite/libgomp.c-c++-common/pr96390.c index 692bd73..4fe09ce 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 |