]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
vect-82.c: Combine dg-do and dg-require-effective-target into dg-skip-if.
authorNathan Froyd <froydnj@codesourcery.com>
Thu, 12 Mar 2009 00:54:48 +0000 (00:54 +0000)
committerNathan Froyd <froydnj@gcc.gnu.org>
Thu, 12 Mar 2009 00:54:48 +0000 (00:54 +0000)
* gcc.dg/vect/vect-82.c: Combine dg-do and
dg-require-effective-target into dg-skip-if.
* gcc.dg/vect/vect-83.c: Likewise.

From-SVN: r144800

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/vect/vect-82.c
gcc/testsuite/gcc.dg/vect/vect-83.c

index f8a7b2dc8c3bfe760fc57c994393e0c8f8a20e8c..66e0fe318964ec17a870ad22daf3d5074dd90840 100644 (file)
@@ -1,3 +1,9 @@
+2009-03-11  Nathan Froyd  <froydnj@codesourcery.com>
+
+       * gcc.dg/vect/vect-82.c: Combine dg-do and
+       dg-require-effective-target into dg-skip-if.
+       * gcc.dg/vect/vect-83.c: Likewise.
+
 2009-03-11  Jakub Jelinek  <jakub@redhat.com>
 
        PR target/39137
index e962f8f61fe435e6d7bc8d9d4cc4b7e2f993f8e4..7fbaa92163d3a167bc65aa06125d77130ceb4f14 100644 (file)
@@ -1,5 +1,4 @@
-/* { dg-do run { target powerpc*-*-* } } */
-/* { dg-require-effective-target vect_int } */
+/* { dg-skip-if "powerpc and integer vectorization only" { ! { powerpc*-*-* && vect_int } } { "*" } { "" }  } */
 
 #include <stdarg.h>
 #include "tree-vect.h"
index 4cebd7f1b8adcae531a1263305984df979778432..c031db9df6381aea268e144a71669fd846868a7a 100644 (file)
@@ -1,5 +1,4 @@
-/* { dg-do run { target powerpc*-*-* } } */
-/* { dg-require-effective-target vect_int } */
+/* { dg-skip-if "powerpc and integer vectorization only" { ! { powerpc*-*-* && vect_int } } { "*" } { "" }  } */
 
 #include <stdarg.h>
 #include "tree-vect.h"