This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PING opts-handling/build maintainer] Re: [PATCH] Fix .opt file parsing to allow nested parentheses in option property arguments.
- From: Dave Korn <dave dot korn dot cygwin at googlemail dot com>
- To: Michael Meissner <meissner at linux dot vnet dot ibm dot com>, Dave Korn <dave dot korn dot cygwin at googlemail dot com>, GCC Patches <gcc-patches at gcc dot gnu dot org>
- Date: Thu, 30 Jul 2009 08:39:45 +0100
- Subject: Re: [PING opts-handling/build maintainer] Re: [PATCH] Fix .opt file parsing to allow nested parentheses in option property arguments.
- References: <4A55ECA7.1060908@gmail.com> <4A6FCADF.1050202@gmail.com> <20090729170316.GA12316@hungry-tiger.westford.ibm.com>
Michael Meissner wrote:
> On Wed, Jul 29, 2009 at 05:06:55AM +0100, Dave Korn wrote:
>> Originally posted at:
>> http://gcc.gnu.org/ml/gcc-patches/2009-07/msg00488.html.
>
> The patch is approved.
Ta, committed.
> I must say, I personally would prefer these awk scripts to go away, but I
> haven't spent any time thinking about replacing them :-)
Well, if it wasn't for these scripts I would still not know how to do anything
in awk beyond "cat ... | awk 'print $3'" i.e. using it as a glorified 'cut'. So
at least I feel like I learned something :)
cheers,
DaveK