From: John David Anglin Date: Thu, 7 Aug 2014 18:56:59 +0000 (+0000) Subject: stdatomic-flag.c: Add xfail comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3bce9ea72de5fba1156698f2d9cd1587d7527fbc;p=gcc.git stdatomic-flag.c: Add xfail comment. * gcc.dg/atomic/stdatomic-flag.c: Add xfail comment. From-SVN: r213727 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index b72158f4000..edd5d8db02c 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,7 @@ 2014-08-07 John David Anglin + * gcc.dg/atomic/stdatomic-flag.c: Add xfail comment. + * gcc.dg/memcpy-5.c: Add -fno-common option on hppa*-*-hpux*. * gcc.c-torture/compile/pr60655-1.c: Don't add -fdata-sections option diff --git a/gcc/testsuite/gcc.dg/atomic/stdatomic-flag.c b/gcc/testsuite/gcc.dg/atomic/stdatomic-flag.c index c1a63f1b3aa..515d5d8dd5a 100644 --- a/gcc/testsuite/gcc.dg/atomic/stdatomic-flag.c +++ b/gcc/testsuite/gcc.dg/atomic/stdatomic-flag.c @@ -1,4 +1,5 @@ /* Test atomic_flag routines for existence and execution. */ +/* The test needs a lockless atomic implementation. */ /* { dg-do run { xfail hppa*-*-hpux* } } */ /* { dg-options "-std=c11 -pedantic-errors" } */