------- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-07-21 03:53 ------- Subject: Bug 2922
CVSROOT: /cvs/gcc Module name: gcc Changes by: [EMAIL PROTECTED] 2005-07-21 03:53:08 Modified files: gcc/cp : ChangeLog name-lookup.c semantics.c Log message: 2005-07-20 Douglas Gregor <[EMAIL PROTECTED]> 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 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=2922