From patchwork Mon Dec 12 14:32:55 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonathan Wakely X-Patchwork-Id: 87695 Delivered-To: patch@linaro.org Received: by 10.140.20.101 with SMTP id 92csp1671330qgi; Mon, 12 Dec 2016 06:33:34 -0800 (PST) X-Received: by 10.99.239.5 with SMTP id u5mr168046706pgh.61.1481553214376; Mon, 12 Dec 2016 06:33:34 -0800 (PST) Return-Path: Received: from sourceware.org (server1.sourceware.org. [209.132.180.131]) by mx.google.com with ESMTPS id p85si43603051pfj.243.2016.12.12.06.33.34 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 12 Dec 2016 06:33:34 -0800 (PST) Received-SPF: pass (google.com: domain of gcc-patches-return-444169-patch=linaro.org@gcc.gnu.org designates 209.132.180.131 as permitted sender) client-ip=209.132.180.131; Authentication-Results: mx.google.com; dkim=pass header.i=@gcc.gnu.org; spf=pass (google.com: domain of gcc-patches-return-444169-patch=linaro.org@gcc.gnu.org designates 209.132.180.131 as permitted sender) smtp.mailfrom=gcc-patches-return-444169-patch=linaro.org@gcc.gnu.org DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:references:mime-version:content-type :in-reply-to; q=dns; s=default; b=Z0h87MhU27FY5f0aC5SIMHacSqW7VT 5kAvQprAF8RYbj/VqqFa28/p4cu9pNxtdBNGS4IltPeT3Sc+eKteEa+LE7JJlJ9s a6ibR+ljT1tNfQPye/6sjkrNEgJwkpzYxDR7HmJ6vn0RBJjZuOM9b/Z8m00rtTcU rM4ArzzQMxrEI= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:references:mime-version:content-type :in-reply-to; s=default; bh=enbMf9Z/yNpg1VkLBYiPLll82hY=; b=UCIn MtuTEiXbshtTmvepmc78OP2ax/DsXrb2C/t0ESseps8rwutrooXAkarq8SXdUSIL aVsHCO4lUvjyh9q8y93zp0j3UTh8Bbl3ERRrzu4RaDT19pPaPdZI96ofr8XDYHP7 WHJZ5ZaiQY6rXbY4KQZDSBcOBemor7wo034zLS8= Received: (qmail 42975 invoked by alias); 12 Dec 2016 14:33:08 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 42957 invoked by uid 89); 12 Dec 2016 14:33:07 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-5.0 required=5.0 tests=BAYES_00, RP_MATCHES_RCVD, SPF_HELO_PASS autolearn=ham version=3.3.2 spammy= X-Spam-User: qpsmtpd, 2 recipients X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 12 Dec 2016 14:32:57 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 2EF0F8F898; Mon, 12 Dec 2016 14:32:56 +0000 (UTC) Received: from localhost (ovpn-116-115.ams2.redhat.com [10.36.116.115]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id uBCEWtda022825; Mon, 12 Dec 2016 09:32:55 -0500 Date: Mon, 12 Dec 2016 14:32:55 +0000 From: Jonathan Wakely To: libstdc++@gcc.gnu.org, gcc-patches@gcc.gnu.org Subject: Re: [PATCH] Remove stray character at end of dg-do directive Message-ID: <20161212143255.GJ6326@redhat.com> References: <20161212124437.GA5643@redhat.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20161212124437.GA5643@redhat.com> X-Clacks-Overhead: GNU Terry Pratchett User-Agent: Mutt/1.7.1 (2016-10-04) On 12/12/16 12:44 +0000, Jonathan Wakely wrote: > * testsuite/experimental/filesystem/operations/temp_directory_path.cc: > Remove stray character at end of dg-do directive. And another one with the same problem. Tested x86_64-linux, committed to trunk. commit c3aaa2055071251d29fd233c3dc83fc6516c4e2d Author: Jonathan Wakely Date: Mon Dec 12 14:31:48 2016 +0000 Remove stray character at end of dg-do directive * testsuite/experimental/filesystem/operations/is_empty.cc: Remove stray character at end of dg-do directive. diff --git a/libstdc++-v3/testsuite/experimental/filesystem/operations/is_empty.cc b/libstdc++-v3/testsuite/experimental/filesystem/operations/is_empty.cc index d35967a..5a66637 100644 --- a/libstdc++-v3/testsuite/experimental/filesystem/operations/is_empty.cc +++ b/libstdc++-v3/testsuite/experimental/filesystem/operations/is_empty.cc @@ -16,7 +16,7 @@ // . // { dg-options "-lstdc++fs" } -// { dg-do run { target c++11 } }E +// { dg-do run { target c++11 } } // { dg-require-filesystem-ts "" } #include