This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [RFC] Dejagnu patch to handle multi-line directives
- From: Mike Stump <mikestump at comcast dot net>
- To: Tom de Vries <Tom_deVries at mentor dot com>
- Cc: GCC Patches <gcc-patches at gcc dot gnu dot org>, Jakub Jelinek <jakub at redhat dot com>, Rainer Orth <ro at CeBiTec dot Uni-Bielefeld dot DE>
- Date: Mon, 12 Jun 2017 09:58:02 -0700
- Subject: Re: [RFC] Dejagnu patch to handle multi-line directives
- Authentication-results: sourceware.org; auth=none
- References: <b096fda2-5ed8-f8c1-ddd0-4ee1bb7f8565@mentor.com>
On Jun 10, 2017, at 12:57 AM, Tom de Vries <Tom_deVries@mentor.com> wrote:
>
> one thing that has bothered me on a regular basis is the inability to spread 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.