]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 24 Nov 2024 00:21:09 +0000 (00:21 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 24 Nov 2024 00:21:09 +0000 (00:21 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index 1e0c794232c659513db7a58951683c6a107a0301..f09eeaa2232b449d105765c53085ee6519c4fa4d 100644 (file)
@@ -1,3 +1,14 @@
+2024-11-23  Georg-Johann Lay  <avr@gjlay.de>
+
+       Backported from master:
+       2024-11-23  Georg-Johann Lay  <avr@gjlay.de>
+
+       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  <ubizjak@gmail.com>
 
        Backported from master:
index f69d3317a0a5e7fc2a9ea22048eb2b6c32b5ceb7..eba8e1cb787f88ec92764f753d1ea902a6847bc2 100644 (file)
@@ -1 +1 @@
-20241123
+20241124
index 7ebf8cb86b87e1a7a7c7aae13bfeea228a25791c..b7e213a131ec9440db609497f4c7d3b649de8f3b 100644 (file)
@@ -1,3 +1,13 @@
+2024-11-23  Paul Thomas  <pault@gcc.gnu.org>
+
+       Backported from master:
+       2024-11-11  Paul Thomas  <pault@gcc.gnu.org>
+
+       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-01  Paul Thomas  <pault@gcc.gnu.org>
 
        Backported from master:
index 33f9fea5b97a9285c94942908d08132408a6042f..0fee413c5fa8edd72d8722be51126aaedf404bd8 100644 (file)
@@ -1,3 +1,12 @@
+2024-11-23  Paul Thomas  <pault@gcc.gnu.org>
+
+       Backported from master:
+       2024-11-11  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/109345
+       * gfortran.dg/character_workout_1.f90: Cut trailing whitespace.
+       * gfortran.dg/pr109345.f90: New test.
+
 2024-11-19  Uros Bizjak  <ubizjak@gmail.com>
 
        Backported from master: