From: Segher Boessenkool Date: Wed, 22 Aug 2018 16:04:09 +0000 (+0200) Subject: [ fix changelog ] X-Git-Tag: basepoints/gcc-10~4595 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ecc643a81e7f7571970b196c237e524a7d99b9b4;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. From-SVN: r263780 --- 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.