RE: [PATCH, testsuite] Fix PR68632: gcc.target/arm/lto/pr65837 failure on M profile ARM targets

2016-01-19 Thread Thomas Preud'homme
ubject: Re: [PATCH, testsuite] Fix PR68632: gcc.target/arm/lto/pr65837 > failure on M profile ARM targets > > Hi Thomas, > > > On 12/09/2015 10:57 AM, Thomas Preud'homme wrote: > > gcc.target/arm/lto/pr65837 fails on M profile ARM targets because of > lack of neon instructio

[PATCH, testsuite] Fix PR68632: gcc.target/arm/lto/pr65837 failure on M profile ARM targets

2015-12-09 Thread Thomas Preud'homme
gcc.target/arm/lto/pr65837 fails on M profile ARM targets because of lack of neon instructions. This patch adds the necessary arm_neon_ok effective target requirement to avoid running this test for such targets. ChangeLog entry is as follows: * gcc/testsuite/ChangeLog *** 2015-12-08 Thomas