+2020-05-29 Martin Liska <mliska@suse.cz>
+
+ * git-backport.py: The script did 'git co HEAD~' when
+ there was no modified ChangeLog file in a successful
+ git cherry pick.
+ Run cherry-pick --continue without editor.
+
2020-05-27 Martin Liska <mliska@suse.cz>
* git-backport.py: New file.
+2020-05-29 Alex Coplan <alex.coplan@arm.com>
+
+ PR target/94591
+ * config/aarch64/aarch64.c (aarch64_evpc_rev_local): Don't match
+ identity permutation.
+
+2020-05-29 Andrew Stubbs <ams@codesourcery.com>
+
+ * config/gcn/gcn-valu.md (add<mode>3_zext_dup): Change to a
+ define_expand, and rename the original to ...
+ (add<mode>3_vcc_zext_dup): ... this, and add a custom VCC operand.
+ (add<mode>3_zext_dup_exec): Likewise, with ...
+ (add<mode>3_vcc_zext_dup_exec): ... this.
+ (add<mode>3_zext_dup2): Likewise, with ...
+ (add<mode>3_zext_dup_exec): ... this.
+ (add<mode>3_zext_dup2_exec): Likewise, with ...
+ (add<mode>3_zext_dup2): ... this.
+ * config/gcn/gcn.c (gcn_expand_scalar_to_vector_address): Switch
+ addv64di3_zext* calls to use addv64di3_vcc_zext*.
+
+2020-05-29 Dong JianQiang <dongjianqiang2@huawei.com>
+
+ PR gcov-profile/95332
+ * gcov-io.c (gcov_var::endian): Move field.
+ (from_file): Add IN_GCOV_TOOL check.
+ * gcov-io.h (gcov_magic): Ditto.
+
2020-05-28 Richard Sandiford <richard.sandiford@arm.com>
PR testsuite/95361
+2020-05-29 Jakub Jelinek <jakub@redhat.com>
+
+ PR libfortran/95390
+ * gfortran.dg/findloc_8.f90: New test.
+
+2020-05-29 Marek Polacek <polacek@redhat.com>
+
+ * g++.dg/ext/tmplattr10.C: Only run in c++11.
+
+2020-05-29 Alex Coplan <alex.coplan@arm.com>
+
+ PR target/94591
+ * gcc.c-torture/execute/pr94591.c: New test.
+
+2020-05-29 Andrew Stubbs <ams@codesourcery.com>
+
+ * gcc.target/gcn/gcn.exp: New file.
+ * gcc.target/gcn/vcc-clobber.c: New file.
+
2020-05-28 Richard Sandiford <richard.sandiford@arm.com>
PR testsuite/95361
+2020-05-29 Dong JianQiang <dongjianqiang2@huawei.com>
+
+ PR gcov-profile/95332
+ * libgcov-util.c (read_gcda_file): Call gcov_magic.
+ * libgcov.h (gcov_magic): Disable GCC poison.
+
2020-05-21 H.J. Lu <hongjiu.lu@intel.com>
Backport from master
+2020-05-29 Jakub Jelinek <jakub@redhat.com>
+
+ PR libfortran/95390
+ * Makefile.am (i_findloc0_c): Add findloc0_i10.c.
+ (i_findloc1_c): Add findloc1_i10.c.
+ * gfortran.map (GFORTRAN_10.2): New symbol version, export
+ _gfortran_{,m,s}findloc{0,1}_c10 symbols.
+ * Makefile.in: Regenerated.
+ * generated/findloc0_c10.c: Generated.
+ * generated/findloc1_c10.c: Generated.
+
2020-05-28 Harald Anlauf <anlauf@gmx.de>
PR libfortran/95104