aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/ChangeLog
diff options
context:
space:
mode:
authorRong Xu <xur@google.com>2014-09-05 20:22:13 -0700
committerRong Xu <xur@google.com>2014-09-05 20:22:13 -0700
commit142855c94b3bc9e140a1b55c1a424259285d751c (patch)
tree8b4f309643aab7f51e85b9cc66b05f209426c5d3 /gcc-4.9/gcc/ChangeLog
parent4254ad78d813b8c4cfc6c07218aee6b1be554f23 (diff)
downloadtoolchain_gcc-142855c94b3bc9e140a1b55c1a424259285d751c.tar.gz
toolchain_gcc-142855c94b3bc9e140a1b55c1a424259285d751c.tar.bz2
toolchain_gcc-142855c94b3bc9e140a1b55c1a424259285d751c.zip
[gcc-4.9] Backport fix for PR62040 and PR62262
Backport two patches from upstream gcc 4.9 branch that fix PR62040 and PR62262 Change-Id: If4f557a650e00261b9bc83e008eb63b13ca798cb
Diffstat (limited to 'gcc-4.9/gcc/ChangeLog')
-rw-r--r--gcc-4.9/gcc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc-4.9/gcc/ChangeLog b/gcc-4.9/gcc/ChangeLog
index 44fa3612c..473fceb74 100644
--- a/gcc-4.9/gcc/ChangeLog
+++ b/gcc-4.9/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2014-08-27 Guozhi Wei <carrot@google.com>
+
+ PR target/62262
+ * config/aarch64/aarch64.md (*andim_ashift<mode>_bfiz): Check the shift
+ amount before using it.
+
2014-08-26 Joel Sherrill <joel.sherrill@oarcorp.com>
* doc/invoke.texi: -fno-cxa-atexit should be -fno-use-cxa-atexit.