stdatomic-flag.c: xfail on hppa*-*-hpux*.
authorJohn David Anglin <danglin@gcc.gnu.org>
Sun, 6 Apr 2014 16:19:39 +0000 (16:19 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sun, 6 Apr 2014 16:19:39 +0000 (16:19 +0000)
* gcc.dg/atomic/stdatomic-flag.c: xfail on hppa*-*-hpux*.

From-SVN: r209164

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/atomic/stdatomic-flag.c

index a049d0a..bdb0a05 100644 (file)
@@ -1,3 +1,7 @@
+2014-04-06  John David Anglin  <danglin@gcc.gnu.org>
+
+       * gcc.dg/atomic/stdatomic-flag.c: xfail on hppa*-*-hpux*.
+
 2014-04-05  Dominique d'Humieres <dominiq@lps.ens.fr>
 
        * gfortran.dg/warn_conversion_4.f90: Adjust test.
index 32f9e9b..c1a63f1 100644 (file)
@@ -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>