re PR c++/14284 (Failure to select obvious template specialisation)
authorGiovanni Bajo <giovannibajo@gcc.gnu.org>
Thu, 26 Feb 2004 20:46:08 +0000 (20:46 +0000)
committerGiovanni Bajo <giovannibajo@gcc.gnu.org>
Thu, 26 Feb 2004 20:46:08 +0000 (20:46 +0000)
commit6bf92cb6097c0efb59cab150cf308322256fb28c
tree4387885e1548bea06acff84b1d2f402607a8a27c
parent48c0150c2318a3c1b0f00d45017733fa89d7a9d0
re PR c++/14284 (Failure to select obvious template specialisation)

PR c++/14284
* pt.c (dependent_type_p_r): A template template parameter is a
dependent type.

PR c++/14284
* g++.dg/template/ttp8.C: New test.

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