]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
deallocate_global.cc: Require __cxa_atexit.
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Wed, 24 Feb 2010 15:31:22 +0000 (15:31 +0000)
committerRainer Orth <ro@gcc.gnu.org>
Wed, 24 Feb 2010 15:31:22 +0000 (15:31 +0000)
* testsuite/ext/new_allocator/deallocate_global.cc: Require
__cxa_atexit.
* testsuite/ext/throw_allocator/deallocate_global.cc: Likewise.

From-SVN: r157046

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/ext/new_allocator/deallocate_global.cc
libstdc++-v3/testsuite/ext/throw_allocator/deallocate_global.cc

index 9bdba707fb38b347cfcbaacc2995aaf940a8e7b2..138a55b0ec099f2269c329d1b25aa51dd15f5f3e 100644 (file)
@@ -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...
index 783be483da80b84f891bff46557a1e88713843f1..76b79e6e96b4f0fcf035a90bff263e551410adc3 100644 (file)
@@ -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
index 5dc58a667ede9897cb8b22e343aa9797b2f73259..b9d3ae7602970c2cac7c43c5edd4341d121e34a3 100644 (file)
@@ -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