]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Skip gnat.dg/prot7.adb on hppa.
authorJohn David Anglin <danglin@gcc.gnu.org>
Sun, 2 Apr 2023 20:03:48 +0000 (20:03 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sun, 2 Apr 2023 20:03:48 +0000 (20:03 +0000)
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.

gcc/testsuite/gnat.dg/prot7.adb

index 6051ef0054f9088e8a08ff101a77fe916aa3a675..5f4ec1ee97a87f1a344cb470aab8aabbf608f4c9 100644 (file)
@@ -1,4 +1,5 @@
 --  { dg-do compile }
+--  { dg-skip-if "not lock free" { hppa-*-* } }
 --  { dg-options "-gnatwa -gnatVa" }
 
 package body Prot7 is