[PATCH] testsuite checks for arm vectorization support on non-arm targets

2015-03-25 Thread Martin Sebor
The attached patch adds tests to lib/target-supports.exp to avoid unnecessarily invoking the compiler on non-ARM targets to check for the support for a number of ARM vectorization features. Okay to commit to trunk? Martin 2015-03-23 Martin Sebor mse...@redhat.com * lib/target-supports.exp

Re: [PATCH] testsuite checks for arm vectorization support on non-arm targets

2015-03-25 Thread Jakub Jelinek
On Wed, Mar 25, 2015 at 05:04:32PM -0600, Martin Sebor wrote: The attached patch adds tests to lib/target-supports.exp to avoid unnecessarily invoking the compiler on non-ARM targets to check for the support for a number of ARM vectorization features. Okay to commit to trunk? Martin