aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index d1fdc27..b669668 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,8 @@
+2024-04-26 Patrick Palka <ppalka@redhat.com>
+
+ * error.cc (print_instantiation_partial_context_line): Clear the
+ pretty printer prefix around the call to diagnostic_show_locus.
+
2024-04-25 Jakub Jelinek <jakub@redhat.com>
PR c++/111284