aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.4.3/README.google
diff options
context:
space:
mode:
authorJing Yu <jingyu@google.com>2010-11-04 17:50:54 -0700
committerJing Yu <jingyu@google.com>2010-11-04 17:50:54 -0700
commitb6b198cac722a8dcaa046f0589fe2c2c7caa6a01 (patch)
tree0e3c2c0f861f257f1fb63b0e1d9f7ccce8d065ea /gcc-4.4.3/README.google
parenta4d9421024ed3f70aede5b11f977d264eb69bf61 (diff)
downloadtoolchain_gcc-b6b198cac722a8dcaa046f0589fe2c2c7caa6a01.tar.gz
toolchain_gcc-b6b198cac722a8dcaa046f0589fe2c2c7caa6a01.tar.bz2
toolchain_gcc-b6b198cac722a8dcaa046f0589fe2c2c7caa6a01.zip
Backport upstream 4.6 patches to fix 2 gcc bugs.
Fix a bad interaction of inliner x return slot optimization x named value optimization Replace tst instruction with lsls for a single bit test Change-Id: I30c212d9e99c79eae182da66b97d9d9f4d738faf
Diffstat (limited to 'gcc-4.4.3/README.google')
-rw-r--r--gcc-4.4.3/README.google12
1 files changed, 12 insertions, 0 deletions
diff --git a/gcc-4.4.3/README.google b/gcc-4.4.3/README.google
index 83b757e21..bcb9ca671 100644
--- a/gcc-4.4.3/README.google
+++ b/gcc-4.4.3/README.google
@@ -2066,7 +2066,19 @@ gcc/config/arm/arm.h
Owner: jingyu
Status: keep it local
+gcc/config/arm/thumb2.md
+ Replace tst instruction with lsls for a single bit test.
+ Owner: carrot
+ Status: back port of upstream GCC 4.6.0 patches 161344, 161929, 161930.
+
libiberty/getpagesize.c
Local work around for building C++ library for Android toolchain.
Owner: jingyu
Status: keep it local
+
+gcc/testsuite/g++.dg/torture/pr45709-2.C
+gcc/testsuite/g++.dg/torture/pr45709.C
+gcc/tree-inline.c
+ Backport r164399 from upstream gcc-4_4-branch (b/3068369).
+ Owner: raksit
+ Status: In upstream branches 4.3 and onwards.