aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c-family/ChangeLog')
-rw-r--r--gcc/c-family/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog
index 972c68b..c082499 100644
--- a/gcc/c-family/ChangeLog
+++ b/gcc/c-family/ChangeLog
@@ -1,3 +1,15 @@
+2022-05-09 Alex Coplan <alex.coplan@arm.com>
+
+ * c-common.h (get_dump_info): Delete.
+ * c-gimplify.cc (c_genericize): Get TDI_original dump file info
+ from the global dump_manager instead of the (now obsolete)
+ get_dump_info.
+ * c-opts.cc (original_dump_file): Delete.
+ (original_dump_flags): Delete.
+ (c_common_parse_file): Switch to using global dump_manager to
+ manage the original dump file; fix leak of dump file.
+ (get_dump_info): Delete.
+
2022-05-07 Marek Polacek <polacek@redhat.com>
PR c++/101833