Re: [AARCH64][PATCH] PR59695

2014-01-15 Thread Richard Earnshaw
On 15/01/14 10:38, Kugan wrote: > On 13/01/14 21:05, Richard Earnshaw wrote: >> On 11/01/14 23:42, Kugan wrote: >>> Hi, >>> >>> aarch64_build_constant incorrectly truncates the immediate when >>> constants are generated with MOVN. This causes coinor-osi tests to fail >>> (tracked also in https://bu

Re: [AARCH64][PATCH] PR59695

2014-01-15 Thread Kugan
On 13/01/14 21:05, Richard Earnshaw wrote: > On 11/01/14 23:42, Kugan wrote: >> Hi, >> >> aarch64_build_constant incorrectly truncates the immediate when >> constants are generated with MOVN. This causes coinor-osi tests to fail >> (tracked also in https://bugs.launchpad.net/gcc-linaro/+bug/1263576

Re: [AARCH64][PATCH] PR59695

2014-01-13 Thread Richard Earnshaw
On 11/01/14 23:42, Kugan wrote: > Hi, > > aarch64_build_constant incorrectly truncates the immediate when > constants are generated with MOVN. This causes coinor-osi tests to fail > (tracked also in https://bugs.launchpad.net/gcc-linaro/+bug/1263576) > > Attached patch fixes this. Also attaching

[AARCH64][PATCH] PR59695

2014-01-11 Thread Kugan
Hi, aarch64_build_constant incorrectly truncates the immediate when constants are generated with MOVN. This causes coinor-osi tests to fail (tracked also in https://bugs.launchpad.net/gcc-linaro/+bug/1263576) Attached patch fixes this. Also attaching a reduced testcase that reproduces this. Teste