From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 100325 invoked by alias); 15 Apr 2017 15:35:55 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 100304 invoked by uid 89); 15 Apr 2017 15:35:53 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_PASS,URIBL_RED autolearn=ham version=3.3.2 spammy=H*m:comcast X-HELO: resqmta-po-07v.sys.comcast.net Received: from resqmta-po-07v.sys.comcast.net (HELO resqmta-po-07v.sys.comcast.net) (96.114.154.166) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 15 Apr 2017 15:35:52 +0000 Received: from resomta-po-13v.sys.comcast.net ([96.114.154.237]) by resqmta-po-07v.sys.comcast.net with SMTP id zPjscKGRgJZefzPjtcwadD; Sat, 15 Apr 2017 15:35:53 +0000 Received: from up.mrs.kithrup.com ([24.4.193.248]) by resomta-po-13v.sys.comcast.net with SMTP id zPjrcURUwDIoGzPjscYA16; Sat, 15 Apr 2017 15:35:53 +0000 Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: [PATCH, testsuite] Allow braces around relative line numbers From: Mike Stump In-Reply-To: <6515ea22-c85d-8de1-3224-fb996e729cee@mentor.com> Date: Sat, 15 Apr 2017 15:54:00 -0000 Cc: Jakub Jelinek , Rainer Orth , GCC Patches Content-Transfer-Encoding: quoted-printable Message-Id: <9C950922-BD66-43A0-8B08-2F096C9ED728@comcast.net> References: <31cf86fd-eda4-e373-5263-a3b36854109e@mentor.com> <20170328222321.GE17461@tucnak> <6515ea22-c85d-8de1-3224-fb996e729cee@mentor.com> To: Tom de Vries X-CMAE-Envelope: MS4wfKPuhZutQKa5UdTZOoQw1uvb+1227c5QeNona9Hh2OjFCJ2cbwNhjlvvf3je+C+SQVyL5Titkv3LnM9yZXHZJLBjZRa4HxQYnibIGRPDn833e5y8mWcV VNGE6dCEuTAdn9RQd9u7k1MOJ2DawVXomMQP0w5WM/XWuhB2Fw3xJo05+4b+wwBzCcfwP61Xja3CUthtXQsmqIKSZ4wGnB5QKGQV/YgsJYd2souoUCvJCEQB 8WFVqIrgb29rAbPtPASaF5OhRFIGolRH8C+XtVmTPhYozDpwDg9855TTQ1f0bUia X-IsSubscribed: yes X-SW-Source: 2017-04/txt/msg00709.txt.bz2 On Apr 15, 2017, at 1:07 AM, Tom de Vries wrote: > I've attached two patches: >=20 > - second patch is the result of running the script. > Second patch OK for stage4/stage1 trunk? Ok. > [ I'm not sure if the first patch is useful enough to commit to contrib. ] Once the script it run, we shouldn't have to run it again. So, I think it = can live as a reference on the mailing list. > 2017-04-14 Tom de Vries >=20 > * g++.dg/parse/error11.C: Remove braces around line number in dejagnu > directive. > * g++.dg/parse/error3.C: Same. > * g++.old-deja/g++.pt/niklas01a.C: Same. > * gcc.dg/990506-0.c: Same. > * gcc.dg/cpp/19990413-1.c: Same. > * gcc.dg/cpp/pragma-1.c: Same. > * gcc.dg/cpp/pragma-2.c: Same. > * gcc.dg/m-un-2.c: Same. > * objc.dg/private-1.m: Same.