Patch: gcc.dg/vect/no-vfa-pr29145.c should use no_vect_align

Steve Ellcey sje@cup.hp.com
Mon Aug 18 18:51:00 GMT 2008


This patch XFAIL's the gcc.dg/vect/no-vfa-pr29145.c test on machines
where vect_no_align is true.  I think this is obvious for the same
reason that all the other tests use no_vect_align and I will check
it in if there are no objections.

Tested on IA64 HP-UX and Linux.

Steve Ellcey
sje@cup.hp.com


2008-08-18  Steve Ellcey  <sje@cup.hp.com>

	* gcc.dg/vect/no-vfa-pr29145.c:  XFAIL if no_vect_align.


Index: gcc.dg/vect/no-vfa-pr29145.c
===================================================================
--- gcc.dg/vect/no-vfa-pr29145.c	(revision 139186)
+++ gcc.dg/vect/no-vfa-pr29145.c	(working copy)
@@ -47,6 +47,6 @@ int main(void)
   return 0;
 }
 
-/* { dg-final { scan-tree-dump-times "vectorized 0 loops" 2 "vect"  } } */
-/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect"  } } */
+/* { dg-final { scan-tree-dump-times "vectorized 0 loops" 2 "vect"  { xfail vect_no_align } } } */
+/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect"  { xfail vect_no_align } } } */
 /* { dg-final { cleanup-tree-dump "vect" } } */



More information about the Gcc-patches mailing list