summaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>2010-02-24 15:31:22 +0000
committerro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>2010-02-24 15:31:22 +0000
commit6decc40f86fce8717da44a625c3fdcaf109c8777 (patch)
tree8270460639a996beb9d7ecb89a3313522f4143ab /libstdc++-v3
parent0c9b3045d419cf8398e1da6ef9b590f36bd6db53 (diff)
downloadgcc-6decc40f86fce8717da44a625c3fdcaf109c8777.tar.gz
* testsuite/ext/new_allocator/deallocate_global.cc: Require
__cxa_atexit. * testsuite/ext/throw_allocator/deallocate_global.cc: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157046 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/ChangeLog6
-rw-r--r--libstdc++-v3/testsuite/ext/new_allocator/deallocate_global.cc4
-rw-r--r--libstdc++-v3/testsuite/ext/throw_allocator/deallocate_global.cc4
3 files changed, 12 insertions, 2 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 9bdba707fb3..138a55b0ec0 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,9 @@
+2010-02-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
+
+ * testsuite/ext/new_allocator/deallocate_global.cc: Require
+ __cxa_atexit.
+ * testsuite/ext/throw_allocator/deallocate_global.cc: Likewise.
+
2010-02-23 Benjamin Kosnik <bkoz@redhat.com>
* doc/xml/manual/concurrency.xml: Move...
diff --git a/libstdc++-v3/testsuite/ext/new_allocator/deallocate_global.cc b/libstdc++-v3/testsuite/ext/new_allocator/deallocate_global.cc
index 783be483da8..76b79e6e96b 100644
--- a/libstdc++-v3/testsuite/ext/new_allocator/deallocate_global.cc
+++ b/libstdc++-v3/testsuite/ext/new_allocator/deallocate_global.cc
@@ -1,5 +1,7 @@
+// { dg-require-cxa-atexit "" }
+
//
-// Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009
+// Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
// Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
diff --git a/libstdc++-v3/testsuite/ext/throw_allocator/deallocate_global.cc b/libstdc++-v3/testsuite/ext/throw_allocator/deallocate_global.cc
index 5dc58a667ed..b9d3ae76029 100644
--- a/libstdc++-v3/testsuite/ext/throw_allocator/deallocate_global.cc
+++ b/libstdc++-v3/testsuite/ext/throw_allocator/deallocate_global.cc
@@ -1,5 +1,7 @@
+// { dg-require-cxa-atexit "" }
+
//
-// Copyright (C) 2007, 2009 Free Software Foundation, Inc.
+// Copyright (C) 2007, 2009, 2010 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the