]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 20 Sep 2024 17:37:53 +0000 (17:37 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 20 Sep 2024 17:37:53 +0000 (17:37 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog

index c50ed2b2451e5e7f33d49e4f151898cd73c5da91..6db0a3c2152258f1da9a574f87660c3a090a5fef 100644 (file)
@@ -1,3 +1,27 @@
+2024-09-20  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * ipa-modref.cc (modref_eaf_analysis::analyze_ssa_name): Always
+       process both the load and the store of a memory copy operation.
+
+2024-09-20  Stefan Schulze Frielinghaus  <stefansf@gcc.gnu.org>
+
+       Backported from master:
+       2024-09-12  Stefan Schulze Frielinghaus  <stefansf@gcc.gnu.org>
+
+       * config/s390/s390-protos.h (s390_gen_lowpart_subreg): Remove.
+       * config/s390/s390.cc (s390_gen_lowpart_subreg): Remove.
+       (s390_expand_insv): Use adjust_address() and emit a
+       strict_low_part only in case of a natural subreg.
+       * config/s390/s390.md: Use gen_lowpart() instead of
+       s390_gen_lowpart_subreg().
+
+2024-09-19  Haochen Jiang  <haochen.jiang@intel.com>
+
+       * doc/invoke.texi: Add corei7, corei7-avx, core-avx-i,
+       core-avx2, atom, and slm. Reorder the -march documentation by
+       splitting them into date-to-now products, P-core, E-core and
+       Xeon Phi. Refine the product names in documentation.
+
 2024-09-15  H.J. Lu  <hjl.tools@gmail.com>
 
        Backported from master:
index f2530dded0918f3d88819bca27a834a58d5fad70..09a8fff25e63ce02f83b887bec4ddc03bdb3a956 100644 (file)
@@ -1 +1 @@
-20240919
+20240920
index 2f2efe212dda86abf098479016d8ce883e7f6ce0..c15477dd05bbbfc4331e14a7cc8a2b2a32ad4c86 100644 (file)
@@ -1,3 +1,7 @@
+2024-09-20  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gcc.dg/ipa/modref-4.c: New test.
+
 2024-09-17  Marek Polacek  <polacek@redhat.com>
 
        Backported from master: