https://gcc.gnu.org/g:6353e3294d0bea933fec2f053d200cb385a4cca5
commit r13-9210-g6353e3294d0bea933fec2f053d200cb385a4cca5 Author: GCC Administrator <[email protected]> Date: Sun Nov 24 00:22:24 2024 +0000 Daily bump. Diff: --- gcc/ChangeLog | 11 +++++++++++ gcc/DATESTAMP | 2 +- gcc/fortran/ChangeLog | 20 ++++++++++++++++++++ gcc/testsuite/ChangeLog | 18 ++++++++++++++++++ 4 files changed, 50 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9244d9dc9717..a7877dacdf3a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,14 @@ +2024-11-23 Georg-Johann Lay <[email protected]> + + Backported from master: + 2024-11-23 Georg-Johann Lay <[email protected]> + + PR target/117744 + * config/avr/avr.cc (out_movqi_r_mr): Fix code when a load + only partially clobbers an address register due to + changing the address register temporally to accommodate for + faked addressing modes. + 2024-11-19 Uros Bizjak <[email protected]> Backported from master: diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index f69d3317a0a5..eba8e1cb787f 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20241123 +20241124 diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index b52ecdc9fb43..be92e031c338 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,23 @@ +2024-11-23 Paul Thomas <[email protected]> + + Backported from master: + 2024-11-11 Tomas Trnka <[email protected]> + Paul Thomas <[email protected]> + + PR fortran/116388 + * class.cc (finalize_component): Leading underscore in the name + of 'byte_stride' to suppress invalid finalization. + +2024-11-23 Paul Thomas <[email protected]> + + Backported from master: + 2024-11-11 Paul Thomas <[email protected]> + + PR fortran/109345 + * trans-array.cc (gfc_get_array_span): Unlimited polymorphic + expressions are now treated separately since the span need not + be the same as the element size. + 2024-11-14 Paul Thomas <[email protected]> Backported from master: diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 567c2956eebe..a85aca11b1f8 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,21 @@ +2024-11-23 Paul Thomas <[email protected]> + + Backported from master: + 2024-11-11 Tomas Trnka <[email protected]> + Paul Thomas <[email protected]> + + PR fortran/116388 + * gfortran.dg/finalize_58.f90: New test. + +2024-11-23 Paul Thomas <[email protected]> + + Backported from master: + 2024-11-11 Paul Thomas <[email protected]> + + PR fortran/109345 + * gfortran.dg/character_workout_1.f90: Cut trailing whitespace. + * gfortran.dg/pr109345.f90: New test. + 2024-11-21 Marek Polacek <[email protected]> PR c++/116731
