On 23/04/15 09:53, Bin.Cheng wrote:
On Thu, Apr 23, 2015 at 4:19 PM, Kyrill Tkachov wrote:
On 22/04/15 09:42, Bin Cheng wrote:
Hi,
Case pr42172-1.c failed on pre-armv7 processors because GCC actually
generates better code without ldr instruction. This patch just refines
test
case by checking
On Thu, Apr 23, 2015 at 4:19 PM, Kyrill Tkachov wrote:
>
> On 22/04/15 09:42, Bin Cheng wrote:
>>
>> Hi,
>> Case pr42172-1.c failed on pre-armv7 processors because GCC actually
>> generates better code without ldr instruction. This patch just refines
>> test
>> case by checking str instead of ldr
On 22/04/15 09:42, Bin Cheng wrote:
Hi,
Case pr42172-1.c failed on pre-armv7 processors because GCC actually
generates better code without ldr instruction. This patch just refines test
case by checking str instead of ldr, makes sure the case passes on all arm
processors. In the end, we need to