Bug in Objective-C compiler found

Richard Henderson rth@redhat.com
Wed Feb 28 00:29:00 GMT 2001


On Tue, Feb 20, 2001 at 10:59:53AM -0800, Zack Weinberg wrote:
> - an opinion from C front end experts on whether true non-keywords
>   ever appear in declspecs.

No can do.  Perhaps Joseph Myers knows?

> - a review of the appended patch, which I am bootstrapping now.

But this I can.

> 	* stringpool.c (set_identifier): New function.
> 	* tree.h: Prototype it.
> 	
> 	* c-parse.in: Kill D_YES. If compiled for objc, call
> 	save_and_forget_protocol_qualifiers from init_reswords.
> 	* objc/objc-act.c (remember_protocol_qualifiers,
> 	forget_protocol_qualifiers): Don't diddle C_IS_RESERVED_WORD.
> 	Swap out the non-keyword IDENTIFIER_NODEs for keyword ones, or
> 	vice versa.
> 	(save_and_forget_protocol_qualifiers): New function.
> 	* c-lex.h: Prototype save_and_forget_protocol_qualifiers.

This is arguably less bletcherous than frobbing C_IS_RESERVED_WORD.
Given that it fixes the test cases, I think it's ok for mainline and
branch (since it's an objc regression from 2.95).


r~



More information about the Gcc-patches mailing list