From 703390ebaf43f08a0e7ff5b510e12186faa44033 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Mon, 17 Oct 2016 18:03:25 +0100 Subject: [PATCH] Fix invalid dg-do directive Backport from mainline: 2016-08-17 Jonathan Wakely * testsuite/20_util/reference_wrapper/invoke-2.cc: Fix invalid dg-do directive. From-SVN: r241265 --- libstdc++-v3/ChangeLog | 8 ++++++++ .../testsuite/20_util/reference_wrapper/invoke-2.cc | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 77d7de5a136d..effb95d0f889 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,11 @@ +2016-10-17 Jonathan Wakely + + Backport from mainline: + 2016-08-17 Jonathan Wakely + + * testsuite/20_util/reference_wrapper/invoke-2.cc: Fix invalid dg-do + directive and use effective target instead of dg-options. + 2016-10-17 Jonathan Wakely Backport from mainline: diff --git a/libstdc++-v3/testsuite/20_util/reference_wrapper/invoke-2.cc b/libstdc++-v3/testsuite/20_util/reference_wrapper/invoke-2.cc index 46d1934bc765..dcba1388b3da 100644 --- a/libstdc++-v3/testsuite/20_util/reference_wrapper/invoke-2.cc +++ b/libstdc++-v3/testsuite/20_util/reference_wrapper/invoke-2.cc @@ -1,5 +1,5 @@ // { dg-options "-std=gnu++11" } -// { dg-do compile} +// { dg-do compile } // Copyright (C) 2011-2015 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free -- 2.47.2