This test is an expected fail on hppa*-*-hpux* because there is no lockless atomic support.

Tested on hppa2.0w-hp-hpux11.11 and hppa64-hp-hpux11.11.

Committed to trunk.

Dave
--
John David Anglin       dave.ang...@bell.net


2014-04-06  John David Anglin  <dang...@gcc.gnu.org>

        * gcc.dg/atomic/stdatomic-flag.c: xfail on hppa*-*-hpux*.

Index: gcc.dg/atomic/stdatomic-flag.c
===================================================================
--- gcc.dg/atomic/stdatomic-flag.c      (revision 209163)
+++ gcc.dg/atomic/stdatomic-flag.c      (working copy)
@@ -1,5 +1,5 @@
 /* Test atomic_flag routines for existence and execution.  */
-/* { dg-do run } */
+/* { dg-do run { xfail hppa*-*-hpux* } } */
 /* { dg-options "-std=c11 -pedantic-errors" } */
 
 #include <stdatomic.h>

Reply via email to