https://gcc.gnu.org/g:76270d009c917e35bd9c968f270cc5d3c89ff799
commit r16-719-g76270d009c917e35bd9c968f270cc5d3c89ff799 Author: GCC Administrator <[email protected]> Date: Mon May 19 00:16:39 2025 +0000 Daily bump. Diff: --- gcc/ChangeLog | 23 +++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/cobol/ChangeLog | 4 ++++ 3 files changed, 28 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1ef84b9c122c..39ad2506a568 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,26 @@ +2025-05-18 Dimitar Dimitrov <[email protected]> + Richard Sandiford <[email protected]> + + PR target/119966 + * emit-rtl.cc (validate_subreg): Do not exit immediately for + paradoxical subregs. Filter subsequent tests which are + not valid for paradoxical subregs. + +2025-05-18 Eric Botcazou <[email protected]> + + * dwarf2out.cc (loc_list_from_tree_1) <COMPONENT_REF>: Do not bail + out when the size is not a multiple of a byte. + Deal with bit-fields whose size is not a multiple of a byte when + dereferencing an address. + +2025-05-18 Andrew Pinski <[email protected]> + + * gimple-fold.cc (mark_lhs_in_seq_for_dce): Make + non-static. + * gimple-fold.h (mark_lhs_in_seq_for_dce): Declare. + * tree-ssa-phiopt.cc (match_simplify_replacement): Use + mark_lhs_in_seq_for_dce instead of manually looping. + 2025-05-17 Jeff Law <[email protected]> * config/riscv/riscv-vect-permconst.cc (vector_permconst:process_bb): diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index b2067301b4fb..2333b0d78f06 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20250518 +20250519 diff --git a/gcc/cobol/ChangeLog b/gcc/cobol/ChangeLog index acfdfd5ac68f..edacef423749 100644 --- a/gcc/cobol/ChangeLog +++ b/gcc/cobol/ChangeLog @@ -1,3 +1,7 @@ +2025-05-18 Mark Wielaard <[email protected]> + + * lang.opt.urls: Regenerated. + 2025-05-16 Robert Dubner <[email protected]> * cobol1.cc (cobol_langhook_handle_option): Eliminate OPT_M.
