http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60148

--- Comment #6 from Steve Kargl <sgk at troutmask dot apl.washington.edu> ---
On Wed, Feb 12, 2014 at 03:12:52AM +0000, kargl at gcc dot gnu.org wrote:
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60148
> 
> --- Comment #5 from kargl at gcc dot gnu.org ---
> (In reply to Jerry DeLisle from comment #4)
> > Like this:
> > 
> > &MYLIST
> >  MYSTRING        = 'tue  '
> >  /
> >  &MYLIST
> >  MYSTRING        = "tue  "
> >  /
> >  &MYLIST
> >  MYSTRING        = tue  
> >  /
> >  &MYLIST
> >  MYSTRING        = tue  
> >  /
> 
> Dang!  You beat me to the patch.  Here's what I have.
> I'm not sure if the first chunk is needed.  Currently,
> running the testsuite.
> 

There are few regressions, which I haven't looked through, yet.
I suspect these are related to looking for ' or " in a result
that was written to a file and then re-read.

Reply via email to