62154.cc: Disable when the target doesn't provide atomic builtins.

2014-08-21  Tony Wang  <tony.wang@arm.com>

    libstdc++-v3/
    * testsuite/18_support/nested_exception/62154.cc: Disable when the
    target doesn't provide atomic builtins.

From-SVN: r214261
This commit is contained in:
Tony Wang 2014-08-21 09:11:00 +00:00 committed by Thomas Preud'homme
parent 53f0468805
commit 31879c2cc7
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2014-08-21 Tony Wang <tony.wang@arm.com>
* testsuite/18_support/nested_exception/62154.cc: Disable when the
target doesn't provide atomic builtins.
2014-08-19 Yaakov Selkowitz <yselkowi@redhat.com>
Kai Tietz <ktietz@redhat.com>

View File

@ -1,4 +1,5 @@
// { dg-options "-std=gnu++11" }
// { dg-require-atomic-builtins "" }
// Copyright (C) 2014 Free Software Foundation, Inc.
//