From: Segher Boessenkool Date: Wed, 22 Aug 2018 16:04:09 +0000 (+0200) Subject: [ fix changelog ] X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ecc643a81e7f7571970b196c237e524a7d99b9b4;p=gcc.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. From-SVN: r263780 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index fb267ab40ad..82e7950375f 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.