+2022-02-12 Jakub Jelinek <jakub@redhat.com>
+
+ PR sanitizer/104449
+ * asan.cc: Include tree-eh.h.
+ (handle_builtin_alloca): Handle the case when __builtin_alloca or
+ __builtin_alloca_with_align can throw.
+
+2022-02-12 Jakub Jelinek <jakub@redhat.com>
+
+ PR target/104502
+ * config/i386/i386.md (cvtsd2ss splitter): If operands[1] is xmm16+
+ and AVX512VL isn't available, move operands[1] to operands[0] first.
+
+2022-02-12 Uroš Bizjak <ubizjak@gmail.com>
+
+ PR target/79754
+ * config/i386/i386.cc (type_natural_mode):
+ Skip decimal float vector modes.
+
2022-02-11 Iain Sandoe <iain@sandoe.co.uk>
Vladimir Makarov <vmakarov@redhat.com>
+2022-02-12 Jakub Jelinek <jakub@redhat.com>
+
+ PR sanitizer/104449
+ * gcc.dg/asan/pr104449.c: New test.
+ * g++.dg/asan/pr104449.C: New test.
+
+2022-02-12 H.J. Lu <hjl.tools@gmail.com>
+
+ PR testsuite/104481
+ * g++.target/i386/pr35513-1.C: Require property_1_needed target.
+ * g++.target/i386/pr35513-2.C: Likewise.
+ * gcc.target/i386/pr35513-8.c: Change to compile.
+ * lib/target-supports.exp (check_compile): Support assembly code.
+ (check_effective_target_property_1_needed): New proc.
+
+2022-02-12 Jakub Jelinek <jakub@redhat.com>
+
+ PR target/104502
+ * gcc.target/i386/pr104502.c: New test.
+
+2022-02-12 Uroš Bizjak <ubizjak@gmail.com>
+
+ PR target/79754
+ * gcc.target/i386/pr79754.c: New test.
+
2022-02-11 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/104499