From: segher Date: Wed, 22 Aug 2018 16:04:09 +0000 (+0000) Subject: [ fix changelog ] X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8864e6d2669062ae980566f5f4851ca5ece8e18;p=thirdparty%2Fgcc.git [ fix changelog ] 2018-08-22 Segher Boessenkool PR rtl-optimization/86771 * combine.c (try_combine): Do not allow splitting a resulting PARALLEL of two SETs into those two SETs, one to be placed at i2, if that SETs destination is modified between i2 and i3. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@263780 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index fb267ab40ad9..82e7950375fc 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,6 @@ 2018-08-22 Segher Boessenkool + PR rtl-optimization/86771 * combine.c (try_combine): Do not allow splitting a resulting PARALLEL of two SETs into those two SETs, one to be placed at i2, if that SETs destination is modified between i2 and i3.