This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH, testsuite]: Require vect_simd_clones effective target for c-c++-common/gomp/pr60823-2.c


Hello!

This is a runtime test, so check if we are able to at least compile the source.

2014-04-25  Uros Bizjak  <ubizjak@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?

Uros.

Index: c-c++-common/gomp/pr60823-2.c
===================================================================
--- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]