Re: [testsuite patch] add __ARM_ARCH check for arm_v8_neon_ok

2014-08-14 Thread Janis Johnson
On 08/14/2014 01:06 AM, Ramana Radhakrishnan wrote: > On Mon, Aug 11, 2014 at 11:01 PM, Janis Johnson > wrote: >> The check for effective target arm_v8_neon_ok passes even if __ARM_ARCH >> is not 8 or greater, but then some tests fail because intrinsic functions >> used in the test have not been d

Re: [testsuite patch] add __ARM_ARCH check for arm_v8_neon_ok

2014-08-14 Thread Ramana Radhakrishnan
On Mon, Aug 11, 2014 at 11:01 PM, Janis Johnson wrote: > The check for effective target arm_v8_neon_ok passes even if __ARM_ARCH > is not 8 or greater, but then some tests fail because intrinsic functions > used in the test have not been declared. This patch requires that > __ARM_ARCH be 8 or gre

Re: [testsuite patch] add __ARM_ARCH check for arm_v8_neon_ok

2014-08-11 Thread Mike Stump
On Aug 11, 2014, at 3:01 PM, Janis Johnson wrote: > The check for effective target arm_v8_neon_ok passes even if __ARM_ARCH > is not 8 or greater, but then some tests fail because intrinsic functions > used in the test have not been declared. This patch requires that > __ARM_ARCH be 8 or greater.

[testsuite patch] add __ARM_ARCH check for arm_v8_neon_ok

2014-08-11 Thread Janis Johnson
The check for effective target arm_v8_neon_ok passes even if __ARM_ARCH is not 8 or greater, but then some tests fail because intrinsic functions used in the test have not been declared. This patch requires that __ARM_ARCH be 8 or greater. Tested for arm-none-linux-gnu for mainline and 4.9 with a