aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index a9983c1..19f923a 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,10 @@
+2022-10-17 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/101449
+ * module.cc (trees_out::write_function_def): Stream the
+ parms and result of the constexpr_fundef entry.
+ (trees_in::read_function_def): Likewise.
+
2022-10-14 Patrick Palka <ppalka@redhat.com>
PR c++/106304