diff options
author | John David Anglin <danglin@gcc.gnu.org> | 2014-08-07 18:56:59 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2014-08-07 18:56:59 +0000 |
commit | 3bce9ea72de5fba1156698f2d9cd1587d7527fbc (patch) | |
tree | f432f998faaae539b4ef746d611861e5c25dd352 | |
parent | 42d9533c8f6a07a31beedda6d42b44886ae3f076 (diff) | |
download | gcc-3bce9ea72de5fba1156698f2d9cd1587d7527fbc.zip gcc-3bce9ea72de5fba1156698f2d9cd1587d7527fbc.tar.gz gcc-3bce9ea72de5fba1156698f2d9cd1587d7527fbc.tar.bz2 |
stdatomic-flag.c: Add xfail comment.
* gcc.dg/atomic/stdatomic-flag.c: Add xfail comment.
From-SVN: r213727
-rw-r--r-- | gcc/testsuite/ChangeLog | 2 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/atomic/stdatomic-flag.c | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index b72158f..edd5d8d 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,7 @@ 2014-08-07 John David Anglin <danglin@gcc.gnu.org> + * 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 c1a63f1..515d5d8 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" } */ |