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] Make taking the address of an overloaded function a non-deduced context


On 30 August 2017 at 01:19, Ville Voutilainen
<ville.voutilainen@gmail.com> wrote:
> 2017-08-29  Ville Voutilainen  <ville.voutilainen@gmail.com>
>
>     Make taking the address of an overloaded function a non-deduced context
>
>     cp/
>
>     * pt.c (unify_overload_resolution_failure): Return unify_success
>     instead of unify_invalid.
>
>     testsuite/
>
>     * g++.dg/overload/template6.C: New.

Ah yes, tested on Linux-PPC64. I see some libstdc++ (runtime) failures
from the testsuite, but as far as I can
see they are there even before this patch.


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