From: John David Anglin Date: Sun, 2 Apr 2023 20:03:48 +0000 (+0000) Subject: Skip gnat.dg/prot7.adb on hppa. X-Git-Tag: basepoints/gcc-14~230 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e35503833c0418fb6a0475f6e927cbcf64814c1e;p=thirdparty%2Fgcc.git 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 gcc/testsuite/ChangeLog: PR target/109376 * gnat.dg/prot7.adb: Skip on hppa. --- diff --git a/gcc/testsuite/gnat.dg/prot7.adb b/gcc/testsuite/gnat.dg/prot7.adb index 6051ef0054f9..5f4ec1ee97a8 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