]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR testsuite/39632 (Revision 145497 caused extra failures on Linux/ia64)
authorSteve Ellcey <sje@cup.hp.com>
Wed, 22 Apr 2009 15:53:05 +0000 (15:53 +0000)
committerSteve Ellcey <sje@gcc.gnu.org>
Wed, 22 Apr 2009 15:53:05 +0000 (15:53 +0000)
PR testsuite/39623
* gcc.dg/vect/no-vfa-vect-43.c Fix vect_no_align check.

From-SVN: r146593

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/vect/no-vfa-vect-43.c

index d2ef13c8332fe472739f6b97d3cc2fbb04549dec..fff5725117b8dcc89ce41f8b68f3844e5c0bec5f 100644 (file)
@@ -1,3 +1,8 @@
+2009-04-22  Steve Ellcey  <sje@cup.hp.com>
+
+       PR testsuite/39623
+       * gcc.dg/vect/no-vfa-vect-43.c Fix vect_no_align check.
+       
 2009-04-22  Richard Guenther  <rguenther@suse.de>
 
        PR tree-optimization/39824
index d9bb114d416f9b1a3807a062bf482d871f072bc5..cd7bb01a50d4341b137e68605e40570769baf569 100644 (file)
@@ -76,5 +76,5 @@ int main (void)
 }
 
 /* { dg-final { scan-tree-dump-times "vectorized 1 loops" 2 "vect" } } */
-/*  { dg-final { scan-tree-dump-times "Alignment of access forced using versioning" 1 "vect" { target vect_no_align } } } */
+/*  { dg-final { scan-tree-dump-times "Alignment of access forced using versioning" 2 "vect" { target vect_no_align } } } */
 /* { dg-final { cleanup-tree-dump "vect" } } */