62154.cc: Disable when the target doesn't provide atomic builtins.
authorTony Wang <tony.wang@arm.com>
Thu, 21 Aug 2014 09:11:00 +0000 (09:11 +0000)
committerThomas Preud'homme <thopre01@gcc.gnu.org>
Thu, 21 Aug 2014 09:11:00 +0000 (09:11 +0000)
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

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/18_support/nested_exception/62154.cc

index c764927..c7f64a7 100644 (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>
 
index 9c6725f..da6ed4c 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-options "-std=gnu++11" }
+// { dg-require-atomic-builtins "" }
 
 // Copyright (C) 2014 Free Software Foundation, Inc.
 //