From 31879c2cc7b5d8f302b5020de41b9439ef764b65 Mon Sep 17 00:00:00 2001 From: Tony Wang Date: Thu, 21 Aug 2014 09:11:00 +0000 Subject: [PATCH] 62154.cc: Disable when the target doesn't provide atomic builtins. 2014-08-21 Tony Wang libstdc++-v3/ * testsuite/18_support/nested_exception/62154.cc: Disable when the target doesn't provide atomic builtins. From-SVN: r214261 --- libstdc++-v3/ChangeLog | 5 +++++ libstdc++-v3/testsuite/18_support/nested_exception/62154.cc | 1 + 2 files changed, 6 insertions(+) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index c7649272255..c7f64a7452b 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2014-08-21 Tony Wang + + * testsuite/18_support/nested_exception/62154.cc: Disable when the + target doesn't provide atomic builtins. + 2014-08-19 Yaakov Selkowitz Kai Tietz diff --git a/libstdc++-v3/testsuite/18_support/nested_exception/62154.cc b/libstdc++-v3/testsuite/18_support/nested_exception/62154.cc index 9c6725f603a..da6ed4cf2eb 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. //