From: GCC Administrator Date: Mon, 19 May 2025 00:16:39 +0000 (+0000) Subject: Daily bump. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76270d009c917e35bd9c968f270cc5d3c89ff799;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1ef84b9c122..39ad2506a56 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,26 @@ +2025-05-18 Dimitar Dimitrov + Richard Sandiford + + 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 + + * dwarf2out.cc (loc_list_from_tree_1) : 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 + + * 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 * config/riscv/riscv-vect-permconst.cc (vector_permconst:process_bb): diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index b2067301b4f..2333b0d78f0 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20250518 +20250519 diff --git a/gcc/cobol/ChangeLog b/gcc/cobol/ChangeLog index acfdfd5ac68..edacef42374 100644 --- a/gcc/cobol/ChangeLog +++ b/gcc/cobol/ChangeLog @@ -1,3 +1,7 @@ +2025-05-18 Mark Wielaard + + * lang.opt.urls: Regenerated. + 2025-05-16 Robert Dubner * cobol1.cc (cobol_langhook_handle_option): Eliminate OPT_M.