Daily bump.

This commit is contained in:
GCC Administrator 2025-03-11 00:22:48 +00:00
parent ca0ea3d419
commit 79366d9bec
4 changed files with 28 additions and 1 deletions

View File

@ -1 +1 @@
20250310
20250311

View 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:

View 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:

View 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.