]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 30 May 2020 00:18:15 +0000 (00:18 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 30 May 2020 00:18:15 +0000 (00:18 +0000)
contrib/ChangeLog
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog
libgcc/ChangeLog

index f2517c5bf32bf8a8d8fc76d3ef6f403b56eaa48c..0c07a4b87eda5d7fb4fe059a96a399aab45cb629 100644 (file)
@@ -1,3 +1,10 @@
+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.
index bbad04ab54397346edd41d75dbf42cad128d8386..4625c8d66705d74e1b556de55a46f3899402f2ca 100644 (file)
@@ -1,3 +1,16 @@
+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  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-26  Alexandre Oliva  <oliva@adacore.com>
 
        PR target/94812
index 065a3b8561060b690fc38f19ee0eb77303caa29d..cadcec3f8ad50d6faa811174f511c59853541dcd 100644 (file)
@@ -1 +1 @@
-20200529
+20200530
index 3cce7b9ede380ccf98921d1ab9218a4ae6e8cff9..a37023322e9873d4c5426eb5bcc367a3ae247330 100644 (file)
@@ -1,3 +1,8 @@
+2020-05-29  Alex Coplan  <alex.coplan@arm.com>
+
+       PR target/94591
+       * gcc.c-torture/execute/pr94591.c: New test.
+
 2020-05-28  Steven G. Kargl  <kargl@gcc.gnu.org>
            Mark Eggleston  <markeggleston@gcc.gnu.org>
 
index f0e8ee5d9c39198f9dc1e34a29be4e66b4c70e64..f7772c58273285189ac1148118c15408d791599b 100644 (file)
@@ -1,3 +1,17 @@
+2020-05-29  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
+
+       * config/aarch64/lse-init.c (init_have_lse_atomics): Use __getauxval
+       instead of getauxval.
+       (AT_HWCAP): Define.
+       (HWCAP_ATOMICS): Define.
+       Guard detection on __gnu_linux__.
+
+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-20  H.J. Lu  <hongjiu.lu@intel.com>
 
        Backport from master