[PATCH] Fix gcc.dg/vect/bb-slp-14.c testcase

Richard Biener rguenther@suse.de
Wed May 6 06:47:00 GMT 2015


Which requires int mult for vectorization.

Committed.

Richard.

2015-05-06  Richard Biener  <rguenther@suse.de>

	PR tree-optimization/62283
	* gcc.dg/vect/bb-slp-14.c: Adjust.

Index: gcc/testsuite/gcc.dg/vect/bb-slp-14.c
===================================================================
--- gcc/testsuite/gcc.dg/vect/bb-slp-14.c	(revision 222766)
+++ gcc/testsuite/gcc.dg/vect/bb-slp-14.c	(working copy)
@@ -48,6 +48,6 @@ int main (void)
   return 0;
 }
 
-/* { dg-final { scan-tree-dump-times "basic block vectorized" 1 "slp2"  } } */
+/* { dg-final { scan-tree-dump-times "basic block vectorized" 1 "slp2" { target vect_int_mult } } } */
 /* { dg-final { cleanup-tree-dump "slp2" } } */
   



More information about the Gcc-patches mailing list