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 f1a96f270b5..a0f2fe7e2b9 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,10 @@
+2015-04-15 Jeff Law <law@redhat.com>
+
+ PR rtl-optimization/42522
+ * cse.c (fold_rtx): Try to simplify a ZERO_EXTRACT or
+ SIGN_EXTRACT as a whole object rather than simplifying
+ its operand.
+
2015-04-15 Jakub Jelinek <jakub@redhat.com>
PR ipa/65765