PR c++/56971
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 24 May 2013 20:02:07 +0000 (20:02 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 24 May 2013 20:02:07 +0000 (20:02 +0000)
commitbe4b653b22b4c8207db8ee9a59f55618e1d02311
tree335d7fb06c96580fbf4c114fb7f247cc59e0abf8
parent04ac122e34757475ea136bac33bcc0b2a695fb94
PR c++/56971
* pt.c (any_template_arguments_need_structural_equality_p): A
TEMPLATE_TEMPLATE_PARM can require structural type comparison.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@199315 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/testsuite/g++.dg/template/ttp28.C [new file with mode: 0644]