]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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 c76492722556dea219c2d12e969daff3c4cff7a9..c7f64a7452b4d68d5512bb64a529fb5d5a9be387 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 9c6725f603a7833b30234390c5fa2dc06b76f41e..da6ed4cf2eb661e0f546dfd70fbd3984e7d1f6ee 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-options "-std=gnu++11" }
+// { dg-require-atomic-builtins "" }
 
 // Copyright (C) 2014 Free Software Foundation, Inc.
 //