r144166 - in /branches/gcc-4_3-branch/gcc: cp/C...
jason@gcc.gnu.org
jason@gcc.gnu.org
Fri Feb 13 21:53:00 GMT 2009
Author: jason
Date: Fri Feb 13 21:53:38 2009
New Revision: 144166
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=144166
Log:
PR c++/39070
* semantics.c (finish_call_expr): Change koenig_p parm to int.
If -1, don't set KOENIG_LOOKUP_P but do keep hidden candidates.
* cp-tree.h: Adjust prototype.
* pt.c (tsubst_copy_and_build) [CALL_EXPR]: Pass -1.
Added:
branches/gcc-4_3-branch/gcc/testsuite/g++.dg/cpp0x/decltype16.C
- copied unchanged from r144161, trunk/gcc/testsuite/g++.dg/cpp0x/decltype16.C
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/pt.c
branches/gcc-4_3-branch/gcc/cp/semantics.c
branches/gcc-4_3-branch/gcc/testsuite/ChangeLog
More information about the Gcc-cvs
mailing list