On Fri, Apr 25, 2014 at 11:51:06AM +0200, Uros Bizjak wrote: > Hello! > > This is a runtime test, so check if we are able to at least compile the > source. > > 2014-04-25 Uros Bizjak <ubiz...@gmail.com> > > * c-c++-common/gomp/pr60823-2.c: Require effective target > vect_simd_clones. > > Tested on x86_64 CentOS 5.10. > > OK for mainline?
Ok, but please commit it to 4.9 as well. > --- c-c++-common/gomp/pr60823-2.c (revision 209778) > +++ c-c++-common/gomp/pr60823-2.c (working copy) > @@ -1,5 +1,6 @@ > /* PR tree-optimization/60823 */ > /* { dg-do run } */ > +/* { dg-require-effective-target vect_simd_clones } */ > /* { dg-options "-O2 -fopenmp-simd" } */ > > #pragma omp declare simd simdlen(4) notinbranch Jakub