aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 320b465..24bb33f 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,23 @@
+2022-10-13 Jason Merrill <jason@redhat.com>
+
+ * cp-tree.h: Fix whitespace.
+ * parser.h: Fix whitespace.
+ * decl.cc: Fix whitespace.
+ * parser.cc: Fix whitespace.
+ * pt.cc: Fix whitespace.
+
+2022-10-13 Martin Liska <mliska@suse.cz>
+
+ * vtable-class-hierarchy.cc (vtv_generate_init_routine): Emit
+ an artificial variable that would be put into .preinit_array
+ section.
+
+2022-10-13 Marek Polacek <polacek@redhat.com>
+
+ PR c++/106925
+ * except.cc (maybe_splice_retval_cleanup): Check current_function_decl.
+ Make the bool const.
+
2022-10-12 Marek Polacek <polacek@redhat.com>
* call.cc (standard_conversion): Remove LOOKUP_PREFER_RVALUE code.