+2024-09-28 Gerald Pfeifer <gerald@pfeifer.com>
+
+ PR target/69374
+ * doc/install.texi (Specific) <i?86-*-linux*>: Remove note
+ from 2003.
+
2024-09-27 Jakub Jelinek <jakub@redhat.com>
PR libstdc++/116847
+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.
+2024-09-28 Thomas Koenig <tkoenig@gcc.gnu.org>
+
+ * gfortran.dg/unsigned_33.f90: New test.
+
+2024-09-28 Thomas Koenig <tkoenig@gcc.gnu.org>
+
+ * gfortran.dg/unsigned_31.f90: New test.
+ * gfortran.dg/unsigned_32.f90: New test.
+
2024-09-27 Nathaniel Shead <nathanieloshead@gmail.com>
PR c++/116160