aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorTony Wang <tony.wang@arm.com>2014-08-21 09:11:00 +0000
committerThomas Preud'homme <thopre01@gcc.gnu.org>2014-08-21 09:11:00 +0000
commit31879c2cc7b5d8f302b5020de41b9439ef764b65 (patch)
treec673a5102237bb03ea5397fbf889f611a3d4be90 /libstdc++-v3
parent53f04688052e6367be2d4294f792c1d35917746f (diff)
downloadgcc-31879c2cc7b5d8f302b5020de41b9439ef764b65.zip
gcc-31879c2cc7b5d8f302b5020de41b9439ef764b65.tar.gz
gcc-31879c2cc7b5d8f302b5020de41b9439ef764b65.tar.bz2
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
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/ChangeLog5
-rw-r--r--libstdc++-v3/testsuite/18_support/nested_exception/62154.cc1
2 files changed, 6 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index c764927..c7f64a7 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -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>
diff --git a/libstdc++-v3/testsuite/18_support/nested_exception/62154.cc b/libstdc++-v3/testsuite/18_support/nested_exception/62154.cc
index 9c6725f..da6ed4c 100644
--- a/libstdc++-v3/testsuite/18_support/nested_exception/62154.cc
+++ b/libstdc++-v3/testsuite/18_support/nested_exception/62154.cc
@@ -1,4 +1,5 @@
// { dg-options "-std=gnu++11" }
+// { dg-require-atomic-builtins "" }
// Copyright (C) 2014 Free Software Foundation, Inc.
//