Commit 22571318 by Nathan Froyd Committed by Nathan Froyd

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
parent a113ef8e
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
......
/* { 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"
......
/* { 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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment