On Sun, Feb 09, 2014 at 01:09:28PM +0100, Dominique Dhumieres wrote:
> The test gcc.dg/vect/pr59984.c fails on targets using an as that does
> not support avx instructions (e.g., darwin).

I've committed this to hopefully fix that.

2014-02-10  Jakub Jelinek  <ja...@redhat.com>

        * gcc.dg/vect/pr59984.c: Require effective target
        vect_simd_clones.

--- gcc/testsuite/gcc.dg/vect/pr59984.c.jj      2014-02-08 10:09:34.000000000 
+0100
+++ gcc/testsuite/gcc.dg/vect/pr59984.c 2014-02-10 10:51:21.611141647 +0100
@@ -1,4 +1,5 @@
 /* PR c/59984 */
+/* { dg-require-effective-target vect_simd_clones } */
 /* { dg-additional-options "-fopenmp-simd" } */
 
 #include "tree-vect.h"

        Jakub

Reply via email to