65913.cc: Require atomic-builtins rather than specific target.

2016-06-30  Thomas Preud'homme  <thomas.preudhomme@arm.com>

libstdc++-v3/
    * testsuite/29_atomics/atomic/65913.cc: Require atomic-builtins rather
    than specific target.

From-SVN: r237879
This commit is contained in:
Thomas Preud'homme 2016-06-30 14:17:47 +00:00 committed by Thomas Preud'homme
parent 205cccc7c8
commit 72fb6bae83
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2016-06-30 Thomas Preud'homme <thomas.preudhomme@arm.com>
* testsuite/29_atomics/atomic/65913.cc: Require atomic-builtins rather
than specific target.
2016-06-27 François Dumont <fdumont@gcc.gnu.org>
PR libstdc++/71640

View File

@ -15,7 +15,8 @@
// with this library; see the file COPYING3. If not see
// <http://www.gnu.org/licenses/>.
// { dg-do run { target x86_64-*-linux* powerpc*-*-linux* } }
// { dg-do run }
// { dg-require-atomic-builtins "" }
// { dg-options "-std=gnu++11 -O0" }
#include <atomic>