aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
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 98640a6..48ef75c 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,9 @@
+2020-03-08 Patrick Palka <ppalka@redhat.com>
+
+ * cxx-pretty-print.c (cxx_pretty_printer::simple_type_specifier)
+ [TYPENAME_TYPE]: Print the TYPENAME_TYPE_FULLNAME instead of the
+ TYPE_NAME.
+
2020-03-06 Nathan Sidwell <nathan@acm.org>
PR c++/94027