aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/ChangeLog
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2025-01-10 00:18:42 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2025-01-10 00:18:42 +0000
commit979ca3ba366da7177f427e049f67673ec3e35442 (patch)
tree5808fe300dffea1b98ce8a5b4f152516dc4db0eb /gcc/fortran/ChangeLog
parent2d0f3457a80b804dc0d33924781cf386a0088511 (diff)
downloadgcc-979ca3ba366da7177f427e049f67673ec3e35442.zip
gcc-979ca3ba366da7177f427e049f67673ec3e35442.tar.gz
gcc-979ca3ba366da7177f427e049f67673ec3e35442.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/fortran/ChangeLog')
-rw-r--r--gcc/fortran/ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index 93b77e3..a047889 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,24 @@
+2025-01-09 Andre Vehreschild <vehre@gcc.gnu.org>
+
+ PR fortran/118337
+ * resolve.cc (resolve_fl_derived0): Exempt vtypes from cycle
+ detection.
+
+2025-01-09 Jakub Jelinek <jakub@redhat.com>
+
+ PR fortran/118337
+ * module.cc (COMPAT_MOD_VERSIONS): Define.
+ (use_iso_fortran_env_module): Don't assume all NAMED_INTCSTs come
+ first followed by NAMED_UINTCSTs.
+ (gfc_use_module): Accept also COMPAT_MOD_VERSIONS for compatibility.
+ * iso-c-binding.def: Reorder entries so that the GCC 14 ones come
+ before the ones new in GCC 15.
+ * iso-fortran-env.def: Likewise.
+
+2025-01-09 Tobias Burnus <tburnus@baylibre.com>
+
+ * types.def (BT_FN_PTRMODE_PTR_INT_PTR): Add.
+
2025-01-08 Jakub Jelinek <jakub@redhat.com>
PR fortran/118337