+2021-06-16 Richard Biener <rguenther@suse.de>
+
+ Backported from master:
+ 2021-06-11 Richard Biener <rguenther@suse.de>
+
+ PR middle-end/101009
+ * tree-data-ref.c (build_classic_dist_vector_1): Make sure
+ to set *init_b to true when we encounter a constant equal
+ index pair.
+ (compute_affine_dependence): Also dump the actual DR_REF.
+
+2021-06-16 Richard Biener <rguenther@suse.de>
+
+ PR tree-optimization/100981
+ * tree-vect-loop.c (vect_create_epilog_for_reduction): Use
+ gimple_get_lhs to also handle calls.
+ * tree-vect-slp-patterns.c (complex_pattern::build): Transfer
+ reduction info.
+
+2021-06-16 Richard Biener <rguenther@suse.de>
+
+ Backported from master:
+ 2021-06-14 Richard Biener <rguenther@suse.de>
+
+ PR tree-optimization/100934
+ * tree-ssa-dom.c (pass_dominator::execute): Properly
+ mark irreducible regions.
+
+2021-06-16 Richard Biener <rguenther@suse.de>
+
+ Backported from master:
+ 2021-05-28 Richard Biener <rguenther@suse.de>
+
+ PR ipa/100791
+ * tree-inline.c (copy_bb): When processing __builtin_va_arg_pack
+ copy fntype from original call.
+
2021-06-14 Aaron Sawdey <acsawdey@linux.ibm.com>
* config/rs6000/genfusion.pl (gen_addadd): New function.
+2021-06-16 Jason Merrill <jason@redhat.com>
+
+ PR c++/101078
+ * pt.c (tsubst_baselink): Update binfos in non-dependent case.
+
+2021-06-16 Jason Merrill <jason@redhat.com>
+
+ PR c++/101029
+ * init.c (build_vec_init): Shortcut [0] case.
+
2021-06-10 Patrick Palka <ppalka@redhat.com>
Backported from master:
+2021-06-16 José Rui Faustino de Sousa <jrfsousa@gmail.com>
+
+ PR fortran/82376
+ * trans-expr.c (gfc_conv_procedure_call): Evaluate function result
+ and then pass a pointer.
+
2021-06-06 Andre Vehreschild <vehre@gcc.gnu.org>
Steve Kargl <kargl@gcc.gnu.org>
+2021-06-16 Jason Merrill <jason@redhat.com>
+
+ PR c++/101078
+ * g++.dg/template/access39.C: New test.
+
+2021-06-16 Jason Merrill <jason@redhat.com>
+
+ PR c++/100796
+ PR preprocessor/96391
+ * g++.dg/plugin/location-overflow-test-pr100796.c: New test.
+ * g++.dg/plugin/plugin.exp: Run it.
+
+2021-06-16 Jason Merrill <jason@redhat.com>
+
+ PR c++/101029
+ * g++.dg/ext/array4.C: New test.
+
+2021-06-16 Richard Biener <rguenther@suse.de>
+
+ Backported from master:
+ 2021-06-11 Richard Biener <rguenther@suse.de>
+
+ PR middle-end/101009
+ * gcc.dg/torture/pr101009.c: New testcase.
+
+2021-06-16 Richard Biener <rguenther@suse.de>
+
+ PR tree-optimization/100981
+ * gfortran.dg/vect/pr100981-1.f90: New testcase.
+
+2021-06-16 Richard Biener <rguenther@suse.de>
+
+ Backported from master:
+ 2021-06-14 Richard Biener <rguenther@suse.de>
+
+ PR tree-optimization/100934
+ * gcc.dg/torture/pr100934.c: New testcase.
+
+2021-06-16 Richard Biener <rguenther@suse.de>
+
+ Backported from master:
+ 2021-05-28 Richard Biener <rguenther@suse.de>
+
+ PR ipa/100791
+ * gcc.dg/pr100791.c: New testcase.
+
+2021-06-16 José Rui Faustino de Sousa <jrfsousa@gmail.com>
+
+ PR fortran/82376
+ * gfortran.dg/PR82376.f90: New test.
+
2021-06-14 Aaron Sawdey <acsawdey@linux.ibm.com>
* gcc.target/powerpc/fusion-p10-addadd.c: New file.
+2021-06-16 Jason Merrill <jason@redhat.com>
+
+ PR c++/100796
+ PR preprocessor/96391
+ * line-map.c (linemap_compare_locations): Only use comparison with
+ LINE_MAP_MAX_LOCATION_WITH_COLS to avoid abort.
+
2021-05-31 Jakub Jelinek <jakub@redhat.com>
Backported from master:
+2021-06-16 Richard Biener <rguenther@suse.de>
+
+ PR tree-optimization/100981
+ * testsuite/libgomp.fortran/pr100981-2.f90: New testcase.
+
2021-05-17 Kwok Cheung Yeung <kcy@codesourcery.com>
Backported from master: