+2024-12-21 Arsen Arsenović <arsen@aarsen.me>
+
+ PR middle-end/109224
+ * gimple-ssa-warn-access.cc (new_delete_mismatch_p): Strip
+ DEMANGLE_COMPONENT_TEMPLATE from the operator new and operator
+ after demangling.
+
+2024-12-21 Jeff Law <jlaw@ventanamicro.com>
+
+ PR middle-end/118084
+ * config/riscv/riscv.cc (generate_reflecting_code_using_brev): Handle
+ sub-word sized objects correctly.
+
+2024-12-21 Pan Li <pan2.li@intel.com>
+
+ * match.pd: Refactor sorts of signed SAT_ADD match patterns.
+
+2024-12-21 Mark Harmstone <mark@harmstone.com>
+
+ * vmsdbgout.cc (vmsdbgout_begin_block): Fix compilation error.
+
2024-12-20 Alexandre Oliva <oliva@adacore.com>
PR middle-end/118007
+2024-12-21 Harald Anlauf <anlauf@gmx.de>
+
+ PR fortran/104819
+ * interface.cc (compare_parameter): For the rank check, NULL()
+ inherits the rank of a provided MOLD argument.
+ (gfc_compare_actual_formal): Adjust check of NULL() actual argument
+ against formal to accept F2008 enhancements (allocatable dummy).
+ NULL() with MOLD argument retains a pointer/allocatable attribute.
+ * trans-expr.cc (conv_null_actual): Implement passing NULL() to
+ derived-type dummy with pointer/allocatable attribute, and ensure
+ that the actual rank is passed to an assumed-rank dummy.
+ (gfc_conv_procedure_call): Use it.
+
2024-12-20 Sandra Loosemore <sloosemore@baylibre.com>
* gfortran.texi: Get rid of some unnecessary hyphens throughout
+2024-12-21 Arsen Arsenović <arsen@aarsen.me>
+
+ PR middle-end/109224
+ * g++.dg/warn/Wmismatched-new-delete-9.C: New test.
+ * g++.dg/warn/pr109224.C: New file.
+
+2024-12-21 Harald Anlauf <anlauf@gmx.de>
+
+ PR fortran/104819
+ * gfortran.dg/null_actual_7.f90: New test.
+
+2024-12-21 Jeff Law <jlaw@ventanamicro.com>
+
+ PR middle-end/118084
+ * gcc.target/riscv/pr118084.c: New test.
+
2024-12-20 Alexandre Oliva <oliva@adacore.com>
PR middle-end/118007