]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 22 Jul 2024 00:16:38 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 22 Jul 2024 00:16:38 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/d/ChangeLog
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index b626dbdc0980f11a849f64257d29d096dbc51492..61fc57be9492f980506dca1f7b3805a1d273f7a6 100644 (file)
@@ -1,3 +1,28 @@
+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:
index d1ac33f77fb99017958d33dc66f3f31776383c7d..01bbf6ed5e1f7541d62fe03063f235551597c457 100644 (file)
@@ -1 +1 @@
-20240721
+20240722
index 5688ce07f8bc4e627d498e6e0f52841760efe621..e1bfdde4a0c665d4804d49296a6db7ab4f0a5f82 100644 (file)
@@ -1,3 +1,7 @@
+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>
 
index d730b07bd678a120653f5c1fca8d3ad260c9dfd9..0940f731cd6aadc956f99e4c85be10bbb094571b 100644 (file)
@@ -1,3 +1,13 @@
+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
index 078945ff981db689d89fcd399691324cd38919bd..ee66c12a6fa31c6a6274343bd80b188159dd4561 100644 (file)
@@ -1,3 +1,8 @@
+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.