Re: [ARM,AArch64][testsuite] Fix vaddl and vaddw tests

2014-12-05 Thread Marcus Shawcroft
On 5 December 2014 at 13:14, Christophe Lyon wrote: >>> 2014-12-03 Christophe Lyon >>> >>> testsuite/ >>> * gcc.target/aarch64/advsimd-intrinsics/vaddl.c: Actually execute >>> the test. Fix expected output. >>> * gcc.target/aarch64/advsimd-intrinsics/vaddw.c: Likewise. OK /Mar

Re: [ARM,AArch64][testsuite] Fix vaddl and vaddw tests

2014-12-05 Thread Christophe Lyon
On 3 December 2014 at 17:12, Christophe Lyon wrote: > On 3 December 2014 at 15:22, Christophe Lyon > wrote: >> Hi, >> >> Here is a fix for typos in the AdvSimd intrinsic tests, where vaddl >> and vaddw didn't actually execute the tests. (The function was >> declared in main, instead of called).

Re: [ARM,AArch64][testsuite] Fix vaddl and vaddw tests

2014-12-03 Thread Christophe Lyon
On 3 December 2014 at 15:22, Christophe Lyon wrote: > Hi, > > Here is a fix for typos in the AdvSimd intrinsic tests, where vaddl > and vaddw didn't actually execute the tests. (The function was > declared in main, instead of called). > > This patch also fixes the expected output for these tests.

[ARM,AArch64][testsuite] Fix vaddl and vaddw tests

2014-12-03 Thread Christophe Lyon
Hi, Here is a fix for typos in the AdvSimd intrinsic tests, where vaddl and vaddw didn't actually execute the tests. (The function was declared in main, instead of called). This patch also fixes the expected output for these tests. OK? Thanks Christophe. 2014-12-03 Christophe Lyon test