https://gcc.gnu.org/g:0c52fbc150882592a21f810327019c841df94eb9
commit r16-8252-g0c52fbc150882592a21f810327019c841df94eb9 Author: GCC Administrator <[email protected]> Date: Mon Mar 23 00:16:21 2026 +0000 Daily bump. Diff: --- gcc/ChangeLog | 12 ++++++++++++ gcc/DATESTAMP | 2 +- gcc/fortran/ChangeLog | 10 ++++++++++ gcc/testsuite/ChangeLog | 5 +++++ libgfortran/ChangeLog | 8 ++++++++ 5 files changed, 36 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b53f4d06df33..03e63ea7a465 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,15 @@ +2026-03-22 Andrew Pinski <[email protected]> + + PR target/124597 + * config/i386/i386-builtins.cc (ix86_init_builtins_va_builtins_abi): + Also add nothrow and leaf attributes to the va builtins. + +2026-03-22 Andrew Pinski <[email protected]> + + PR tree-optimization/124597 + * gimple-fold.cc (gimple_fold_builtin_stdarg): Correct the + eh_update argument to gsi_replace for the VA_END case. + 2026-03-21 Andrew Pinski <[email protected]> PR target/123852 diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 41c832c79cbf..484d22956512 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20260322 +20260323 diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 658d0cb306f6..048604b0928e 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,13 @@ +2026-03-22 Harald Anlauf <[email protected]> + + PR fortran/124259 + * target-memory.cc (gfc_merge_initializers): Change struct + gfc_typespec argument into a const reference. + * target-memory.h (gfc_merge_initializers): Adjust prototype. + * trans.cc (gfc_finalize_tree_expr): Change struct symbol_attribute + argument into a const reference. + * trans.h (gfc_finalize_tree_expr): Adjust prototype. + 2026-03-20 Christopher Albert <[email protected]> PR fortran/120723 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index d2b92ed80e69..5d5d9ccf6209 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2026-03-22 Andrew Pinski <[email protected]> + + PR target/124597 + * g++.target/pr124597.C: New test. + 2026-03-21 Nathaniel Shead <[email protected]> PR c++/122786 diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index 6e4f47e4fa26..7a68046720ae 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,3 +1,11 @@ +2026-03-22 Christopher Albert <[email protected]> + + PR fortran/124512 + * Makefile.am: Adjust the dependencies. + * Makefile.in: Regenerate. + * configure: Regenerate. + * configure.ac: Add new check. + 2026-03-06 Andre Vehreschild <[email protected]> PR libfortran/124371
