aboutsummaryrefslogtreecommitdiff
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 35c6a95..3fb408a 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,10 @@
+2015-03-12 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
+
+ PR rtl-optimization 65235
+ * simplify-rtx.c (simplify_binary_operation_1, VEC_SELECT case):
+ When first element of vec_concat is const_int, calculate its size
+ using second element.
+
2015-03-12 Richard Biener <rguenther@suse.de>
PR middle-end/65270