Re: [patch] Fix gcc.target/arm/thumb-cbranchqi.c.
On 28/01/14 14:16, kazu_hir...@mentor.com wrote: > Hi, > > Attached is a patch to fix gcc.target/arm/thumb-cbranchqi.c. > > Without this patch, the testcase fails because these days gcc > generates: > > ldrb: > ldrbr3, [r0, #8] > mov r0, #2 > cmp r3, #127 >
[patch] Fix gcc.target/arm/thumb-cbranchqi.c.
Hi, Attached is a patch to fix gcc.target/arm/thumb-cbranchqi.c. Without this patch, the testcase fails because these days gcc generates: ldrb: ldrbr3, [r0, #8] mov r0, #2 cmp r3, #127 bls .L2 mov r0, #5 .L2: @ sp needed