aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg
diff options
context:
space:
mode:
authorJohn David Anglin <danglin@gcc.gnu.org>2023-04-02 20:03:48 +0000
committerJohn David Anglin <danglin@gcc.gnu.org>2023-04-02 20:03:48 +0000
commite35503833c0418fb6a0475f6e927cbcf64814c1e (patch)
tree0327a72ffcea28bd77f3260186d2bd5794318f02 /gcc/testsuite/gnat.dg
parent5bb27a1bb2f1c0533e1dda6c4a326e50756830f1 (diff)
downloadgcc-e35503833c0418fb6a0475f6e927cbcf64814c1e.zip
gcc-e35503833c0418fb6a0475f6e927cbcf64814c1e.tar.gz
gcc-e35503833c0418fb6a0475f6e927cbcf64814c1e.tar.bz2
Skip gnat.dg/prot7.adb on hppa.
Test needs to be skipped if the target does not support atomic primitives. 2023-04-02 John David Anglin <danglin@gcc.gnu.org> gcc/testsuite/ChangeLog: PR target/109376 * gnat.dg/prot7.adb: Skip on hppa.
Diffstat (limited to 'gcc/testsuite/gnat.dg')
-rw-r--r--gcc/testsuite/gnat.dg/prot7.adb1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/testsuite/gnat.dg/prot7.adb b/gcc/testsuite/gnat.dg/prot7.adb
index 6051ef0..5f4ec1e 100644
--- a/gcc/testsuite/gnat.dg/prot7.adb
+++ b/gcc/testsuite/gnat.dg/prot7.adb
@@ -1,4 +1,5 @@
-- { dg-do compile }
+-- { dg-skip-if "not lock free" { hppa-*-* } }
-- { dg-options "-gnatwa -gnatVa" }
package body Prot7 is