r145511 - in /branches/gcc-4_3-branch/gcc/cp: C...
jason@gcc.gnu.org
jason@gcc.gnu.org
Fri Apr 3 18:04:00 GMT 2009
Author: jason
Date: Fri Apr 3 18:04:39 2009
New Revision: 145511
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=145511
Log:
PR c++/38030, 38850, 39070
* pt.c (type_dependent_expression_p_push): New fn.
(tsubst_copy_and_build) [CALL_EXPR]: Only do arg-dep lookup when the
substitution makes the call non-dependent. Preserve koenig_p.
* parser.c (cp_parser_postfix_expression): Only do arg-dep lookup
for non-dependent calls.
* semantics.c (finish_call_expr): Revert earlier changes.
* cp-tree.h: Revert change to finish_call_expr prototype.
Modified:
branches/gcc-4_3-branch/gcc/cp/ChangeLog
branches/gcc-4_3-branch/gcc/cp/cp-tree.h
branches/gcc-4_3-branch/gcc/cp/parser.c
branches/gcc-4_3-branch/gcc/cp/pt.c
branches/gcc-4_3-branch/gcc/cp/semantics.c
More information about the Gcc-cvs
mailing list