PR c++/56247
commit7f58d02b73202f4a92b637e3a07edc7729f9ddaa
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 9 Feb 2013 20:39:13 +0000 (9 20:39 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 9 Feb 2013 20:39:13 +0000 (9 20:39 +0000)
tree3af11142b110b4f44702d237e207200670573e4e
parent153b25b9acab223c3870f1106ca798c7bf2656f0
PR c++/56247
* pt.c (eq_specializations): Set comparing_specializations.
* tree.c (cp_tree_equal): Check it.
* cp-tree.h: Declare it.

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