+2023-11-17 Georg-Johann Lay <avr@gjlay.de>
+
+ Backported from master:
+ 2023-11-17 Georg-Johann Lay <avr@gjlay.de>
+
+ PR target/53372
+ * config/avr/avr.cc (avr_asm_named_section) [AVR_SECTION_PROGMEM]:
+ Only return some .progmem*.data section if the user did not
+ specify a section attribute.
+ (avr_section_type_flags) [avr_progmem_p]: Unset SECTION_NOTYPE
+ in returned section flags.
+
+2023-11-16 Xi Ruoyao <xry111@xry111.site>
+
+ Backported from master:
+ 2023-11-15 Xi Ruoyao <xry111@xry111.site>
+
+ * config/loongarch/loongarch.cc
+ (loongarch_memmodel_needs_release_fence): Remove.
+ (loongarch_cas_failure_memorder_needs_acquire): New static
+ function.
+ (loongarch_print_operand): Redefine 'G' for the barrier on CAS
+ failure.
+ * config/loongarch/sync.md (atomic_cas_value_strong<mode>):
+ Remove the redundant barrier before the LL instruction, and
+ emit an acquire barrier on failure if needed by
+ failure_memorder.
+ (atomic_cas_value_cmp_and_7_<mode>): Likewise.
+ (atomic_cas_value_add_7_<mode>): Remove the unnecessary barrier
+ before the LL instruction.
+ (atomic_cas_value_sub_7_<mode>): Likewise.
+ (atomic_cas_value_and_7_<mode>): Likewise.
+ (atomic_cas_value_xor_7_<mode>): Likewise.
+ (atomic_cas_value_or_7_<mode>): Likewise.
+ (atomic_cas_value_nand_7_<mode>): Likewise.
+ (atomic_cas_value_exchange_7_<mode>): Likewise.
+
2023-11-15 Kewen Lin <linkw@linux.ibm.com>
Backported from master:
+2023-11-16 Eric Botcazou <ebotcazou@adacore.com>
+
+ * gcc-interface/decl.cc (gnat_to_gnu_subprog_type): Also create a
+ TYPE_DECL for the return type built for the CI/CO mechanism.
+
2023-10-10 Eric Botcazou <ebotcazou@adacore.com>
PR ada/111434
+2023-11-17 Jason Merrill <jason@redhat.com>
+
+ PR c++/112301
+ PR c++/102191
+ PR c++/33799
+ * except.cc (maybe_splice_retval_cleanup): Clear
+ current_retval_sentinel when destroying retval.
+ * semantics.cc (nrv_data): Add in_nrv_cleanup.
+ (finalize_nrv): Set it.
+ (finalize_nrv_r): Fix handling of throwing cleanups.
+
+2023-11-17 Jason Merrill <jason@redhat.com>
+
+ * semantics.cc (finalize_nrv_r): [RETURN_EXPR]: Only replace the
+ INIT_EXPR.
+
+2023-11-17 Jason Merrill <jason@redhat.com>
+
+ PR c++/33799
+ * except.cc (maybe_splice_retval_cleanup): Change
+ recognition of function body and try scopes.
+ * semantics.cc (do_poplevel): Call it after poplevel.
+ (at_try_scope): New.
+ * cp-tree.h (maybe_splice_retval_cleanup): Adjust.
+
2023-09-24 Patrick Palka <ppalka@redhat.com>
Backported from master:
+2023-11-17 Georg-Johann Lay <avr@gjlay.de>
+
+ Backported from master:
+ 2023-11-17 Georg-Johann Lay <avr@gjlay.de>
+
+ PR target/53372
+ * gcc.target/avr/pr53372-1.c: New test.
+ * gcc.target/avr/pr53372-2.c: New test.
+
+2023-11-17 Jason Merrill <jason@redhat.com>
+
+ PR c++/112301
+ PR c++/102191
+ PR c++/33799
+ * g++.dg/eh/return1.C: Add more cases.
+
+2023-11-17 Jason Merrill <jason@redhat.com>
+
+ * g++.dg/contracts/contracts-post7.C: New test.
+
+2023-11-17 Jason Merrill <jason@redhat.com>
+
+ PR c++/33799
+ * g++.dg/eh/return1.C: Add label cases.
+
+2023-11-16 Eric Botcazou <ebotcazou@adacore.com>
+
+ * gnat.dg/varsize4.adb (Func): Initialize Byte_Read parameter.
+
+2023-11-16 Eric Botcazou <ebotcazou@adacore.com>
+
+ * gnat.dg/varsize4.ads, gnat.dg/varsize4.adb: New test.
+ * gnat.dg/varsize4_pkg.ads: New helper.
+
+2023-11-16 Xi Ruoyao <xry111@xry111.site>
+
+ Backported from master:
+ 2023-11-15 Xi Ruoyao <xry111@xry111.site>
+
+ * gcc.target/loongarch/cas-acquire.c: New test.
+
2023-11-15 Kewen Lin <linkw@linux.ibm.com>
Backported from master: