diff options
author | Andrew Hsieh <andrewhsieh@google.com> | 2012-08-16 11:45:46 +0800 |
---|---|---|
committer | Andrew Hsieh <andrewhsieh@google.com> | 2012-08-16 11:45:46 +0800 |
commit | 97486fce685bf128a2c4b009e7b717af9521e6a7 (patch) | |
tree | 0e5c61201404e0a360cb13ebd240b2e82aafd0c2 /gcc-4.6/gcc/config/arm/netbsd-elf.h | |
parent | 0b76eed807691ef39e9c7e37d662dd4a9362f412 (diff) | |
download | toolchain_gcc-97486fce685bf128a2c4b009e7b717af9521e6a7.tar.gz toolchain_gcc-97486fce685bf128a2c4b009e7b717af9521e6a7.tar.bz2 toolchain_gcc-97486fce685bf128a2c4b009e7b717af9521e6a7.zip |
Fix ARM internal compiler error with negative shift amount
Back port fix of ARM ICE compiling the following code with
int foo(int a, int b)
{
return a | (b << -3);
}
See http://gcc.gnu.org/ml/gcc-patches/2011-10/msg00594.html
Change-Id: Ic4c675a3830d7f213d8abdcf158ca296a836851b
Diffstat (limited to 'gcc-4.6/gcc/config/arm/netbsd-elf.h')
0 files changed, 0 insertions, 0 deletions