Hello!

2011-12-23  Uros Bizjak  <ubiz...@gmail.com>

        * gcc.dg/vect/fast-math-pr35982.c: Fix parenthesis in target selectors.

Tested on x86_64-pc-linux-gnu, committed to mainline.

Uros.
Index: gcc.dg/vect/fast-math-pr35982.c
===================================================================
--- gcc.dg/vect/fast-math-pr35982.c     (revision 182661)
+++ gcc.dg/vect/fast-math-pr35982.c     (working copy)
@@ -20,7 +20,6 @@
   return avg;
 }
 
-/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { target 
vect_extract_even_odd || vect_strided2 } } } */
-/* { dg-final { scan-tree-dump-times "vectorized 0 loops" 1 "vect" { xfail 
vect_extract_even_odd || vect_strided2 } } } */
+/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { target { 
vect_extract_even_odd || vect_strided2 } } } } */
+/* { dg-final { scan-tree-dump-times "vectorized 0 loops" 1 "vect" { xfail { 
vect_extract_even_odd || vect_strided2 } } } } */
 /* { dg-final { cleanup-tree-dump "vect" } } */
-

Reply via email to