This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH,gfortran] Fix for PR 17941


On Sat, Jan 15, 2005 at 09:57:01PM +0100, FX Coudert wrote:
> >2005-01-15  Steven G. Kargl  <kargls@comcast.net>
> >
> >      PR fortran/17941
> >      * primary.c (match_const_complex_part): Deal with whitespace in 
> >      between
> >      uniary sign and the number
> 
> unary
> 
> >+  /* Record the presences of uniary minus sign and gobble any whitespace
> >+     between the minus sign and number.  */
> 
> "presence" and "unary"?
> 
> >+  /* Record the presences of uniary plus sign and gobble any whitespace
> >+     between the plus sign and number.  */
> 
> Here again.
> 

Thanks.

See new patch.

-- 
Steve

Attachment: primary.c.diff
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]