This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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: [gcc patch] Re: C++ member function template id not matching linkage name (PR debug/49408)


On 06/27/2011 11:04 AM, Jan Kratochvil wrote:
Had to restrict the patch very much for the template function reference case as
otherwise the parameter types are required even in templates there.

They should be supressed whenever the function appears in an expression context, either as a pointer to member function (i.e. the operand of '&') or as the function being called in a call expression.


Jason


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