aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/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/testsuite/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/testsuite/ChangeLog')
-rw-r--r--gcc/testsuite/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 1582c882dac..da27711cf66 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2009-07-04 Jason Merrill <jason@redhat.com>
+
+ * g++.dg/template/using15.C: New.
+
2009-07-04 Jakub Jelinek <jakub@redhat.com>
* gfortran.dg/maxloc_1.f90: New test.