Re: [AArch64/ARM 3/3] Add execution tests of ARM ZIP Intrinsics

2014-05-06 Thread Alan Lawrence
Right. Tests appear correct and problem is in arm_neon.h. I'll work on a fix. Cheers, Alan Christophe Lyon wrote: This caused: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61062 On 30 April 2014 11:18, Ramana Radhakrishnan wrote: On Thu, Mar 27, 2014 at 10:53 AM, Alan Lawrence wrote: Fina

Re: [AArch64/ARM 3/3] Add execution tests of ARM ZIP Intrinsics

2014-05-05 Thread Christophe Lyon
This caused: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61062 On 30 April 2014 11:18, Ramana Radhakrishnan wrote: > On Thu, Mar 27, 2014 at 10:53 AM, Alan Lawrence wrote: >> Final patch adds new tests of the ARM ZIP Intrinsics (subsuming the >> autogenerated ones in testsuite/gcc.target/arm/n

Re: [AArch64/ARM 3/3] Add execution tests of ARM ZIP Intrinsics

2014-04-30 Thread Ramana Radhakrishnan
On Thu, Mar 27, 2014 at 10:53 AM, Alan Lawrence wrote: > Final patch adds new tests of the ARM ZIP Intrinsics (subsuming the > autogenerated ones in testsuite/gcc.target/arm/neon/), that also check the > execution results, reusing the test bodies introduced into AArch64 in the > first patch. > > A

[AArch64/ARM 3/3] Add execution tests of ARM ZIP Intrinsics

2014-03-27 Thread Alan Lawrence
Final patch adds new tests of the ARM ZIP Intrinsics (subsuming the autogenerated ones in testsuite/gcc.target/arm/neon/), that also check the execution results, reusing the test bodies introduced into AArch64 in the first patch. All tests passing on arm-none-eabi. gcc/testsuite/ChangeLog: 20