From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22660 invoked by alias); 12 Jun 2017 16:58:03 -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 22612 invoked by uid 89); 12 Jun 2017 16:58:02 -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,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy= 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; Mon, 12 Jun 2017 16:58:01 +0000 Received: from resomta-po-04v.sys.comcast.net ([96.114.154.228]) by resqmta-po-07v.sys.comcast.net with SMTP id KSebdfL7UJZefKSfEdEvpq; Mon, 12 Jun 2017 16:58:04 +0000 Received: from up.mrs.kithrup.com ([24.4.193.248]) by resomta-po-04v.sys.comcast.net with SMTP id KSfDdPkawiPzBKSfEd5ejT; Mon, 12 Jun 2017 16:58:04 +0000 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: [RFC] Dejagnu patch to handle multi-line directives From: Mike Stump In-Reply-To: Date: Mon, 12 Jun 2017 16:58:00 -0000 Cc: GCC Patches , Jakub Jelinek , Rainer Orth Content-Transfer-Encoding: quoted-printable Message-Id: <63D22825-6B8C-4C83-9135-877F47A7BD2A@comcast.net> References: To: Tom de Vries X-CMAE-Envelope: MS4wfHLkDGsqolVvaigOtFUAHRgPWt0eaeyLgTQaORdS3Wtfulmk8/1d09OOSXaiBuUot7dRTuT0N77taop659zSVoyIlsDAuGZpWEY/kTPfLPfaYw2PNcoJ Wikqr6IBlqFq/na12K+Y0Aq5H9OyWIul1ZI1ersRWWJd8TgxiD8A1gZke3vpX6FT61jbyKcAAU528ZwXq0UpiikvBTl90to+Vu3nnJBAWDD7s6ymnAPrzHDZ V4diIkpMTxS5hlNIvZOwspltexoJquXcaziJijVpNxIlsRAWwAFilMB4dnBJGWmK X-IsSubscribed: yes X-SW-Source: 2017-06/txt/msg00817.txt.bz2 On Jun 10, 2017, at 12:57 AM, Tom de Vries wrote: >=20 > one thing that has bothered me on a regular basis is the inability to spr= ead long dejagnu directives over multiple lines. I'm not terribly in favor of this. I'd like to retain the ability to grep = and sed single line things. It makes exploring and finding things easier. = Also, if we bulk convert to a new framework system for running test cases,= the conversion is easier.