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: PR c++/28152 Diagnostic about wrong use _Complex prints __complex__


Updated again and bootstrapped and regression tested on
x86_64-unknown-linux-gnu.

OK for trunk?

Manuel.

2008-08-22  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>

	PR c++/28152
cp/	
	* parser.c (cp_lexer_get_preprocessor_token):  Do not store the
	canonical spelling for keywords.
	(cp_parser_attribute_list): Use the canonical spelling for
	keywords in attributes.
testsuite/
	* g++.dg/parse/parser-pr28152.C: New.
	* g++.dg/parse/parser-pr28152-2.C: New.



2008/10/21 Manuel López-Ibáñez <lopezibanez@gmail.com>:
> I updated the patch to a recent revision, bootstrapped and regression
> tested again.
>
> OK for trunk?
>
> Manuel.
>
> 2008/8/23 Manuel López-Ibáñez <lopezibanez@gmail.com>:
>> Bootstrapped and regression tested on x86_64-unknown-linux-gnu with
>> --enable-languages=all,ada
>>
>> OK for trunk?
>>
>> 2008-08-22 ?Manuel Lopez-Ibanez ?<manu@gcc.gnu.org>
>>
>> ? ? ? ?PR c++/28152
>> cp/
>> ? ? ? ?* parser.c (cp_lexer_get_preprocessor_token): ?Do not store the
>> ? ? ? ?canonical spelling for keywords.
>> ? ? ? ?(cp_parser_attribute_list): Use the canonical spelling for
>> ? ? ? ?keywords in attributes.
>> testsuite/
>> ? ? ? ?* g++.dg/parse/parser-pr28152.C: New.
>> ? ? ? ?* g++.dg/parse/parser-pr28152-2.C: New.
>> ? ? ? ?* g++.dg/ext/attrib34.C: New.
>>
>

Attachment: fix-pr28152-cp.diff
Description: Text document


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