* pt.c (retrieve_specialization): Don't get confused by a
commit782086f81ca240ce44b6045716b9e75160a98ee8
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 5 Jul 2009 02:09:15 +0000 (5 02:09 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 5 Jul 2009 02:09:15 +0000 (5 02:09 +0000)
treef4ac00f6323e57653d33af03809113217cdd5479
parent8d672f10a2ecf09223b46d099d4779b4bb6961db
* pt.c (retrieve_specialization): Don't get confused by a
using-declaration that brings in another instance of this template
from a base class.

* ptree.c (cxx_print_type): Fix logic.

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