aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2024-09-29 00:17:27 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2024-09-29 00:17:27 +0000
commit74a0ff6c2c680b8b4554af80f55361af58e6fb1b (patch)
tree2fff01997b94417c8f65f569555561dc02537f44 /gcc/fortran
parent786773d4c12fd78e94f58193ff303cba19ca1b19 (diff)
downloadgcc-74a0ff6c2c680b8b4554af80f55361af58e6fb1b.zip
gcc-74a0ff6c2c680b8b4554af80f55361af58e6fb1b.tar.gz
gcc-74a0ff6c2c680b8b4554af80f55361af58e6fb1b.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/fortran')
-rw-r--r--gcc/fortran/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index f09208f..ca4cc2d 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,17 @@
+2024-09-28 Thomas Koenig <tkoenig@gcc.gnu.org>
+
+ * check.cc (intrinsic_type_check): Handle unsigned.
+ (gfc_check_findloc): Likewise.
+ * gfortran.texi: Include FINDLOC in unsigned documentation.
+ * iresolve.cc (gfc_resolve_findloc): Use INTEGER version
+ for UNSIGNED.
+
+2024-09-28 Thomas Koenig <tkoenig@gcc.gnu.org>
+
+ * check.cc (gfc_check_eoshift): Handle BT_UNSIGNED.
+ * simplify.cc (gfc_simplify_eoshift): Likewise.
+ * gfortran.texi: Document CSHIFT and EOSHIFT for UNSIGNED.
+
2024-09-26 Mikael Morin <mikael@gcc.gnu.org>
* invoke.texi (-M): Remove index reference to removed documentation.