]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 2 Nov 2024 00:25:44 +0000 (00:25 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 2 Nov 2024 00:25:44 +0000 (00:25 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index c5ec42d4ff96e32f7ae22bb17c697169c879c2d1..52840d998b96cad8155836cc5cb813dad0e18b07 100644 (file)
@@ -1,3 +1,23 @@
+2024-11-01  Haochen Jiang  <haochen.jiang@intel.com>
+
+       * config/i386/cmpccxaddintrin.h (_cmpccxadd_epi32): Do not do
+       type conversion for pointer.
+       (_cmpccxadd_epi64): Ditto.
+
+2024-11-01  Hongyu Wang  <hongyu.wang@intel.com>
+
+       Backported from master:
+       2024-07-04  Hongyu Wang  <hongyu.wang@intel.com>
+
+       * config/i386/i386.cc (ix86_expand_prologue): Set apx_ppx_used
+       flag in m.fs with TARGET_APX_PPX && !crtl->calls_eh_return.
+       (ix86_emit_save_regs): Emit ppx is available only when
+       TARGET_APX_PPX && !crtl->calls_eh_return.
+       (ix86_expand_epilogue): Don't restore reg using mov when
+       apx_ppx_used flag is true.
+       * config/i386/i386.h (struct machine_frame_state):
+       Add apx_ppx_used flag.
+
 2024-10-31  Peter Bergner  <bergner@linux.ibm.com>
 
        Backported from master:
index c47a8c6250a200021a37ed95760ee10cbe19c254..0ffe82a8a482abed3749503b17e769c6701e803f 100644 (file)
@@ -1 +1 @@
-20241101
+20241102
index c804cc2f3a7ac073c98174fad960796b339171c8..9e06becb4b8af1765794016f12c40c052c48b318 100644 (file)
@@ -1,3 +1,16 @@
+2024-11-01  Paul Thomas  <pault@gcc.gnu.org>
+
+       Backported from master:
+       2024-10-25  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/79685
+       * decl.cc (match_data_constant): Find the symtree instead of
+       the symbol so the use renamed symbols are found. Pass this and
+       the derived type to gfc_match_structure_constructor.
+       * match.h: Update prototype of gfc_match_structure_contructor.
+       * primary.cc (gfc_match_structure_constructor): Remove call to
+       gfc_get_ha_sym_tree and use caller supplied symtree instead.
+
 2024-10-25  Paul Thomas  <pault@gcc.gnu.org>
 
        Backported from master:
index 0cb1829df133ffc3ae1d7121eeac1f33290b2301..8f1cb0c027d15b551e2d72bab2c827b9dc366184 100644 (file)
@@ -1,3 +1,23 @@
+2024-11-01  Haochen Jiang  <haochen.jiang@intel.com>
+
+       * gcc.target/i386/cmpccxadd-1b.c: New test.
+
+2024-11-01  Paul Thomas  <pault@gcc.gnu.org>
+
+       Backported from master:
+       2024-10-25  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/79685
+       * gfortran.dg/use_rename_13.f90: New test.
+
+2024-11-01  Hongyu Wang  <hongyu.wang@intel.com>
+
+       Backported from master:
+       2024-07-04  Hongyu Wang  <hongyu.wang@intel.com>
+
+       * gcc.target/i386/apx-ppx-2.c: New test.
+       * gcc.target/i386/apx-ppx-3.c: Likewise.
+
 2024-10-31  Peter Bergner  <bergner@linux.ibm.com>
 
        Backported from master: