From: John David Anglin Date: Thu, 7 Aug 2014 18:56:59 +0000 (+0000) Subject: stdatomic-flag.c: Add xfail comment. X-Git-Tag: releases/gcc-5.1.0~5599 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3bce9ea72de5fba1156698f2d9cd1587d7527fbc;p=thirdparty%2Fgcc.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 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" } */