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: [C++ Patch] PR 50864 (parser bits)


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?


Jason


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