]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 11 Mar 2025 00:22:48 +0000 (00:22 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 11 Mar 2025 00:22:48 +0000 (00:22 +0000)
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog
libphobos/ChangeLog

index 95dbf27d32ad684b58c00cd7bb311e683ff16b78..4bd9e51ab1b5d93f11d0171ce8cb23472a2d998b 100644 (file)
@@ -1 +1 @@
-20250310
+20250311
index 2b4d84ac15cb3f29a00a8eb9c64b897418b96f14..f56bc66ca3a7365e03297313cfb288902935725c 100644 (file)
@@ -1,3 +1,13 @@
+2025-03-10  Paul Thomas  <pault@gcc.gnu.org>
+
+       Backported from master:
+       2025-01-27  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/118640
+       * resolve.cc (generate_component_assignments): Make sure that
+       the rhs temporary does not pick up the optional attribute from
+       the lhs.
+
 2025-03-09  Paul Thomas  <pault@gcc.gnu.org>
 
        Backported from master:
index 6355f3f629615f2c4820f17772da8c31fd8da194..bbc0bec1b8bfb15d3585495e5b67f01233d53912 100644 (file)
@@ -1,3 +1,11 @@
+2025-03-10  Paul Thomas  <pault@gcc.gnu.org>
+
+       Backported from master:
+       2025-01-27  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/118640
+       * gfortran.dg/pr118640.f90: New test.
+
 2025-03-09  Paul Thomas  <pault@gcc.gnu.org>
 
        Backported from master:
index b57d473fdfedb9ed880430baf4a474cabef793ae..19ec39251e884f2a3afc8215b08a256d1f523d30 100644 (file)
@@ -1,3 +1,12 @@
+2025-03-10  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       PR d/119112
+       * libdruntime/core/sys/freebsd/unistd.d (closefrom): Add binding.
+       * libdruntime/core/sys/linux/unistd.d (closefrom): Likewise.
+       * libdruntime/core/sys/openbsd/unistd.d (closefrom): Likewise.
+       * src/std/process.d (enum InternalError): Add closefds_dup2.
+       (spawnProcessPosix): Use closefrom when available.
+
 2024-08-01  Release Manager
 
        * GCC 14.2.0 released.