summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorktkachov <ktkachov@138bc75d-0d04-0410-961f-82ee72b054a4>2015-03-12 13:41:50 +0000
committerktkachov <ktkachov@138bc75d-0d04-0410-961f-82ee72b054a4>2015-03-12 13:41:50 +0000
commitf76d581040f3ebe1b1754c095a7181dff848f7c1 (patch)
tree035d4f9897658bc9427e924bc0ffebd6383f044e
parent806052ba455df3a62d065a36709796a4b70d690e (diff)
downloadgcc-f76d581040f3ebe1b1754c095a7181dff848f7c1.tar.gz
Fix ChangeLog entries from previous commit
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@221388 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog2
-rw-r--r--gcc/testsuite/ChangeLog2
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 3fb408a605f..e5a0e9e6f13 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,6 +1,6 @@
2015-03-12 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
- PR rtl-optimization 65235
+ 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.
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 24318b388b7..5302dbd13ba 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,6 +1,6 @@
2015-03-12 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
- PR rtl-optimization 65235
+ PR rtl-optimization/65235
* gcc.target/aarch64/pr65235_1.c: New test.
2015-03-12 Dominik Vogt <vogt@linux.vnet.ibm.com>