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]

Testsuite patch for gcc.dg/vect/O3-vect-pr34223.c (vect_int_mult)


This patch modifies the test to check that integer multiply is supported
for vectors.  It is not supported on IA64 so this tests fails on that
platform because we are currently not checking.

Tested on IA64 HP-UX.

OK for checkin?


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

	*  gcc.dg/vect/O3-vect-pr34223.c: Check vect_int_mult.


Index: gcc.dg/vect/O3-vect-pr34223.c
===================================================================
--- gcc.dg/vect/O3-vect-pr34223.c	(revision 140623)
+++ gcc.dg/vect/O3-vect-pr34223.c	(working copy)
@@ -29,5 +29,5 @@ int main()
   return 0;
 }
 
-/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" } } */
+/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { target vect_int_mult } } } */
 /* { 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]