]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR c++/56247 (internal compiler error: in tsubst_copy, at cp/pt.c:12131)
authorJason Merrill <jason@redhat.com>
Sat, 9 Feb 2013 20:53:59 +0000 (15:53 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Sat, 9 Feb 2013 20:53:59 +0000 (15:53 -0500)
commit31009fa87accfb7fed43e92af6f975c78da22a54
tree324e457e21b023848dd198f1cbe73ff53146db4c
parent211e61fc8e5061a455e7664fbd6b04bad9dd064a
re PR c++/56247 (internal compiler error: in tsubst_copy, at cp/pt.c:12131)

PR c++/56247
* pt.c (eq_specializations): Set comparing_specializations.
* tree.c (cp_tree_equal): Check it.
* cp-tree.h: Declare it.

From-SVN: r195924
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]