From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1725) id 0EB5B393BC20; Tue, 18 Aug 2020 18:19:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0EB5B393BC20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1597774773; bh=Lj59IKO/IN7hYbpyrVd0bmucOrr3OZ2YcywVsYsWKSo=; h=From:To:Subject:Date:From; b=o0/yiaLAMwOQnuFt3vmWbvNQLbM3trRElSeUrjrA6wc5WiMWiIDsw0g8KnPDtSLR7 4Ppuvg0mTOKObEiOn4OCq1aGFWm8Ee6h+f6+epBvPQu4vmr4SoXsvyL3vAvQeYIBov KU+wXq9OjVnTQ398cJ0ErsmkTMoGKWOj3xXycKus= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: William Schmidt To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org Subject: [gcc(refs/users/wschmidt/heads/builtins3)] libstdc++: Remove duplicate dg-do directive X-Act-Checkin: gcc X-Git-Author: Jonathan Wakely X-Git-Refname: refs/users/wschmidt/heads/builtins3 X-Git-Oldrev: 844fa2de7b4d6d3b058dd9492c0a62e72e759979 X-Git-Newrev: 351f60794c116d25a78da5220f3da74b4268cb8d Message-Id: <20200818181933.0EB5B393BC20@sourceware.org> Date: Tue, 18 Aug 2020 18:19:33 +0000 (GMT) X-BeenThere: libstdc++-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libstdc++-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Aug 2020 18:19:33 -0000 https://gcc.gnu.org/g:351f60794c116d25a78da5220f3da74b4268cb8d commit 351f60794c116d25a78da5220f3da74b4268cb8d Author: Jonathan Wakely Date: Fri Jul 31 17:51:00 2020 +0100 libstdc++: Remove duplicate dg-do directive Also add an effective target to clarify it should only run for C++17 and later. libstdc++-v3/ChangeLog: * testsuite/20_util/time_point_cast/rounding.cc: Remove duplicate dg-do directive and add c++17 effective target. Diff: --- libstdc++-v3/testsuite/20_util/time_point_cast/rounding.cc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libstdc++-v3/testsuite/20_util/time_point_cast/rounding.cc b/libstdc++-v3/testsuite/20_util/time_point_cast/rounding.cc index 7cf4931645e..9918b83bac1 100644 --- a/libstdc++-v3/testsuite/20_util/time_point_cast/rounding.cc +++ b/libstdc++-v3/testsuite/20_util/time_point_cast/rounding.cc @@ -15,10 +15,8 @@ // with this library; see the file COPYING3. If not see // . -// { dg-do run { target c++11 } } - // { dg-options "-std=gnu++17" } -// { dg-do compile } +// { dg-do compile { target c++17 } } #include