diff options
| author | GCC Administrator <gccadmin@gcc.gnu.org> | 2025-11-07 00:20:18 +0000 |
|---|---|---|
| committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2025-11-07 00:20:18 +0000 |
| commit | 29ea6d141ee9bdafae0789ee68b6ddcb96b55652 (patch) | |
| tree | fa751bbaa2cddd280ff464ad5ca36b1dd72628df /libgfortran/ChangeLog | |
| parent | eb88c84cf75405f0904867372b31fee09cb565bf (diff) | |
Daily bump.
Diffstat (limited to 'libgfortran/ChangeLog')
| -rw-r--r-- | libgfortran/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index 8460c5d3aae..b02f8d2b478 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,3 +1,13 @@ +2025-11-06 Jerry DeLisle <jvdelisle@gcc.gnu.org> + + PR fortran/121628 + * Makefile.am: Add runtime/deep_copy.c to source files. + * Makefile.in: Regenerate. + * gfortran.map: Export _gfortran_cfi_deep_copy_array symbol. + * libgfortran.h: Add prototype for internal_deep_copy_array. + * runtime/deep_copy.c: New file implementing runtime deep copy + helper for recursive allocatable array components. + 2025-11-03 Sam James <sam@gentoo.org> * configure: Regenerate. |
