summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 509742ac0cc..8c9988fccfb 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,10 @@
+2017-09-15 Jakub Jelinek <jakub@redhat.com>
+
+ PR rtl-optimization/82192
+ * combine.c (make_extraction): Don't look through non-paradoxical
+ SUBREGs or TRUNCATE if pos + len is or might be bigger than
+ inner's mode.
+
2017-09-15 Richard Sandiford <richard.sandiford@linaro.org>
Alan Hayward <alan.hayward@arm.com>
David Sherwood <david.sherwood@arm.com>