+2025-05-09 Eric Botcazou <ebotcazou@adacore.com>
+
+ * vr-values.cc (simplify_using_ranges::simplify) <BIT_AND_EXPR>:
+ Do not call simplify_bit_ops_using_ranges for boolean types whose
+ precision is not 1.
+
2025-05-07 Martin Jambor <mjambor@suse.cz>
Backported from master:
+2025-05-09 Harald Anlauf <anlauf@gmx.de>
+
+ Backported from master:
+ 2025-05-08 Harald Anlauf <anlauf@gmx.de>
+
+ PR fortran/120179
+ * match.cc (gfc_match_do): Do not attempt to match end-of-statement
+ twice.
+
+2025-05-09 Harald Anlauf <anlauf@gmx.de>
+
+ Backported from master:
+ 2025-05-04 Harald Anlauf <anlauf@gmx.de>
+
+ PR fortran/119986
+ * expr.cc (is_subref_array): When searching for array references,
+ do not terminate early so that inquiry references to complex
+ components work.
+ * primary.cc (gfc_variable_attr): A substring reference can refer
+ to either a scalar or array character variable. Adjust search
+ accordingly.
+
2025-05-03 Harald Anlauf <anlauf@gmx.de>
Backported from master:
+2025-05-09 Harald Anlauf <anlauf@gmx.de>
+
+ Backported from master:
+ 2025-05-08 Harald Anlauf <anlauf@gmx.de>
+
+ PR fortran/120179
+ * gfortran.dg/do_concurrent_basic.f90: Extend testcase.
+
+2025-05-09 Harald Anlauf <anlauf@gmx.de>
+
+ Backported from master:
+ 2025-05-04 Harald Anlauf <anlauf@gmx.de>
+
+ PR fortran/119986
+ * gfortran.dg/actual_array_subref.f90: New test.
+
+2025-05-09 Eric Botcazou <ebotcazou@adacore.com>
+
+ * gnat.dg/opt106.adb: New test.
+ * gnat.dg/opt106_pkg1.ads, gnat.dg/opt106_pkg1.adb: New helper.
+ * gnat.dg/opt106_pkg2.ads, gnat.dg/opt106_pkg2.adb: Likewise.
+
2025-05-08 Jakub Jelinek <jakub@redhat.com>
Backported from master: