+2022-03-26 Roger Sayle <roger@nextmovesoftware.com>
+
+ PR middle-end/104885
+ * calls.cc (mark_stack_region_used): Check that the region
+ is within the allocated size of stack_usage_map.
+
+2022-03-26 Jakub Jelinek <jakub@redhat.com>
+
+ PR rtl-optimization/103775
+ * recog.cc (check_invalid_inc_dec): New function.
+ (insn_invalid_p): Return 1 if REG_INC operand overlaps
+ any stored REGs.
+
+2022-03-26 H.J. Lu <hjl.tools@gmail.com>
+
+ PR target/105058
+ * config/i386/sse.md (loadiwkey): Replace "v" with "x".
+ (aes<aesklvariant>u8): Likewise.
+
+2022-03-26 H.J. Lu <hjl.tools@gmail.com>
+
+ PR target/105052
+ * config/i386/sse.md (ssse3_ph<plusminus_mnemonic>wv4hi3):
+ Replace "Yv" with "x".
+ (ssse3_ph<plusminus_mnemonic>dv2si3): Likewise.
+ (ssse3_psign<mode>3): Likewise.
+
2022-03-26 Hans-Peter Nilsson <hp@axis.com>
* reload.cc (find_reloads): Align comment with code where
+2022-03-26 David Malcolm <dmalcolm@redhat.com>
+
+ PR analyzer/105057
+ * store.cc (binding_cluster::make_unknown_relative_to): Reject
+ attempts to create a cluster for untracked base regions.
+ (store::set_value): Likewise.
+ (store::fill_region): Likewise.
+ (store::mark_region_as_unknown): Likewise.
+
2022-03-25 David Malcolm <dmalcolm@redhat.com>
PR analyzer/104954
+2022-03-26 Thomas Schwinge <thomas@codesourcery.com>
+
+ * c.opt: Properly quote comment.
+
2022-03-25 Eric Botcazou <ebotcazou@adacore.com>
* c-ada-spec.cc (dump_ada_import): Deal with the "section" attribute
+2022-03-26 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/105050
+ * constexpr.cc (potential_constant_expression_1) <case IF_STMT>:
+ Clarify error message when a if-stmt is non-constant because its
+ branches are non-constant.
+
+2022-03-26 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/103455
+ * call.cc (add_builtin_candidate) <case MEMBER_REF>: Test
+ CLASS_TYPE_P instead of MAYBE_CLASS_TYPE_P.
+
2022-03-26 Jakub Jelinek <jakub@redhat.com>
* parser.cc (cp_parser_postfix_expression)
+2022-03-26 Jakub Jelinek <jakub@redhat.com>
+
+ PR rtl-optimization/103775
+ * gcc.dg/pr103775.c: New test.
+
+2022-03-26 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/105050
+ * g++.dg/cpp1y/constexpr-105050.C: New test.
+
+2022-03-26 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/103455
+ * g++.dg/overload/builtin6.C: New test.
+
+2022-03-26 David Malcolm <dmalcolm@redhat.com>
+
+ PR analyzer/105057
+ * gcc.dg/analyzer/fread-2.c: New test, as a regression test for
+ ICE in store::set_value on untracked base region.
+ * gcc.dg/analyzer/memset-2.c: Likewise, for ICE in
+ store::fill_region.
+ * gcc.dg/analyzer/strcpy-2.c: Likewise, for ICE in
+ store::mark_region_as_unknown.
+
2022-03-26 Jakub Jelinek <jakub@redhat.com>
* c-c++-common/builtin-convertvector-3.c: New test.