]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 15 Feb 2025 00:26:41 +0000 (00:26 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 15 Feb 2025 00:26:41 +0000 (00:26 +0000)
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/m2/ChangeLog
gcc/testsuite/ChangeLog

index c2b6f8fd1b4f873f4bcb86180ecd0a4b30d5cec9..92ec7cafd89e53138549b2adf1dfd8bac6f4e656 100644 (file)
@@ -1 +1 @@
-20250214
+20250215
index 95dd52446902de1bf3465f843b27107bec366b8f..b7b1ef3ee0b2df45538ee62aba6653fa25db5e9c 100644 (file)
@@ -1,3 +1,12 @@
+2025-02-14  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2025-02-07  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/59252
+       * trans-expr.cc (gfc_trans_subcomponent_assign): Initialize
+       allocatable non-deferred character with NULL properly.
+
 2025-02-07  Paul Thomas  <pault@gcc.gnu.org>
 
        Backported from master:
index 9866f28496f00e7e0d80e886214296cc3f6ca5ef..063055a5e82c110dc8cc0149c896e8144abc6951 100644 (file)
@@ -1,3 +1,13 @@
+2025-02-14  Gaius Mulley  <gaiusmod2@gmail.com>
+
+       Backported from master:
+       2025-02-11  Gaius Mulley  <gaiusmod2@gmail.com>
+
+       PR modula2/118761
+       * gm2spec.cc (lang_specific_driver): Add case clauses for
+       OPT__help, OPT__help_ set in_added_libraries to 0 and early
+       return.
+
 2025-02-13  Gaius Mulley  <gaiusmod2@gmail.com>
 
        Backported from master:
index d2639a7e0d4258cb72c1e7c397640980a6b7b469..a8a0134fa3695e815518d4b85d41c80fab5b1cce 100644 (file)
@@ -1,3 +1,11 @@
+2025-02-14  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2025-02-07  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/59252
+       * gfortran.dg/allocatable_char_1.f90: New test.
+
 2025-02-13  Marek Polacek  <polacek@redhat.com>
 
        Backported from master: