This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: C++ PATCH to dependent call mangling
- From: Paolo Bonzini <bonzini at gnu dot org>
- To: Jason Merrill <jason at redhat dot com>
- Cc: gcc-patches List <gcc-patches at gcc dot gnu dot org>
- Date: Tue, 31 Mar 2009 19:03:15 +0200
- Subject: Re: C++ PATCH to dependent call mangling
- References: <49D24A2C.1010003@redhat.com>
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