+2023-09-26 Eric Botcazou <ebotcazou@adacore.com>
+
+ * gimple-range-gori.cc (gori_compute::logical_combine): Add missing
+ return statement in the varying case.
+
2023-09-20 Richard Sandiford <richard.sandiford@arm.com>
Backported from master:
+2023-09-26 Eric Botcazou <ebotcazou@adacore.com>
+
+ * gnat.dg/opt102.adb:New test.
+ * gnat.dg/opt102_pkg.adb, gnat.dg/opt102_pkg.ads: New helper.
+
2023-09-20 Richard Sandiford <richard.sandiford@arm.com>
Backported from master:
+2023-09-27 Jonathan Wakely <jwakely@redhat.com>
+
+ Backported from master:
+ 2023-08-09 Jonathan Wakely <jwakely@redhat.com>
+
+ * include/experimental/bits/fs_path.h (path::string): Use
+ _GLIBCXX17_CONSTEXPR not _GLIBCXX_CONSTEXPR for 'if constexpr'.
+ * include/std/charconv (__to_chars_8): Initialize variable for
+ C++17 constexpr rules.
+
+2023-09-26 Jonathan Wakely <jwakely@redhat.com>
+
+ Backported from master:
+ 2023-09-25 Jonathan Wakely <jwakely@redhat.com>
+
+ PR libstdc++/111511
+ PR c++/111512
+ * include/std/array (to_array): Qualify calls to __to_array.
+ * testsuite/23_containers/array/creation/111512.cc: New test.
+
2023-09-18 Jonathan Wakely <jwakely@redhat.com>
Backported from master: