From: Doug Gregor Date: Thu, 21 Jul 2005 14:18:52 +0000 (+0000) Subject: Completed this ChangeLog entry: X-Git-Tag: misc/cutover-cvs2svn~1611 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f339fc8e61aee401cc4d811de6e7dba6a6635bc6;p=thirdparty%2Fgcc.git Completed this ChangeLog entry: 2005-07-20 Douglas Gregor 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): Implement DR 164 by removing the optimization that skips namespaces where the functions were originally found. From-SVN: r102234 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index efac769b8faa..31c93f9adc2a 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -11,7 +11,9 @@ * 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): + * name-lookup.c (lookup_arg_dependent): Implement DR 164 by removing + the optimization that skips namespaces where the functions were + originally found. 2005-07-20 Giovanni Bajo