]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 8 Jul 2020 00:17:13 +0000 (00:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 8 Jul 2020 00:17:13 +0000 (00:17 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog

index 7456dc8e9a1c456c6d70574065a1ad2459a1e70d..c4c866705810bfb08dcdba7f2a63f76d17166bc0 100644 (file)
@@ -1,3 +1,23 @@
+2020-07-07  Richard Biener  <rguenther@suse.de>
+
+       Backported from master:
+       2020-07-06  Richard Biener  <rguenther@suse.de>
+
+       PR tree-optimization/96075
+       * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Use
+       TYPE_SIZE_UNIT of the vector component type instead of DR_STEP
+       for the misalignment calculation for negative step.
+
+2020-07-07  Richard Biener  <rguenther@suse.de>
+
+       Backported from master:
+       2020-07-07  Richard Biener  <rguenther@suse.de>
+
+       * lto-streamer-out.c (cmp_symbol_files): Use the computed
+       order map to sort symbols from the same sub-file together.
+       (lto_output): Compute a map of sub-file to an order number
+       it appears in the symbol output array.
+
 2020-07-06  Will Schmidt  <will_schmidt@vnet.ibm.com>
 
        * config/rs6000/altivec.h (vec_pack_to_short_fp32): Update.
index c0ce1b4790302c70a17535e801043e4c9e7f478d..f2f90c2763f1b1818c0b31a582b1176dc7f7703c 100644 (file)
@@ -1 +1 @@
-20200707
+20200708
index 626e28f1fe56753e4725895cdceb106a12bb3303..349bcb2a0867f78cc90fe57ff27799e7be31b9e2 100644 (file)
@@ -1,3 +1,11 @@
+2020-07-07  Richard Biener  <rguenther@suse.de>
+
+       Backported from master:
+       2020-07-06  Richard Biener  <rguenther@suse.de>
+
+       PR tree-optimization/96075
+       * gcc.dg/vect/slp-46.c: New testcase.
+
 2020-07-06  Will Schmidt  <will_schmidt@vnet.ibm.com>
 
        * gcc.target/powerpc/builtins-1-p9-runnable.c: Update.