Daily bump.

This commit is contained in:
GCC Administrator 2025-10-06 00:20:42 +00:00
parent b8f425fd70
commit 25375be18c
3 changed files with 19 additions and 1 deletions

View File

@ -1 +1 @@
20251005
20251006

View File

@ -1,3 +1,13 @@
2025-10-05 Harald Anlauf <anlauf@gmx.de>
Backported from master:
2025-09-03 Harald Anlauf <anlauf@gmx.de>
PR fortran/121263
* trans-intrinsic.cc (gfc_conv_intrinsic_transfer): For an
unlimited polymorphic SOURCE to TRANSFER use saved descriptor
if possible.
2025-06-05 Release Manager
* GCC 13.4.0 released.

View File

@ -1,3 +1,11 @@
2025-10-05 Harald Anlauf <anlauf@gmx.de>
Backported from master:
2025-09-03 Harald Anlauf <anlauf@gmx.de>
PR fortran/121263
* gfortran.dg/transfer_class_5.f90: New test.
2025-10-03 Jeff Law <jlaw@ventanamicro.com>
Backported from master: