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

index d7d6e491d6bfffda97d1502752d85c5fae93e2e6..85d54e048890ce997be0d095fdb8e962a99981df 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-22  Gaius Mulley  <gaiusmod2@gmail.com>
 
        Backported from master:
index f69d3317a0a5e7fc2a9ea22048eb2b6c32b5ceb7..eba8e1cb787f88ec92764f753d1ea902a6847bc2 100644 (file)
@@ -1 +1 @@
-20241123
+20241124
index 0104ca2f6bf140e3904a63006a2c6343d9ae01f3..317946c57c5b60523adbdf2ec37b18824c253ee6 100644 (file)
@@ -1,3 +1,23 @@
+2024-11-23  Paul Thomas  <pault@gcc.gnu.org>
+
+       Backported from master:
+       2024-11-11  Tomas Trnka  <trnka@scm.com>
+                   Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/116388
+       * class.cc (finalize_component): Leading underscore in the name
+       of 'byte_stride' to suppress invalid finalization.
+
+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-22  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master:
index cb3eb6b0fb7e29452047861328b473d5d74870a4..eabaca49d6e94d49dcd51e4a1df1e5f77779ddfc 100644 (file)
@@ -1,3 +1,47 @@
+2024-11-23  Gaius Mulley  <gaiusmod2@gmail.com>
+
+       Backported from master:
+       2024-07-12  Gaius Mulley  <gaiusmod2@gmail.com>
+
+       * gm2-gcc/m2linemap.cc (INCLUDE_STRING): Define before
+       include of gcc-consolidation.h.
+       * gm2spec.cc (INCLUDE_STRING): Define before include of
+       system.h.
+       (INCLUDE_VECTOR): Ditto.
+
+2024-11-23  Gaius Mulley  <gaiusmod2@gmail.com>
+
+       Backported from master:
+       2024-07-10  Gaius Mulley  <gaiusmod2@gmail.com>
+
+       PR modula2/115823
+       * gm2-gcc/m2builtins.cc (struct builtin_macro_definition): New
+       field builtinname.
+       (builtin_function_match): New function.
+       (builtin_macro_match): Ditto.
+       (m2builtins_BuiltinExists): Use builtin_function_match and
+       builtin_macro_match.
+       (lookup_builtin_macro): Use builtin_macro_match.
+       (lookup_builtin_function): Use builtin_function_match.
+       (define_builtin): Assign builtinname field.
+
+2024-11-23  Gaius Mulley  <gaiusmod2@gmail.com>
+
+       Backported from master:
+       2024-07-07  Gaius Mulley  <gaiusmod2@gmail.com>
+                   Stefan Schulze Frielinghaus   <stefansf@linux.ibm.com>
+                   Andrew Pinski   <quic_apinski@quicinc.com>
+
+       PR modula2/115804
+       * gm2-gcc/m2builtins.cc (builtin_function_entry): Add GTY.
+       (DoBuiltinMemCopy): Add rettype and use rettype in the call.
+       (DoBuiltinAlloca): Ditto.
+       (DoBuiltinIsfinite): Ditto.
+       (DoBuiltinIsnan): Ditto.
+       (m2builtins_BuiltInHugeVal): Ditto.
+       (m2builtins_BuiltInHugeValShort): Ditto.
+       (m2builtins_BuiltInHugeValLong): Ditto.
+
 2024-11-22  Gaius Mulley  <gaiusmod2@gmail.com>
 
        Backported from master:
index e0a97a92f5944572e0aea5df9071688696b33658..d6391e724816e8235aa733da43d8e4c292c5109a 100644 (file)
@@ -1,3 +1,29 @@
+2024-11-23  Paul Thomas  <pault@gcc.gnu.org>
+
+       Backported from master:
+       2024-11-11  Tomas Trnka  <trnka@scm.com>
+                   Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/116388
+       * gfortran.dg/finalize_58.f90: New test.
+
+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-23  Gaius Mulley  <gaiusmod2@gmail.com>
+
+       Backported from master:
+       2024-07-10  Gaius Mulley  <gaiusmod2@gmail.com>
+
+       PR modula2/115823
+       * gm2/builtins/run/pass/testalloa.mod: New test.
+
 2024-11-22  Gaius Mulley  <gaiusmod2@gmail.com>
 
        Backported from master: