+2020-10-28 Richard Biener <rguenther@suse.de>
+
+ Backported from master:
+ 2020-09-18 Richard Biener <rguenther@suse.de>
+
+ PR tree-optimization/97081
+ * tree-vect-patterns.c (vect_recog_rotate_pattern): Use the
+ precision of the shifted operand to determine the mask.
+
2020-10-26 Martin Jambor <mjambor@suse.cz>
Backported from master:
+2020-10-28 Patrick Palka <ppalka@redhat.com>
+
+ Backported from master:
+ 2020-10-28 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/95132
+ * decl2.c (mark_used): Move up the constraints_satisfied_p check
+ so that we check constraints before calling maybe_instantiate_decl.
+
2020-10-24 Marek Polacek <polacek@redhat.com>
Backported from master:
+2020-10-28 Patrick Palka <ppalka@redhat.com>
+
+ Backported from master:
+ 2020-10-28 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/95132
+ * g++.dg/cpp2a/concepts-fn7.C: New test.
+
+2020-10-28 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2020-09-18 Jakub Jelinek <jakub@redhat.com>
+
+ PR tree-optimization/97081
+ * gcc.dg/vect/pr97081-2.c: New test.
+
+2020-10-28 Richard Biener <rguenther@suse.de>
+
+ Backported from master:
+ 2020-09-18 Richard Biener <rguenther@suse.de>
+
+ PR tree-optimization/97081
+ * gcc.dg/vect/pr97081.c: New testcase.
+
2020-10-26 Martin Jambor <mjambor@suse.cz>
Backported from master:
+2020-10-28 Patrick Palka <ppalka@redhat.com>
+
+ Backported from master:
+ 2020-10-23 Patrick Palka <ppalka@redhat.com>
+
+ * include/std/ranges (single_view::single_view): Mark the
+ in place constructor explicit as per LWG 3428.
+ (take_view): Remove the constraint on the deduction guide's
+ template parameter as per LWG 3447.
+
2020-10-21 Patrick Palka <ppalka@redhat.com>
Backported from master: