aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.4.3/README.google
diff options
context:
space:
mode:
authorJing Yu <jingyu@google.com>2010-12-13 12:58:16 -0800
committerJing Yu <jingyu@google.com>2010-12-13 12:58:16 -0800
commit2f2d3b42b0ea0c4871518c7b6176bd2b55ae527d (patch)
treedb6624c9aa28e9c1a2d01121f0757ebda9861c44 /gcc-4.4.3/README.google
parentb6b198cac722a8dcaa046f0589fe2c2c7caa6a01 (diff)
downloadtoolchain_gcc-2f2d3b42b0ea0c4871518c7b6176bd2b55ae527d.tar.gz
toolchain_gcc-2f2d3b42b0ea0c4871518c7b6176bd2b55ae527d.tar.bz2
toolchain_gcc-2f2d3b42b0ea0c4871518c7b6176bd2b55ae527d.zip
Fix a thumb1 code generation bug.
The problem was caused by backporting a patch from upstream without its necessary dependencies. This patch changes the implementation of cbranchqi4 so that we keep the optimization without generating bad code. Change-Id: Icbaf443ac6e85774cb664036941bf829c5e4c31e
Diffstat (limited to 'gcc-4.4.3/README.google')
-rw-r--r--gcc-4.4.3/README.google6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc-4.4.3/README.google b/gcc-4.4.3/README.google
index bcb9ca671..2a1437b8e 100644
--- a/gcc-4.4.3/README.google
+++ b/gcc-4.4.3/README.google
@@ -2082,3 +2082,9 @@ gcc/tree-inline.c
Backport r164399 from upstream gcc-4_4-branch (b/3068369).
Owner: raksit
Status: In upstream branches 4.3 and onwards.
+
+gcc/config/arm/arm.md
+ Fix bug 3264814, which was caused by missing dependencies of a previous back
+ port.
+ Owner: dougkwan
+ Status: local.