From: Jonathan Wakely Date: Mon, 17 Oct 2016 17:03:25 +0000 (+0100) Subject: Fix invalid dg-do directive X-Git-Tag: releases/gcc-5.5.0~762 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=703390ebaf43f08a0e7ff5b510e12186faa44033;p=thirdparty%2Fgcc.git 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 --- 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