From eb0e2906f9b01d130f7516d783c51825305c82dd Mon Sep 17 00:00:00 2001 From: paolo Date: Sun, 17 Apr 2011 23:15:28 +0000 Subject: [PATCH] 2011-04-17 Paolo Carlini * testsuite/25_algorithms/partition/moveable.cc: Actually run it in parallel-mode for check-parallel. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172625 138bc75d-0d04-0410-961f-82ee72b054a4 --- libstdc++-v3/ChangeLog | 5 +++++ libstdc++-v3/testsuite/25_algorithms/partition/moveable.cc | 6 +----- 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 + + * testsuite/25_algorithms/partition/moveable.cc: Actually run + it in parallel-mode for check-parallel. + 2011-04-17 Daniel Krugler Paolo Carlini 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 #include #include -- 2.7.4