From b6b198cac722a8dcaa046f0589fe2c2c7caa6a01 Mon Sep 17 00:00:00 2001 From: Jing Yu Date: Thu, 4 Nov 2010 17:50:54 -0700 Subject: 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 --- gcc-4.4.3/README.google | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'gcc-4.4.3/README.google') 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. -- cgit v1.2.3