gcc/gcc/cp ChangeLog name-lookup.c semantics.c
dgregor@gcc.gnu.org
dgregor@gcc.gnu.org
Thu Jul 21 03:53:00 GMT 2005
CVSROOT: /cvs/gcc
Module name: gcc
Changes by: dgregor@gcc.gnu.org 2005-07-21 03:53:08
Modified files:
gcc/cp : ChangeLog name-lookup.c semantics.c
Log message:
2005-07-20 Douglas Gregor <doug.gregor@gmail.com>
PR c++/2922
* semantics.c (perform_koenig_lookup): For dependent calls, just
return the set of functions we've found so far. Later, it will be
augmented by those found through argument-dependent lookup.
* name-lookup.c (lookup_arg_dependent):
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&r1=1.4826&r2=1.4827
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/name-lookup.c.diff?cvsroot=gcc&r1=1.129&r2=1.130
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/semantics.c.diff?cvsroot=gcc&r1=1.481&r2=1.482
More information about the Gcc-cvs
mailing list