cp:
commit8306960d1e631851fed807bd8ea5098a6ec93b3e
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 19 Sep 2003 09:28:05 +0000 (19 09:28 +0000)
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 19 Sep 2003 09:28:05 +0000 (19 09:28 +0000)
tree9529319ca28ea3ba03998f07ac9ccde0d14af37c
parent843607dfb47b51137eddb808427bd8627e89dd91
cp:
PR c++/12232
* pt.c (instantiate_class_template): Increment
processing_template_decl around the tsubst of a template member
function.
testsuite:
PR c++/12232
* g++.dg/template/memtmpl2.C: New test.

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