https://gcc.gnu.org/g:d95716dac9fa20aa62d66de64ba9cf2bde677378
commit r16-8271-gd95716dac9fa20aa62d66de64ba9cf2bde677378 Author: GCC Administrator <[email protected]> Date: Wed Mar 25 00:16:24 2026 +0000 Daily bump. Diff: --- gcc/ChangeLog | 15 +++++++++++++++ gcc/DATESTAMP | 2 +- gcc/c/ChangeLog | 13 +++++++++++++ gcc/testsuite/ChangeLog | 39 +++++++++++++++++++++++++++++++++++++++ libgomp/ChangeLog | 8 ++++++++ 5 files changed, 76 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c9204426d1d8..10a1d4bffa00 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,18 @@ +2026-03-24 Vladimir N. Makarov <[email protected]> + + PR rtl-optimization/124572 + * lra-eliminations.cc (lra_eliminate): Push new reload insns for + eliminations in insns. + +2026-03-24 Christopher Bazley <[email protected]> + + * doc/rtl.texi: Fix example of the SSA form. + +2026-03-24 Alfie Richards <[email protected]> + + * tree-vect-stmts.cc (vectorizable_load): Swap order of failure + message checks. + 2026-03-23 Stefan Weigl-Bosker <[email protected]> * omp-general.h: Fix typos. diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index dd1791ca7c14..1f662c8a9079 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20260324 +20260325 diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog index 32ef6599a273..d4bb05d9ce41 100644 --- a/gcc/c/ChangeLog +++ b/gcc/c/ChangeLog @@ -1,3 +1,16 @@ +2026-03-24 Martin Uecker <[email protected]> + + PR c/123424 + * c-decl.cc (c_update_variably_modified): New function. + (finish_struct): Call c_update_variably_modified. + * c-tree.h (c_variably_modified_p): Recurse if necessary. + * c-typeck.cc (c_verify_type): Update. + (c_set_type_bits): Use c_variably_modified_p. + (mark_decl_used): Dito. + (build_function_call_vec): Dito. + (c_build_qualified_type): Dito. + * c-objc-common.cc (c_var_p): Dito. + 2026-03-18 Dhruv Chawla <[email protected]> * Make-lang.in (cc1.fda): Add `--print-autofdo-gcov-version` to diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index a30d8e5d7f3d..fc52d62fde07 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,42 @@ +2026-03-24 Vladimir N. Makarov <[email protected]> + + PR rtl-optimization/124572 + * gcc.target/aarch64/pr124572.c: New. + +2026-03-24 Rainer Orth <[email protected]> + + PR testsuite/124326 + * g++.dg/coroutines/pr110872.C (dg-ice): Restrict to 64-bit + targets or Darwin. + +2026-03-24 Rainer Orth <[email protected]> + + PR testsuite/123135 + * g++.dg/warn/Wstringop-overflow-6.C (dg-additional-options): Add + -Wno-unknown-pragmas on Solaris. + +2026-03-24 Torbjörn SVENSSON <[email protected]> + + * g++.dg/reflect/mangle1.C: Add -fno-short-enums. + +2026-03-24 Torbjörn SVENSSON <[email protected]> + + * g++.dg/modules/omp-4_a.C: Add missing require effective target + fopenmp. + * g++.dg/modules/omp-4_b.C: Likewise. + +2026-03-24 Torbjörn SVENSSON <[email protected]> + + * gcc.dg/pr124454-1.c: Add missing require effective target + fopenmp. + +2026-03-24 Martin Uecker <[email protected]> + + PR c/123424 + * gcc.dg/gnu23-tag-composite-7.c: New test. + * gcc.dg/gnu23-varmod-3.c: New test. + * gcc.dg/pr123424.c: New test. + 2026-03-23 Eric Botcazou <[email protected]> * gnat.dg/generic_inst20.ads, gnat.dg/generic_inst20.adb: New test. diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 14f60e253351..4b33bf088596 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,11 @@ +2026-03-24 Rainer Orth <[email protected]> + + PR libgomp/123177 + * testsuite/libgomp.fortran/uses_allocators-7.f90: Change to + compile test. + (dg-message): Adjust line numbers. + (dg-bogus): Likewise. + 2026-03-20 Tobias Burnus <[email protected]> Sandra Loosemore <[email protected]>
