Removal of parse-y etc.

Mark Mitchell mark@codesourcery.com
Mon Dec 30 11:24:00 GMT 2002


> You removed pending_lang_change, but it is still referenced, in a
> beloved #ifdef, in c-lex.c.

And it turns out it's still needed; that's what's causing David's bug.

This is an evil, out-of-band, communication between the C lexer and
the parser, but I'm not going to touch it right now.  (This should
probably be implemented via an explicit token in the token stream,
but the current way is correct -- just tricky.)

Thanks,

-- 
Mark Mitchell                mark@codesourcery.com
CodeSourcery, LLC            http://www.codesourcery.com



More information about the Gcc-patches mailing list