]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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 a049d0a2b539d570d51a7600c6fc676ce52e8bf5..bdb0a05103eb8468dbc42022a20f7f05c9ea8085 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 32f9e9bb631356fbe65327cbfd40312edd8b6691..c1a63f1b3aae74753e63958b63cbd7e4d829b10d 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>