+2024-04-21 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2024-04-02 Jakub Jelinek <jakub@redhat.com>
+
+ PR bootstrap/106472
+ * Makefile.tpl (make-postboot-target-dep): New lambda.
+ Use it to add --enable-bootstrap dependencies of target modules
+ on other target modules if the latter aren't bootstrapped.
+ * Makefile.in: Regenerate.
+
2023-07-27 Release Manager
* GCC 13.2.0 released.
+2024-04-21 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2024-04-19 Jakub Jelinek <jakub@redhat.com>
+
+ PR rtl-optimization/114768
+ * rtlanal.cc (set_noop_p): Don't return true for MEM <- MEM
+ sets if src has side-effects or for stores into ZERO_EXTRACT
+ if ZERO_EXTRACT operand has side-effects.
+
+2024-04-21 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2024-04-18 Jakub Jelinek <jakub@redhat.com>
+
+ PR middle-end/114753
+ * internal-fn.cc (expand_mul_overflow): Save flag_trapv and
+ temporarily clear it for the duration of the function, then
+ restore previous value.
+ (expand_vector_ubsan_overflow): Likewise.
+ (expand_arith_overflow): Likewise.
+
+2024-04-21 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2024-04-17 Jakub Jelinek <jakub@redhat.com>
+
+ PR sanitizer/114743
+ * asan.cc (maybe_instrument_call): Don't instrument calls to
+ .ABNORMAL_DISPATCHER.
+
+2024-04-21 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2024-04-15 Jakub Jelinek <jakub@redhat.com>
+
+ PR c++/114634
+ * attribs.cc (diag_attr_exclusions): Set attrs[1] to NULL_TREE for
+ decls with NULL TREE_TYPE.
+
+2024-04-21 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2024-04-12 Jakub Jelinek <jakub@redhat.com>
+
+ PR sanitizer/114687
+ * gimple-iterator.cc (gsi_safe_insert_before): Only use
+ edge_before_returns_twice_call if bb_has_abnormal_pred.
+ (gsi_safe_insert_seq_before): Likewise.
+
+2024-04-21 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2024-04-11 Jakub Jelinek <jakub@redhat.com>
+
+ PR middle-end/110027
+ * asan.cc (asan_emit_stack_protection): Assert offsets[0] is
+ zero if there is no stack protect guard, otherwise
+ -ASAN_RED_ZONE_SIZE. If alignb > ASAN_RED_ZONE_SIZE and there is
+ stack pointer guard, take the ASAN_RED_ZONE_SIZE bytes allocated at
+ the top of the stack into account when computing base_align_bias.
+ Recompute use_after_return_class from asan_frame_size + base_align_bias
+ and set to -1 if that would overflow to 11.
+
+2024-04-21 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2024-04-05 Jakub Jelinek <jakub@redhat.com>
+
+ PR tree-optimization/114566
+ * tree-vect-loop.cc (update_epilogue_loop_vinfo): Don't clear
+ base_misaligned.
+
+2024-04-21 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2024-04-04 Jakub Jelinek <jakub@redhat.com>
+
+ PR c++/114537
+ * fold-const.cc (native_encode_initializer): Look through
+ NON_LVALUE_EXPR if val is INTEGER_CST.
+
+2024-04-21 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2024-04-03 Jakub Jelinek <jakub@redhat.com>
+
+ PR middle-end/114552
+ * expr.cc (emit_push_insn): Only use store_constructor for
+ immediate_const_ctor_p if int_expr_size matches size.
+
2024-04-19 Martin Jambor <mjambor@suse.cz>
Backported from master:
+2024-04-21 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2024-04-19 Jakub Jelinek <jakub@redhat.com>
+
+ PR c/114780
+ * c-common.cc (check_function_sentinel): Allow as sentinel any
+ argument of NULLPTR_TYPE.
+
2024-03-02 Jakub Jelinek <jakub@redhat.com>
Backported from master:
+2024-04-21 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2024-04-12 Jakub Jelinek <jakub@redhat.com>
+
+ PR c++/114691
+ * semantics.cc (simplify_loop_decl_cond): Use cp_build_unary_op with
+ TRUTH_NOT_EXPR on ANNOTATE_EXPR argument (if any) rather than
+ ANNOTATE_EXPR itself.
+
+2024-04-21 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2024-04-09 Jakub Jelinek <jakub@redhat.com>
+
+ PR c++/114580
+ * semantics.cc (finish_if_stmt_cond): Call
+ maybe_warn_for_constant_evaluated with IF_STMT_CONSTEXPR_P (if_stmt)
+ as the second argument, rather than true/false depending on if
+ it is if constexpr with non-dependent constant expression with
+ bool type.
+
+2024-04-21 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2024-04-05 Jakub Jelinek <jakub@redhat.com>
+
+ PR c++/114572
+ * cp-gimplify.cc (cxx_omp_clause_apply_fn): Call build_cplus_new
+ on build_call_a result if it has class type.
+
2024-04-15 Patrick Palka <ppalka@redhat.com>
Backported from master:
+2024-04-21 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2024-04-19 Jakub Jelinek <jakub@redhat.com>
+
+ PR c/114780
+ * gcc.dg/format/sentinel-2.c: New test.
+
+2024-04-21 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2024-04-19 Jakub Jelinek <jakub@redhat.com>
+
+ PR rtl-optimization/114768
+ * gcc.dg/pr114768.c: New test.
+
+2024-04-21 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2024-04-18 Jakub Jelinek <jakub@redhat.com>
+
+ PR middle-end/114753
+ * gcc.dg/pr114753.c: New test.
+
+2024-04-21 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2024-04-17 Jakub Jelinek <jakub@redhat.com>
+
+ PR sanitizer/114743
+ * gcc.dg/asan/pr112709-2.c (freddy): New function from
+ gcc.dg/ubsan/pr112709-2.c version of the test.
+
+2024-04-21 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2024-04-15 Jakub Jelinek <jakub@redhat.com>
+
+ PR c++/114634
+ * g++.dg/ext/attrib68.C: New test.
+
+2024-04-21 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2024-04-12 Jakub Jelinek <jakub@redhat.com>
+
+ PR c++/114691
+ * g++.dg/ext/pr114691.C: New test.
+
+2024-04-21 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2024-04-12 Jakub Jelinek <jakub@redhat.com>
+
+ PR sanitizer/114687
+ * gcc.dg/asan/pr114687.c: New test.
+
+2024-04-21 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2024-04-11 Jakub Jelinek <jakub@redhat.com>
+
+ PR middle-end/110027
+ * gcc.dg/asan/pr110027.c: New test.
+
+2024-04-21 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2024-04-09 Jakub Jelinek <jakub@redhat.com>
+
+ PR c++/114580
+ * g++.dg/cpp2a/is-constant-evaluated15.C: New test.
+
+2024-04-21 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2024-04-05 Jakub Jelinek <jakub@redhat.com>
+
+ PR tree-optimization/114566
+ * gcc.target/i386/avx512f-pr114566.c: New test.
+
+2024-04-21 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2024-04-04 Jakub Jelinek <jakub@redhat.com>
+
+ PR c++/114537
+ * g++.dg/cpp2a/bit-cast16.C: New test.
+
+2024-04-21 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2024-04-03 Jakub Jelinek <jakub@redhat.com>
+
+ PR middle-end/114552
+ * gcc.c-torture/execute/pr114552.c: New test.
+
2024-04-19 Martin Jambor <mjambor@suse.cz>
Backported from master:
+2024-04-21 Georg-Johann Lay <avr@gjlay.de>
+
+ Backported from master:
+ 2024-04-21 Georg-Johann Lay <avr@gjlay.de>
+
+ PR target/114794
+ * config/avr/lib1funcs.S (__udivmodqi4): Tweak.
+
2024-04-02 Thomas Neumann <tneumann@users.sourceforge.net>
PR libgcc/111731
+2024-04-21 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2024-04-05 Jakub Jelinek <jakub@redhat.com>
+
+ PR c++/114572
+ * testsuite/libgomp.c++/pr114572.C: New test.
+
2024-03-02 Jakub Jelinek <jakub@redhat.com>
Backported from master:
+2024-04-21 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2024-04-03 Simon Chopin <simon.chopin@canonical.com>
+ Jakub Jelinek <jakub@redhat.com>
+
+ PR libquadmath/114533
+ * printf/printf_fp.c (__quadmath_printf_fp): Use memcpy to copy
+ __float128 out of args.
+ * printf/printf_fphex.c (__quadmath_printf_fphex): Likewise.
+
2023-07-27 Release Manager
* GCC 13.2.0 released.