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] Don't xfail gcc.dg/vect/no-scevccp-outer-11.c


It seems that since 20150717, gcc.dg/vect/no-scevccp-outer-11.c XPASSes
everywhere:

XPASS: gcc.dg/vect/no-scevccp-outer-11.c scan-tree-dump-times vect "OUTER LOOP VECTORIZED." 1

To reduce testsuite noise, I'd like to remove the xfail as follows.
Tested with the appropriate runtest invocations on i386-pc-solaris2.12
and x86_64-unknown-linux-gnu.

Ok for mainline?

	Rainer


2015-09-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>

	* gcc.dg/vect/no-scevccp-outer-11.c: Don't xfail scan-tree-dump-times.

# HG changeset patch
# Parent  840ff3fbf6c66196f79e3a82b5353d8885b27548
Don't xfail gcc.dg/vect/no-scevccp-outer-11.c

diff --git a/gcc/testsuite/gcc.dg/vect/no-scevccp-outer-11.c b/gcc/testsuite/gcc.dg/vect/no-scevccp-outer-11.c
--- a/gcc/testsuite/gcc.dg/vect/no-scevccp-outer-11.c
+++ b/gcc/testsuite/gcc.dg/vect/no-scevccp-outer-11.c
@@ -46,4 +46,4 @@ int main (void)
   return 0;
 }
 
-/* { dg-final { scan-tree-dump-times "OUTER LOOP VECTORIZED." 1 "vect" { xfail *-*-* } } } */
+/* { dg-final { scan-tree-dump-times "OUTER LOOP VECTORIZED." 1 "vect" } } */
-- 
-----------------------------------------------------------------------------
Rainer Orth, Center for Biotechnology, Bielefeld University

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]