Daily bump.

This commit is contained in:
GCC Administrator 2025-10-06 00:21:57 +00:00
parent 583daa2fe6
commit f857a57e99
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-09-23 Paul Thomas <pault@gcc.gnu.org>
Backported from master:

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-05 Eric Botcazou <ebotcazou@adacore.com>
PR ada/113536