From: GCC Administrator Date: Sat, 2 Nov 2024 00:25:44 +0000 (+0000) Subject: Daily bump. X-Git-Tag: releases/gcc-14.3.0~934 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b1f15e1e141a6bf478deb2f8818fa3b555fa772;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c5ec42d4ff96..52840d998b96 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,23 @@ +2024-11-01 Haochen Jiang + + * config/i386/cmpccxaddintrin.h (_cmpccxadd_epi32): Do not do + type conversion for pointer. + (_cmpccxadd_epi64): Ditto. + +2024-11-01 Hongyu Wang + + Backported from master: + 2024-07-04 Hongyu Wang + + * 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 Backported from master: diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index c47a8c6250a2..0ffe82a8a482 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20241101 +20241102 diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index c804cc2f3a7a..9e06becb4b8a 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,16 @@ +2024-11-01 Paul Thomas + + Backported from master: + 2024-10-25 Paul Thomas + + 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 Backported from master: diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 0cb1829df133..8f1cb0c027d1 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,23 @@ +2024-11-01 Haochen Jiang + + * gcc.target/i386/cmpccxadd-1b.c: New test. + +2024-11-01 Paul Thomas + + Backported from master: + 2024-10-25 Paul Thomas + + PR fortran/79685 + * gfortran.dg/use_rename_13.f90: New test. + +2024-11-01 Hongyu Wang + + Backported from master: + 2024-07-04 Hongyu Wang + + * gcc.target/i386/apx-ppx-2.c: New test. + * gcc.target/i386/apx-ppx-3.c: Likewise. + 2024-10-31 Peter Bergner Backported from master: