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]

Re: integer parsing overhaul, revised


Zack Weinberg wrote:-

> This is the second version of the integer-parsing overhaul.  It
> incorporates Neil's suggestions.  Also, I found another place in
> cpplib where we were doing ad hoc number conversion and zapped it.

Just curious; does this mean we silently accept

#line -10

and convert it to an unsigned long (perhaps with a warning about the
number being too large)?

Neil.


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