mirror of git://gcc.gnu.org/git/gcc.git
Daily bump.
This commit is contained in:
parent
ca0ea3d419
commit
79366d9bec
|
|
@ -1 +1 @@
|
|||
20250310
|
||||
20250311
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue