Re: [testcase, arm] Adjust the negative offset of fp memory access in vfp-1.c

2011-07-31 Thread Carrot Wei
Ping On Wed, Jul 20, 2011 at 4:33 PM, Carrot Wei wrote: > Oops, the ChangeLog should be > > 2011-07-20  Wei Guozhi   > >        * gcc.target/arm/vfp-1.c (test_ldst): Adjust negative offset. > > > thanks > Carrot > > On Wed, Jul 20, 2011 at 4:30 PM, Carrot Wei wrote: >> Hi >> >> The patch r169271

Re: [testcase, arm] Adjust the negative offset of fp memory access in vfp-1.c

2011-07-20 Thread Carrot Wei
Oops, the ChangeLog should be 2011-07-20 Wei Guozhi * gcc.target/arm/vfp-1.c (test_ldst): Adjust negative offset. thanks Carrot On Wed, Jul 20, 2011 at 4:30 PM, Carrot Wei wrote: > Hi > > The patch r169271 conservatively limits the offset of fp memory access to > (-256..1024), but

[testcase, arm] Adjust the negative offset of fp memory access in vfp-1.c

2011-07-20 Thread Carrot Wei
Hi The patch r169271 conservatively limits the offset of fp memory access to (-256..1024), but didn't adjust the related test case, so vfp-1.c fails in thumb2 mode after the patch. This patch modifies test case vfp-1.c accordingly. Tested with make check-gcc RUNTESTFLAGS="--target_board=arm-sim/t