Tests now pass on hppa64-hp-hpux11.11.
2024-01-16 John David Anglin <danglin@gcc.gnu.org>
gcc/testsuite/ChangeLog:
* gcc.dg/atomic/stdatomic-flag.c: Remove xfail.
* gcc.dg/atomic/stdatomic-flag-2.c: Likewise.
/* Test atomic_flag routines for existence and execution. Out-of-line
function calls. */
/* The test needs a lockless atomic implementation. */
-/* { dg-do run { xfail hppa*-*-hpux* } } */
+/* { dg-do run } */
/* { dg-options "-std=c11 -pedantic-errors" } */
#include <stdatomic.h>
/* Test atomic_flag routines for existence and execution. */
/* The test needs a lockless atomic implementation. */
-/* { dg-do run { xfail hppa*-*-hpux* } } */
+/* { dg-do run } */
/* { dg-options "-std=c11 -pedantic-errors" } */
#include <stdatomic.h>