re PR c++/56971 (GCC claims a friend function to be overloaded, but it isn't)
authorJason Merrill <jason@redhat.com>
Fri, 24 May 2013 20:02:07 +0000 (16:02 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 24 May 2013 20:02:07 +0000 (16:02 -0400)
commit9f57f76aae9ad3be8efb5c1200353261e2ef7f34
tree335d7fb06c96580fbf4c114fb7f247cc59e0abf8
parent9797bec93954fd4c7dfb48a4e26b7062fb589f90
re PR c++/56971 (GCC claims a friend function to be overloaded, but it isn't)

PR c++/56971
* pt.c (any_template_arguments_need_structural_equality_p): A
TEMPLATE_TEMPLATE_PARM can require structural type comparison.

From-SVN: r199315
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/testsuite/g++.dg/template/ttp28.C [new file with mode: 0644]