From c70c6e954062325ca5359c03f81bdddb7921a984 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Fri, 9 Dec 2016 15:46:33 +0000 Subject: Fix failing test due to order of dg-directives Backport from mainline 2016-12-08 David Edelsohn * testsuite/25_algorithms/headers/algorithm/ parallel_algorithm_assert2.cc: Move dg-do run first. From-SVN: r243491 --- libstdc++-v3/ChangeLog | 8 ++++++++ .../25_algorithms/headers/algorithm/parallel_algorithm_assert2.cc | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) (limited to 'libstdc++-v3') diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 68411c79ec1..da3ffd16ad9 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,11 @@ +2016-12-09 Jonathan Wakely + + Backport from mainline + 2016-12-08 David Edelsohn + + * testsuite/25_algorithms/headers/algorithm/ + parallel_algorithm_assert2.cc: Move dg-do run first. + 2016-12-08 Jonathan Wakely PR libstdc++/71856 diff --git a/libstdc++-v3/testsuite/25_algorithms/headers/algorithm/parallel_algorithm_assert2.cc b/libstdc++-v3/testsuite/25_algorithms/headers/algorithm/parallel_algorithm_assert2.cc index c40985e6377..952e97a3fa5 100644 --- a/libstdc++-v3/testsuite/25_algorithms/headers/algorithm/parallel_algorithm_assert2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/headers/algorithm/parallel_algorithm_assert2.cc @@ -1,6 +1,6 @@ +// { dg-do run } // { dg-require-parallel-mode "" } // { dg-options "-fopenmp -D_GLIBCXX_PARALLEL" { target *-*-* } } -// { dg-do run } // Copyright (C) 2016 Free Software Foundation, Inc. // -- cgit v1.2.1