From 3bce9ea72de5fba1156698f2d9cd1587d7527fbc Mon Sep 17 00:00:00 2001 From: John David Anglin Date: Thu, 7 Aug 2014 18:56:59 +0000 Subject: [PATCH] stdatomic-flag.c: Add xfail comment. * gcc.dg/atomic/stdatomic-flag.c: Add xfail comment. From-SVN: r213727 --- gcc/testsuite/ChangeLog | 2 ++ gcc/testsuite/gcc.dg/atomic/stdatomic-flag.c | 1 + 2 files changed, 3 insertions(+) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index b72158f40006..edd5d8db02ca 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 c1a63f1b3aae..515d5d8dd5a2 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" } */ -- 2.47.3