+2024-07-21 Jeff Law <jlaw@ventanamicro.com>
+
+ PR rtl-optimization/115877
+ * ext-dce.cc (safe_for_live_propagation): Handle RTX_CONST_OBJ.
+
+2024-07-21 Jeff Law <jlaw@ventanamicro.com>
+
+ PR rtl-optimization/115877
+ * ext-dce.cc (ext_dce_process_uses): Restore the value of DST_MASK
+ for reach operand.
+
+2024-07-21 Sam James <sam@gentoo.org>
+
+ * Makefile.in (NOCOMMON_FLAG): Delete.
+ (GCC_WARN_CFLAGS): Drop NOCOMMON_FLAG.
+ (GCC_WARN_CXXFLAGS): Drop NOCOMMON_FLAG.
+ * configure.ac: Ditto.
+ * configure: Regenerate.
+
+2024-07-21 Oleg Endo <olegendo@gcc.gnu.org>
+
+ * config/sh/sh.md (mov_neg_si_t): Allow insn and split after
+ register allocation.
+ (*treg_noop_move): New insn.
+
2024-07-20 Andi Kleen <ak@gcc.gnu.org>
Revert:
+2024-07-21 Sam James <sam@gentoo.org>
+
+ * Make-lang.in (WARN_DFLAGS): Drop NOCOMMON_FLAG.
+
2024-06-05 Kewen Lin <linkw@linux.ibm.com>
Iain Buclaw <ibuclaw@gdcproject.org>
+2024-07-21 Paul Thomas <pault@gcc.gnu.org>
+
+ PR fortran/59104
+ * gfortran.h : Add decl_order to gfc_symbol.
+ * symbol.cc : Add static next_decl_order..
+ (gfc_set_sym_referenced): Set symbol decl_order.
+ * trans-decl.cc : Include dependency.h.
+ (decl_order): Replace symbol declared_at.lb->location with
+ decl_order.
+
2024-07-19 Harald Anlauf <anlauf@gmx.de>
PR fortran/103115
+2024-07-21 Paul Thomas <pault@gcc.gnu.org>
+
+ PR fortran/59104
+ * gfortran.dg/dependent_decls_3.f90: New test.
+
2024-07-20 Andrew MacLeod <amacleod@redhat.com>
* gcc.dg/pr116003.c: Require bitint575 target.