Re: [PATCH][ARM,testsuite] fix pragma_cpp_fma testcase

2016-03-07 Thread Kyrill Tkachov
On 06/03/16 13:58, Christophe Lyon wrote: Hi, In commit r233654, Christian introduced a new test: pragma_cpp_fma. Unfortunately, this test fails when gcc is configured --with-fpu >= neonvfpv4: __ARM_FEATURE_FMA is still defined after the last pop_options. To address this, I propose to simply

[PATCH][ARM,testsuite] fix pragma_cpp_fma testcase

2016-03-06 Thread Christophe Lyon
Hi, In commit r233654, Christian introduced a new test: pragma_cpp_fma. Unfortunately, this test fails when gcc is configured --with-fpu >= neonvfpv4: __ARM_FEATURE_FMA is still defined after the last pop_options. To address this, I propose to simply force fpu=vfp via a pragma at the beginning o