aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
authorjason <>2009-07-05 01:09:15 +0000
committerjason <>2009-07-05 01:09:15 +0000
commit3d89e410ebef6931bc3a3b5181b2e0f92484b5b3 (patch)
treef4ac00f6323e57653d33af03809113217cdd5479 /gcc/cp/ChangeLog
parentbd1ff3687bfff27244084e8f1f597b360f16630f (diff)
* pt.c (retrieve_specialization): Don't get confused by avar-tracking-assignments-merge-149247-trunk
using-declaration that brings in another instance of this template from a base class. * ptree.c (cxx_print_type): Fix logic.
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
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 <jason@redhat.com>
+ * 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