aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 9782f94..21a5f07 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,5 +1,9 @@
2009-03-31 Jason Merrill <jason@redhat.com>
+ * ptree.c (cxx_print_decl): Pretty-print full name of
+ function/template.
+ (cxx_print_type): Pretty-print full name of class.
+
* decl.c (grokdeclarator): Reject pointer to qualified function
type.