This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Testsuite Patch for IA64 (vect_no_align)


> You added a new test and may have caused:
> 
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36035
> 
> 
> H.J.

I am not sure why the new line is there.  My intent was just to xfail
the lines that didn't apply when vect_no_align was true.  I will remove
it since it wasn't there in the original test.

I will check this patch in as obvious since I made the change but didn't
intend to.

Steve Ellcey
sje@cup.hp.com


2008-04-24  Steve Ellcey  <sje@cup.hp.com>

	PR testsuite/36035
	* gcc.dg/vect/vect-vfa-slp.c: Remove bad check.


Index: gcc.dg/vect/vect-vfa-slp.c
===================================================================
--- gcc.dg/vect/vect-vfa-slp.c	(revision 134613)
+++ gcc.dg/vect/vect-vfa-slp.c	(working copy)
@@ -53,5 +53,4 @@ main (void)
 } 
 
 /* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect"  { xfail vect_no_align } } } */
-/* { dg-final { scan-tree-dump-times "Vectorizing an unaligned access" 2 "vect" { xfail vect_no_align } } } */
 /* { dg-final { cleanup-tree-dump "vect" } } */


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]