+2021-10-10 Jakub Jelinek <jakub@redhat.com>
+
+ PR debug/102441
+ * var-tracking.c (add_stores): For cselib_sp_derived_value_p values
+ use MO_VAL_SET if loc is not sp.
+
+2021-10-10 Andrew Pinski <apinski@marvell.com>
+
+ PR tree-optimization/102622
+ * match.pd: Swap the order of a?pow2cst:0 and a?-1:0 transformations.
+ Swap the order of a?0:pow2cst and a?0:-1 transformations.
+
2021-10-09 liuhongt <hongtao.liu@intel.com>
PR target/102639
+2021-10-10 Harald Anlauf <anlauf@gmx.de>
+
+ PR fortran/99348
+ PR fortran/102521
+ * decl.c (add_init_expr_to_sym): Extend initialization of
+ parameter arrays from scalars to handle derived types.
+
2021-10-09 Harald Anlauf <anlauf@gmx.de>
PR fortran/65454
+2021-10-10 Harald Anlauf <anlauf@gmx.de>
+
+ PR fortran/99348
+ PR fortran/102521
+ * gfortran.dg/parameter_array_init_8.f90: New test.
+
+2021-10-10 Andrew Pinski <apinski@marvell.com>
+
+ PR tree-optimization/102622
+ * gcc.c-torture/execute/bitfld-10.c: New test.
+
2021-10-09 Harald Anlauf <anlauf@gmx.de>
PR fortran/65454