From: Richard Sandiford Date: Tue, 16 Jan 2018 12:49:24 +0000 (+0000) Subject: Fix changelog X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0dffe6b829249dee9233ab45eee30421ac6dd770;p=gcc.git Fix changelog From-SVN: r256741 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 99ea694ffcd..026876f71db 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -5,7 +5,9 @@ 2018-01-16 Richard Sandiford - * tree-vect-data-refs.c (vect_analyze_data_ref_accesses): + PR tree-optimization/83847 + * tree-vect-data-refs.c (vect_analyze_data_ref_accesses): Don't + group gathers and scatters. 2018-01-16 Jakub Jelinek