Commit 4215e79f by John David Anglin

stdatomic-flag.c: xfail on hppa*-*-hpux*.

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

From-SVN: r209164
parent a9a302d9
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> 2014-04-05 Dominique d'Humieres <dominiq@lps.ens.fr>
* gfortran.dg/warn_conversion_4.f90: Adjust test. * gfortran.dg/warn_conversion_4.f90: Adjust test.
......
/* Test atomic_flag routines for existence and execution. */ /* Test atomic_flag routines for existence and execution. */
/* { dg-do run } */ /* { dg-do run { xfail hppa*-*-hpux* } } */
/* { dg-options "-std=c11 -pedantic-errors" } */ /* { dg-options "-std=c11 -pedantic-errors" } */
#include <stdatomic.h> #include <stdatomic.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment