]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 1 Sep 2020 00:16:59 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 1 Sep 2020 00:16:59 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index de3bf8cc6e656aafa0d40c8408f38795a65affdf..2f19ed334fd6e53b71a3e5501b02f6dafd05aac6 100644 (file)
@@ -1,3 +1,17 @@
+2020-08-31  Richard Biener  <rguenther@suse.de>
+
+       PR tree-optimization/96854
+       * tree-vect-loop.c (vectorizable_live_operation): Disallow
+       SLP_TREE_TWO_OPERATORS nodes.
+
+2020-08-31  liuhongt  <hongtao.liu@intel.com>
+
+       PR target/96551
+       * config/i386/sse.md (vec_unpacku_float_hi_v16si): For vector
+       compare to integer mask, don't use gen_rtx_LT, use
+       ix86_expand_mask_vec_cmp instead.
+       (vec_unpacku_float_hi_v16si): Ditto.
+
 2020-08-28  Uros Bizjak    <ubizjak@gmail.com>
 
        PR target/96744
index 3db40e0a817326690a702a36c9f217ead50214d6..25aba91f392c9848aeb7adb4ae18c33309c6806c 100644 (file)
@@ -1 +1 @@
-20200831
+20200901
index a8618488f0c12c84f8b4e93fe910d93d8bbcda90..bf2c72b4f600032c83a9922aa0aa85b8b840c707 100644 (file)
@@ -1,3 +1,12 @@
+2020-08-31  Tobias Burnus  <tobias@codesourcery.com>
+
+       Backported from master:
+       2020-08-28  Tobias Burnus  <tobias@codesourcery.com>
+
+       PR fortran/94672
+       * trans-array.c (gfc_trans_g77_array): Check against the parm decl and
+       set the nonparm decl used for the is-present check to NULL if absent.
+
 2020-08-27  Mark Eggleston  <markeggleston@gcc.gnu.org>
 
        Backported from master:
index 463c0a742a4d64ec5c8c823bc4248199b2f2d2f6..52c1db50adf852403a5f66c5b25c528760c5f6fa 100644 (file)
@@ -1,3 +1,21 @@
+2020-08-31  Richard Biener  <rguenther@suse.de>
+
+       PR tree-optimization/96854
+       * gcc.dg/vect/pr96854.c: New testcase.
+
+2020-08-31  liuhongt  <hongtao.liu@intel.com>
+
+       * gcc.target/i386/avx512f-pr96551-1.c: New test.
+       * gcc.target/i386/avx512f-pr96551-2.c: New test.
+
+2020-08-31  Tobias Burnus  <tobias@codesourcery.com>
+
+       Backported from master:
+       2020-08-28  Tobias Burnus  <tobias@codesourcery.com>
+
+       PR fortran/94672
+       * gfortran.dg/optional_assumed_charlen_2.f90: New test.
+
 2020-08-30  Iain Buclaw  <ibuclaw@gdcproject.org>
 
        Backported from master: