+2020-11-02 Jakub Jelinek <jakub@redhat.com>
+
+ * wide-int.cc (wi::set_bit_large): Call canonize unless setting
+ msb bit and clearing bits above it.
+
2020-10-29 Martin Liska <mliska@suse.cz>
Backported from master:
+2020-10-30 Patrick Palka <ppalka@redhat.com>
+
+ Backported from master:
+ 2020-10-29 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/97412
+ * constraint.cc (normalize_concept_check): Don't call
+ tsubst_template_args when 'args' is NULL.
+
2020-10-28 Patrick Palka <ppalka@redhat.com>
Backported from master:
+2020-11-02 Thomas Schwinge <thomas@codesourcery.com>
+
+ Backported from master:
+ 2020-11-02 Thomas Schwinge <thomas@codesourcery.com>
+
+ PR fortran/92793
+ * trans.c (gfc_set_backend_locus): Use 'gfc_get_location'.
+ (gfc_restore_backend_locus): Adjust.
+
2020-10-22 Harald Anlauf <anlauf@gmx.de>
Backported from master:
+2020-11-02 Thomas Schwinge <thomas@codesourcery.com>
+
+ Backported from master:
+ 2020-11-02 Thomas Schwinge <thomas@codesourcery.com>
+
+ PR fortran/92793
+ * gfortran.dg/goacc/pr92793-1.f90: Adjust.
+
+2020-10-30 Patrick Palka <ppalka@redhat.com>
+
+ Backported from master:
+ 2020-10-29 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/97412
+ * g++.dg/cpp2a/concepts-variadic2.C: New test.
+
+2020-10-30 Thomas Schwinge <thomas@codesourcery.com>
+
+ Backported from master:
+ 2020-10-30 Thomas Schwinge <thomas@codesourcery.com>
+
+ PR fortran/92793
+ * c-c++-common/goacc/clause-locations.c: Rewrite into...
+ * c-c++-common/goacc/pr92793-1.c: ... this.
+ * gfortran.dg/goacc/clause-locations.f90: Rewrite into...
+ * gfortran.dg/goacc/pr92793-1.f90: ... this.
+
2020-10-28 Patrick Palka <ppalka@redhat.com>
Backported from master:
+2020-11-02 Thomas Schwinge <thomas@codesourcery.com>
+
+ Backported from master:
+ 2020-11-02 Thomas Schwinge <thomas@codesourcery.com>
+
+ PR target/85486
+ * testsuite/libgomp.oacc-c-c++-common/pr85486-2.c: Simplify and enhance.
+ * testsuite/libgomp.oacc-c-c++-common/pr85486-3.c: Likewise.
+ * testsuite/libgomp.oacc-c-c++-common/pr85486.c: Likewise.
+
+2020-11-02 Thomas Schwinge <thomas@codesourcery.com>
+
+ Backported from master:
+ 2020-11-02 Thomas Schwinge <thomas@codesourcery.com>
+
+ PR testsuite/80219
+ PR testsuite/85303
+ * testsuite/lib/libgomp.exp (libgomp_init): Set
+ 'gcc_warning_prefix', 'gcc_error_prefix'.
+
2020-08-25 Jakub Jelinek <jakub@redhat.com>
Backported from master: