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


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.


--
FX


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