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:
parent
a113ef8e54
commit
22571318a9
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user