+2023-12-05 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2023-12-05 Jakub Jelinek <jakub@redhat.com>
+
+ PR target/112845
+ * config/i386/i386.md (movabsq $(i32 << shift), r64 peephole2): FAIL
+ if the new immediate is ix86_endbr_immediate_operand.
+
+2023-12-05 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2023-12-04 Jakub Jelinek <jakub@redhat.com>
+
+ PR target/112837
+ * config/i386/i386.cc (ix86_elim_entry_set_got): Before checking
+ for UNSPEC_SET_GOT check that SET_SRC is UNSPEC. Use SET_SRC and
+ SET_DEST macros instead of XEXP, rename vec variable to set.
+
+2023-12-05 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2023-12-04 Jakub Jelinek <jakub@redhat.com>
+
+ PR target/112816
+ * config/i386/sse.md (signbit<mode>2): Force operands[1] into a REG.
+
+2023-12-05 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2023-12-01 Jakub Jelinek <jakub@redhat.com>
+
+ * doc/extend.texi (__builtin_darn, __builtin_darn_raw,
+ __builtin_ia32_vec_ext_v2di, __builtin_ia32_crc32qi,
+ __builtin_ia32_crc32hi, __builtin_ia32_crc32si,
+ __builtin_ia32_crc32di): Put {}s around return type with spaces in it.
+ (__builtin_rx_mvfachi, __builtin_rx_mvfacmi): Remove superfluous
+ whitespace.
+
+2023-12-05 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2023-11-25 Jakub Jelinek <jakub@redhat.com>
+
+ PR target/111408
+ * config/i386/i386.md (*jcc_bt<mode>_mask,
+ *jcc_bt<mode>_mask_1): Add (const_int 0) as expected
+ second operand of bt_comparison_operator.
+
+2023-12-05 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2023-11-13 Jakub Jelinek <jakub@redhat.com>
+
+ PR tree-optimization/111967
+ * gimple-range-cache.cc (block_range_cache::set_bb_range): Grow
+ m_ssa_ranges to num_ssa_names rather than num_ssa_names + 1.
+ (block_range_cache::dump): Iterate from 1 rather than 0. Don't use
+ ssa_name (x) unless m_ssa_ranges[x] is non-NULL. Iterate to
+ m_ssa_ranges.length () rather than num_ssa_names.
+
+2023-12-05 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2023-11-09 Jakub Jelinek <jakub@redhat.com>
+
+ PR c/112339
+ * attribs.cc (attribute_ignored_p): Only return true for
+ attr_namespace_ignored_p if as is NULL.
+ (decl_attributes): Never add ignored attributes.
+
2023-11-30 Vladimir N. Makarov <vmakarov@redhat.com>
Backported from master:
+2023-12-05 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2023-12-05 Jakub Jelinek <jakub@redhat.com>
+
+ PR target/112845
+ * gcc.dg/pr112845.c: New file.
+
+2023-12-05 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2023-12-04 Jakub Jelinek <jakub@redhat.com>
+
+ PR target/112837
+ * gcc.dg/pr112837.c: New test.
+
+2023-12-05 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2023-12-04 Jakub Jelinek <jakub@redhat.com>
+
+ PR target/112816
+ * gcc.target/i386/sse2-pr112816.c: New test.
+
+2023-12-05 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2023-12-04 Jakub Jelinek <jakub@redhat.com>
+
+ PR c++/112795
+ * g++.dg/ext/unroll-5.C: New test.
+
+2023-12-05 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2023-11-25 Jakub Jelinek <jakub@redhat.com>
+
+ PR target/111408
+ * gcc.c-torture/execute/pr111408.c: New test.
+
+2023-12-05 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2023-11-13 Jakub Jelinek <jakub@redhat.com>
+
+ PR tree-optimization/111967
+ * gcc.dg/tree-ssa/pr111967.c: New test.
+
+2023-12-05 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2023-11-09 Jakub Jelinek <jakub@redhat.com>
+
+ PR c/112339
+ * c-c++-common/ubsan/Wno-attributes-1.c: New test.
+
2023-11-30 Harald Anlauf <anlauf@gmx.de>
Backported from master: