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 to dependent call mangling


Jason Merrill wrote:
> I noticed that we were mangling a call to a dependent name using the
> symbol name of the first element of the overload set, which was clearly
> wrong.  This patch changes it to just use the source name.
> 
> Tested x86_64-pc-linux-gnu, applied to trunk and 4.4.

This is an ABI change, should it be warned about by -Wabi?

Paolo


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