From 3d89e410ebef6931bc3a3b5181b2e0f92484b5b3 Mon Sep 17 00:00:00 2001 From: jason <> Date: Sun, 5 Jul 2009 01:09:15 +0000 Subject: * 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. --- gcc/cp/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gcc/cp/ChangeLog') diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 9953b2094e1..e3fe9c25b81 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,5 +1,11 @@ 2009-07-04 Jason Merrill + * 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. + * cp-tree.h (LANG_DECL_FN_CHECK): Fix non-checking version. PR c++/40619 -- cgit v1.2.3