components/gcc45/patches/004-pr43430-1.patch
author John Beck <John.Beck@Oracle.COM>
Mon, 16 May 2016 17:31:01 -0700
changeset 6007 4c61ee2c9e6d
parent 1199 5217b4eb1c01
permissions -rw-r--r--
23294024 do not publish gtk2 when BUILD_TYPE=evaluation

#
# http://patchwork.ozlabs.org/patch/62931/
# had to be re-written because it did not apply cleanly
#
--- gcc-4.5.2/gcc/testsuite/gcc.dg/vect/pr43430-1.c	2010-04-04 08:30:54.000000000 -0700
+++ gcc-4.5.2/gcc/testsuite/gcc.dg/vect/pr43430-1.c	2013-02-12 15:37:22.692052970 -0800
@@ -35,5 +35,5 @@
   return foo (data_ch1, data_ch2, 1);
 }
 
-/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" } } */
+/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { target vect_condition } } } */
 /* { dg-final { cleanup-tree-dump "vect" } } */