Re: Commit: Try harder to run ARM neon testcases

2016-01-14 Thread Nick Clifton
Hi Christian, That works in my local tests. Are you OK with it ? yeah, I checked that it tests the attribute in my configuration as well. just to make things less obfuscated, What about /* { dg-additional-options "-mfpu=fp-armv8 } */ instead, eventually with a selector for armv7-a. just an id

Re: Commit: Try harder to run ARM neon testcases

2016-01-14 Thread Nick Clifton
Hi Christian, * gcc.target/arm/attr-neon.c: Use dg-add-options to add the command line options necessary to enable Neon support. is this last one needed ? the __attribute__ ((target("fpu=neon"))) is here to test without -mfpu=neon. So we are losing something here. Ah, good point. We