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 17585


Mark Mitchell wrote:

This patch fixes PR c++/17585, a regression in the handling of static
member functions. Tested on i686-pc-linux-gnu, applied on the
mainline, and, shortly, on the 3.4 branch.


Hmph. This patch may not be correct in the case that the overload set contains both static and non-static functions. I'll be checking that further.

--
Mark Mitchell
CodeSourcery, LLC
(916) 791-8304
mark@codesourcery.com


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