From ecc643a81e7f7571970b196c237e524a7d99b9b4 Mon Sep 17 00:00:00 2001 From: Segher Boessenkool Date: Wed, 22 Aug 2018 18:04:09 +0200 Subject: [PATCH] [ 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 --- gcc/ChangeLog | 1 + 1 file changed, 1 insertion(+) 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. -- 2.30.2