+2024-02-09 Alexandre Oliva <oliva@adacore.com>
+
+ Backported from master:
+ 2023-11-29 Alexandre Oliva <oliva@adacore.com>
+
+ * decl.cc (maybe_prepare_return_this): Split out of...
+ (maybe_return_this): ... this.
+ * cp-tree.h (maybe_prepare_return_this): Declare.
+ * class.cc (build_clone): Call it.
+
+2024-02-09 Alexandre Oliva <oliva@adacore.com>
+
+ Backported from master:
+ 2023-11-29 Alexandre Oliva <oliva@adacore.com>
+
+ * contracts.cc (check_postcondition_result): Cope with
+ cdtor_return_this.
+
2024-02-06 Jason Merrill <jason@redhat.com>
Backported from master:
+2024-02-09 Alexandre Oliva <oliva@adacore.com>
+
+ Backported from master:
+ 2023-11-29 Alexandre Oliva <oliva@adacore.com>
+
+ * g++.dg/warn/Wuse-after-free3.C: xfail on arm_eabi.
+
+2024-02-09 Alexandre Oliva <oliva@adacore.com>
+
+ Backported from master:
+ 2023-05-25 Alexandre Oliva <oliva@adacore.com>
+
+ * gcc.dg/vect/tsvc/tsvc.h: Test for and conditionally include
+ malloc.h and sys/time.h.
+
+2024-02-09 Torbjörn SVENSSON <torbjorn.svensson@foss.st.com>
+
+ Backported from master:
+ 2024-02-09 Torbjörn SVENSSON <torbjorn.svensson@foss.st.com>
+
+ * gcc.misc-tests/options.exp: Allow other options before the
+ -quite option for cc1.
+
2024-02-07 Andrew Pinski <quic_apinski@quicinc.com>
Backported from master:
+2024-02-09 Jonathan Wakely <jwakely@redhat.com>
+
+ Backported from master:
+ 2023-11-11 Jonathan Wakely <jwakely@redhat.com>
+
+ PR libstdc++/112467
+ * include/bits/stl_bvector.h (_M_assume_normalized): Do not use
+ statement form of assume attribute for Clang.
+
+2024-02-09 Alexandre Oliva <oliva@adacore.com>
+
+ Backported from master:
+ 2023-11-09 Alexandre Oliva <oliva@adacore.com>
+
+ PR libstdc++/110807
+ * include/bits/stl_bvector.h (_Bit_iterator_base): Add
+ _M_assume_normalized member function. Call it in _M_bump_up,
+ _M_bump_down, _M_incr, operator==, operator<=>, operator<, and
+ operator-.
+ (_Bit_iterator): Also call it in operator*.
+ (_Bit_const_iterator): Likewise.
+
2024-02-08 Jonathan Wakely <jwakely@redhat.com>
Backported from master: