This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: C++ PATCH: PR 2922


Hi Doug,

2005-05-28 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):

2005-05-28 Douglas Gregor <doug.gregor@gmail.com>

 PR c++/2922
 * g++.dg/lookup/two-stage2.C: New.
 * g++.dg/lookup/two-stage3.C: New.
 * g++.dg/lookup/two-stage4.C: New. Illustrates how we have not yet
 fixed two-stage name lookup for operators.
 * g++.dg/template/call3.C: Compiler now produces an appropriate
 error message.
 * g++.dg/template/crash37.C: Compiler now describes bla() on line
 14 as a candidate.
 * g++.dg/template/ptrmem4.C: Compiler produces different error
 message.
 * g++.old-deja/g++.other/pmf3.C: Compiler now describes
 connect_to_method as a candidate.

This is OK.


:REVIEWURL http://gcc.gnu.org/ml/gcc-patches/2005-05/msg02735.html :

Attachment: smime.p7s
Description: S/MIME cryptographic signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]