Re: (Corrected patch) Simple patch for gcc/testsuite/gcc.target/aarch64/vdup_lane_2.c

2014-09-15 Thread James Greenhalgh
On Fri, Sep 05, 2014 at 03:58:30PM +0100, Marcus Shawcroft wrote: > On 5 September 2014 14:46, David Sherwood wrote: > > Apologies, resent with correct patch not containing ChangeLog changes. > > > > > > Hi, > > > > I have a simple patch for the vdup_lane_2.c test that fixes up the > > force_

Re: (Corrected patch) Simple patch for gcc/testsuite/gcc.target/aarch64/vdup_lane_2.c

2014-09-05 Thread Marcus Shawcroft
On 5 September 2014 14:46, David Sherwood wrote: > Apologies, resent with correct patch not containing ChangeLog changes. > > > Hi, > > I have a simple patch for the vdup_lane_2.c test that fixes up the > force_simd macro so that it does > something sensible for execute type test cases. Is th

(Corrected patch) Simple patch for gcc/testsuite/gcc.target/aarch64/vdup_lane_2.c

2014-09-05 Thread David Sherwood
Apologies, resent with correct patch not containing ChangeLog changes. Hi, I have a simple patch for the vdup_lane_2.c test that fixes up the force_simd macro so that it does something sensible for execute type test cases. Is this ok to install? Tested on aarch64 little and big endian. Reg