[C++ Patch] PR 50864 (parser bits)

Paolo Carlini paolo.carlini@oracle.com
Tue Nov 8 01:22:00 GMT 2011


On 11/08/2011 01:49 AM, Jason Merrill wrote:
> On 11/07/2011 07:31 PM, Paolo Carlini wrote:
>> +          if (TREE_CODE (parser->scope) == NAMESPACE_DECL
>> + &&  (TREE_CODE (postfix_expression) == ARROW_EXPR
>> +              || TREE_CODE (postfix_expression) == CALL_EXPR))
>
> Do we need to check the code of postfix_expression at all?
Ah! You implied that, in your previous message, but seemed too nice to 
me ;) Let me regtest without...

Paolo.



More information about the Gcc-patches mailing list