]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 18 Dec 2024 00:25:44 +0000 (00:25 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 18 Dec 2024 00:25:44 +0000 (00:25 +0000)
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index cbf8d2dfdf13e9142ad123db5e0f09ca1fcebf0f..781eeaca5bc0cb3ba1daf089ea86c30a41048d3d 100644 (file)
@@ -1 +1 @@
-20241217
+20241218
index caa8268bf539d5577c837e385b19a562249d6907..bf2f46f2b802fbc12a0bde01b01c804435f13a4e 100644 (file)
@@ -1,3 +1,12 @@
+2024-12-17  Paul Thomas  <pault@gcc.gnu.org>
+
+       Backported from master:
+       2024-12-15  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/117897
+       * trans-expr.cc (gfc_trans_assignment_1): RHS pointer function
+       results must not be finalized.
+
 2024-12-15  Paul Thomas  <pault@gcc.gnu.org>
 
        PR fortran/117730
index 88e3749252ee14a127cdb571c0d9ca9942529582..23a90d8396712ffc718aa5d67bc0c7b653819f83 100644 (file)
@@ -1,3 +1,18 @@
+2024-12-17  Torbjörn SVENSSON  <torbjorn.svensson@foss.st.com>
+
+       Backported from master:
+       2024-12-17  Torbjörn SVENSSON  <torbjorn.svensson@foss.st.com>
+
+       * g++.dg/torture/pr81812.C: Add xfail for thumb1.
+
+2024-12-17  Paul Thomas  <pault@gcc.gnu.org>
+
+       Backported from master:
+       2024-12-15  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/117897
+       * gfortran.dg/finalize_59.f90: New test.
+
 2024-12-15  Paul Thomas  <pault@gcc.gnu.org>
 
        PR fortran/117730