+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
+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:
+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: