aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorPaolo Carlini <paolo.carlini@oracle.com>2011-04-17 23:15:28 +0000
committerPaolo Carlini <paolo@gcc.gnu.org>2011-04-17 23:15:28 +0000
commitdc98549948b475224d6aa8c1155d3899d92f53a1 (patch)
tree2a253a4f040d3934c12cdc2d92885567c6422e4b /libstdc++-v3
parent23399579a6d939a8573b868b68ec1729b92bbff0 (diff)
downloadgcc-dc98549948b475224d6aa8c1155d3899d92f53a1.zip
gcc-dc98549948b475224d6aa8c1155d3899d92f53a1.tar.gz
gcc-dc98549948b475224d6aa8c1155d3899d92f53a1.tar.bz2
moveable.cc: Actually run it in parallel-mode for check-parallel.
2011-04-17 Paolo Carlini <paolo.carlini@oracle.com> * testsuite/25_algorithms/partition/moveable.cc: Actually run it in parallel-mode for check-parallel. From-SVN: r172625
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/ChangeLog5
-rw-r--r--libstdc++-v3/testsuite/25_algorithms/partition/moveable.cc6
2 files changed, 6 insertions, 5 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index ab1ffcb..dd2b053 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,8 @@
+2011-04-17 Paolo Carlini <paolo.carlini@oracle.com>
+
+ * testsuite/25_algorithms/partition/moveable.cc: Actually run
+ it in parallel-mode for check-parallel.
+
2011-04-17 Daniel Krugler <daniel.kruegler@googlemail.com>
Paolo Carlini <paolo.carlini@oracle.com>
diff --git a/libstdc++-v3/testsuite/25_algorithms/partition/moveable.cc b/libstdc++-v3/testsuite/25_algorithms/partition/moveable.cc
index ab57320..925811b 100644
--- a/libstdc++-v3/testsuite/25_algorithms/partition/moveable.cc
+++ b/libstdc++-v3/testsuite/25_algorithms/partition/moveable.cc
@@ -1,6 +1,6 @@
// { dg-options "-std=gnu++0x" }
-// Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010
+// Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011
// Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
@@ -22,10 +22,6 @@
#undef _GLIBCXX_CONCEPT_CHECKS
-// XXX FIXME: parallel-mode should deal correctly with moveable-only types
-// per C++0x, at minimum smoothly fall back to serial.
-#undef _GLIBCXX_PARALLEL
-
#include <algorithm>
#include <functional>
#include <testsuite_hooks.h>