autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: fix parsing of Fortran -v output in Portland-Group compiler


From: Steven G. Johnson
Subject: Re: fix parsing of Fortran -v output in Portland-Group compiler
Date: Sat, 27 Mar 2004 18:19:40 -0500 (EST)

On Sat, 27 Mar 2004, Paul Eggert wrote:
> Looks good, but can you uniformly replace [[^\"]] by [[^\\"]] while
> you're installing it?  Some sed's mishandle backslashes inside bracket
> expressions.  There are two instances of this in fortran.m4 after your
> patch.  Thanks.

Hmm, just to be clear, this regexp was intended to match any character
that is not a quote, I think (in both instances).  Doesn't [^\\"] match
any character that is not a quote or a backslash?  Should it be simply
[^"], if the backslash is truly not needed before the quote?

Steven




reply via email to

[Prev in Thread] Current Thread [Next in Thread]