On Mon, Jan 6, 2014 at 2:57 PM, Dominique Dhumieres <domi...@lps.ens.fr> wrote: > I was about to open a PR for the same failures on darwin. > Since the tests are supposed to be run, I think they should be skipped > on CPUs not supporting axv instructions. Would not it be better to use > > /* { dg-require-effective-target avx_runtime } */ > > ?
These tests won't run on non-avx targets, they have runtime check for AVX. They can still be compiled all the way to an executable. Uros.