PR c++/71495 - spurious note during SFINAE.
authorJason Merrill <jason@redhat.com>
Fri, 15 Jul 2016 18:56:29 +0000 (14:56 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 15 Jul 2016 18:56:29 +0000 (14:56 -0400)
commit37a80bf956c991916d5d43e23640efdea91c5cb9
treecca64cd9dd8c0dfb94a662ab6ca51b38391292e6
parent479d0ed5900b8e87634cd92383c11a5571cc43d9
PR c++/71495 - spurious note during SFINAE.

* call.c (convert_like_real): Mask complain.
* semantics.c (perform_koenig_lookup): Likewise.

From-SVN: r238397
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/cp/semantics.c
gcc/testsuite/g++.dg/cpp0x/sfinae57.C [new file with mode: 0644]