+2022-11-20 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2022-11-20 Jakub Jelinek <jakub@redhat.com>
+
+ PR target/107183
+ * reg-stack.cc (next_flags_user): Add DEBUG_SEEN argument.
+ If >= 0 and a DEBUG_INSN would be otherwise returned, set
+ DEBUG_SEEN to 1 and ignore it.
+ (swap_rtx_condition): Add DEBUG_SEEN argument. In >= 0
+ mode only set DEBUG_SEEN to 1 if problematic DEBUG_ISNSs
+ were seen and revert all changes on success in that case.
+ Don't try to recog_memoized DEBUG_INSNs.
+ (compare_for_stack_reg): Adjust swap_rtx_condition caller.
+ If it returns true and debug_seen is 1, call swap_rtx_condition
+ again with debug_seen -1.
+
+2022-11-19 Thomas Schwinge <thomas@codesourcery.com>
+
+ Backported from master:
+ 2022-11-19 Thomas Schwinge <thomas@codesourcery.com>
+
+ * config/nvptx/nvptx.h (STARTFILE_SPEC): Fix 'crt0.o' for
+ '-mmainkernel'.
+
+2022-11-19 Jinyang He <hejinyang@loongson.cn>
+
+ Backported from master:
+ 2022-11-18 Jinyang He <hejinyang@loongson.cn>
+
+ PR target/107713
+ * config/loongarch/sync.md
+ (atomic_cas_value_exchange_7_<mode>): New define_insn.
+ (atomic_exchange): Use atomic_cas_value_exchange_7_si instead of
+ atomic_cas_value_cmp_and_7_si.
+
2022-11-16 Philipp Tomsich <philipp.tomsich@vrull.eu>
Backported from master:
+2022-11-20 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2022-11-15 Jakub Jelinek <jakub@redhat.com>
+
+ * cp-tree.h (next_common_initial_seqence): Rename to ...
+ (next_common_initial_sequence): ... this.
+ * typeck.cc (next_common_initial_seqence): Rename to ...
+ (next_common_initial_sequence): ... this.
+ (layout_compatible_type_p): Call next_common_initial_sequence
+ rather than next_common_initial_seqence.
+ * semantics.cc (is_corresponding_member_aggr): Likewise.
+
2022-11-18 Marek Polacek <polacek@redhat.com>
Backported from master:
+2022-11-20 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2022-11-20 Jakub Jelinek <jakub@redhat.com>
+
+ PR target/107183
+ * gcc.dg/ubsan/pr107183.c: New test.
+
+2022-11-19 Jinyang He <hejinyang@loongson.cn>
+
+ Backported from master:
+ 2022-11-18 Jinyang He <hejinyang@loongson.cn>
+
+ PR target/107713
+ * gcc.target/loongarch/pr107713-1.c: New test.
+ * gcc.target/loongarch/pr107713-2.c: New test.
+
2022-11-18 Marek Polacek <polacek@redhat.com>
Backported from master:
+2022-11-20 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2022-11-15 Jakub Jelinek <jakub@redhat.com>
+
+ PR target/104688
+ * config/x86/init.c (__libat_feat1_init): Don't clear
+ bit_AVX on AMD CPUs.
+
2022-08-19 Release Manager
* GCC 12.2.0 released.