aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSegher Boessenkool <segher@gcc.gnu.org>2018-08-22 18:04:09 +0200
committerSegher Boessenkool <segher@gcc.gnu.org>2018-08-22 18:04:09 +0200
commitecc643a81e7f7571970b196c237e524a7d99b9b4 (patch)
tree3788c79d91782e4174c5317cf2066d630415c704
parent3543c89f5fcf7c15a15ce2c1402b1b81abdc2fa9 (diff)
downloadgcc-ecc643a81e7f7571970b196c237e524a7d99b9b4.zip
gcc-ecc643a81e7f7571970b196c237e524a7d99b9b4.tar.gz
gcc-ecc643a81e7f7571970b196c237e524a7d99b9b4.tar.bz2
[ fix changelog ]
2018-08-22 Segher Boessenkool <segher@kernel.crashing.org> 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
-rw-r--r--gcc/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index fb267ab..82e7950 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,6 @@
2018-08-22 Segher Boessenkool <segher@kernel.crashing.org>
+ 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.