Patch to fix cpplib #line handling

Zack Weinberg zack@bitmover.com
Fri Aug 13 17:19:00 GMT 1999


Jason Merrill wrote:
> cpplib wasn't able to handle the sequence '1 3 4'; it was only able to
> handle either a 3 or a 4.

Where is this sequence coming from?  Flag 4 implies flag 3, so it's
not useful to put them both on the same directive.  cpp never emits 
'3 4', and I don't see why it should accept '3 4' either.

zw


More information about the Gcc-patches mailing list