mirror of git://gcc.gnu.org/git/gcc.git
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
This commit is contained in:
parent
23399579a6
commit
dc98549948
|
@ -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>
|
2011-04-17 Daniel Krugler <daniel.kruegler@googlemail.com>
|
||||||
Paolo Carlini <paolo.carlini@oracle.com>
|
Paolo Carlini <paolo.carlini@oracle.com>
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
// { dg-options "-std=gnu++0x" }
|
// { 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.
|
// Free Software Foundation, Inc.
|
||||||
//
|
//
|
||||||
// This file is part of the GNU ISO C++ Library. This library is free
|
// This file is part of the GNU ISO C++ Library. This library is free
|
||||||
|
@ -22,10 +22,6 @@
|
||||||
|
|
||||||
#undef _GLIBCXX_CONCEPT_CHECKS
|
#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 <algorithm>
|
||||||
#include <functional>
|
#include <functional>
|
||||||
#include <testsuite_hooks.h>
|
#include <testsuite_hooks.h>
|
||||||
|
|
Loading…
Reference in New Issue