+2021-01-22 Richard Sandiford <richard.sandiford@arm.com>
+
+ Backported from master:
+ 2021-01-20 Richard Sandiford <richard.sandiford@arm.com>
+
+ PR tree-optimization/98535
+ * tree-vect-slp.c (duplicate_and_interleave): Use quick_grow_cleared.
+ If the high and low permutes are the same, remove the high permutes
+ from the working set and only continue with the low ones.
+
2021-01-21 Christophe Lyon <christophe.lyon@linaro.org>
* config/arm/arm_mve.h (__arm_vcmpneq_s8): Fix return type.
+2021-01-22 Marek Polacek <polacek@redhat.com>
+
+ PR c++/98790
+ * pt.c (maybe_instantiate_noexcept): Return false if FN is
+ error_mark_node.
+
2021-01-14 Iain Sandoe <iain@sandoe.co.uk>
Backported from master:
+2021-01-22 Marek Polacek <polacek@redhat.com>
+
+ PR c++/98790
+ * g++.dg/template/deduce8.C: New test.
+
+2021-01-22 Richard Sandiford <richard.sandiford@arm.com>
+
+ Backported from master:
+ 2021-01-20 Richard Sandiford <richard.sandiford@arm.com>
+
+ PR tree-optimization/98535
+ * gcc.target/aarch64/sve/pr98535.c: New file.
+
2021-01-19 Martin Jambor <mjambor@suse.cz>
Backported from master: