vect-82.c: Combine dg-do and dg-require-effective-target into dg-skip-if.

* 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
This commit is contained in:
Nathan Froyd 2009-03-12 00:54:48 +00:00 committed by Nathan Froyd
parent a113ef8e54
commit 22571318a9
3 changed files with 8 additions and 4 deletions

View 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

View 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"

View 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"