re PR testsuite/21010 (New gcc.dg/vect tests fail)
PR testsuite/21010 * gcc.dg/vect/vect-ifcvt-1.c: Remove dg-do, add cleanup. * gcc.dg/vect/vect-ifcvt-2.c: Ditto. * gcc.dg/vect/vect-ifcvt-3.c: Ditto. * gcc.dg/vect/vect-ifcvt-4.c: Ditto. * gcc.dg/vect/vect-ifcvt-5.c: Ditto. * gcc.dg/vect/vect-ifcvt-6.c: Ditto. * gcc.dg/vect/vect-ifcvt-7.c: Ditto. * gcc.dg/vect/vect-ifcvt-9.c: Ditto. From-SVN: r98148
This commit is contained in:
parent
ae46a07ab2
commit
b67af20b5b
@ -1,3 +1,15 @@
|
||||
2005-04-14 Janis Johnson <janis187@us.ibm.com
|
||||
|
||||
PR testsuite/21010
|
||||
* gcc.dg/vect/vect-ifcvt-1.c: Remove dg-do, add cleanup.
|
||||
* gcc.dg/vect/vect-ifcvt-2.c: Ditto.
|
||||
* gcc.dg/vect/vect-ifcvt-3.c: Ditto.
|
||||
* gcc.dg/vect/vect-ifcvt-4.c: Ditto.
|
||||
* gcc.dg/vect/vect-ifcvt-5.c: Ditto.
|
||||
* gcc.dg/vect/vect-ifcvt-6.c: Ditto.
|
||||
* gcc.dg/vect/vect-ifcvt-7.c: Ditto.
|
||||
* gcc.dg/vect/vect-ifcvt-9.c: Ditto.
|
||||
|
||||
2005-04-14 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* lib/target-supports.exp (check_effective_target_vect_condition):
|
||||
|
@ -1,5 +1,4 @@
|
||||
/* { dg-require-effective-target vect_condition } */
|
||||
/* { dg-do run } */
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <signal.h>
|
||||
@ -72,3 +71,4 @@ int main ()
|
||||
|
||||
|
||||
/* { dg-final { scan-tree-dump-times "vectorized 2 loops" 1 "vect" { xfail vect_no_align } } } */
|
||||
/* { dg-final { cleanup-tree-dump "vect" } } */
|
||||
|
@ -1,5 +1,4 @@
|
||||
/* { dg-require-effective-target vect_condition } */
|
||||
/* { dg-do run } */
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <signal.h>
|
||||
@ -29,3 +28,4 @@ int main ()
|
||||
|
||||
|
||||
/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" } } */
|
||||
/* { dg-final { cleanup-tree-dump "vect" } } */
|
||||
|
@ -1,5 +1,4 @@
|
||||
/* { dg-require-effective-target vect_condition } */
|
||||
/* { dg-do run } */
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <signal.h>
|
||||
@ -29,3 +28,4 @@ int main ()
|
||||
|
||||
|
||||
/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" } } */
|
||||
/* { dg-final { cleanup-tree-dump "vect" } } */
|
||||
|
@ -1,5 +1,4 @@
|
||||
/* { dg-require-effective-target vect_condition } */
|
||||
/* { dg-do run } */
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <signal.h>
|
||||
@ -29,3 +28,4 @@ int main ()
|
||||
|
||||
|
||||
/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" } } */
|
||||
/* { dg-final { cleanup-tree-dump "vect" } } */
|
||||
|
@ -1,5 +1,4 @@
|
||||
/* { dg-require-effective-target vect_condition } */
|
||||
/* { dg-do run } */
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <signal.h>
|
||||
@ -29,3 +28,4 @@ int main ()
|
||||
|
||||
|
||||
/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" } } */
|
||||
/* { dg-final { cleanup-tree-dump "vect" } } */
|
||||
|
@ -1,5 +1,4 @@
|
||||
/* { dg-require-effective-target vect_condition } */
|
||||
/* { dg-do run } */
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <signal.h>
|
||||
@ -29,3 +28,4 @@ int main ()
|
||||
|
||||
|
||||
/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" } } */
|
||||
/* { dg-final { cleanup-tree-dump "vect" } } */
|
||||
|
@ -1,5 +1,4 @@
|
||||
/* { dg-require-effective-target vect_condition } */
|
||||
/* { dg-do run } */
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <signal.h>
|
||||
@ -29,3 +28,4 @@ int main ()
|
||||
|
||||
|
||||
/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" } } */
|
||||
/* { dg-final { cleanup-tree-dump "vect" } } */
|
||||
|
@ -1,5 +1,4 @@
|
||||
/* { dg-require-effective-target vect_condition } */
|
||||
/* { dg-do run } */
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <signal.h>
|
||||
@ -34,3 +33,4 @@ int main ()
|
||||
}
|
||||
|
||||
/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 2 "vect" } } */
|
||||
/* { dg-final { cleanup-tree-dump "vect" } } */
|
||||
|
Loading…
Reference in New Issue
Block a user