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]

[PATCH] Remove stray cleanup-tree-dump


Committed.  Seems to cause half of the vectorizer tests to be dropped
and test-summary breaking for me.

Richard.

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

	* gcc.dg/vect/vect-outer-simd-1.c: Remove stray cleanup-tree-dump.

Index: gcc/testsuite/gcc.dg/vect/vect-outer-simd-1.c
===================================================================
--- gcc/testsuite/gcc.dg/vect/vect-outer-simd-1.c	(revision 224013)
+++ gcc/testsuite/gcc.dg/vect/vect-outer-simd-1.c	(working copy)
@@ -72,4 +72,3 @@ int main()
   return 0;
 } 
 /* { dg-final { scan-tree-dump "OUTER LOOP VECTORIZED" "vect" } } */
-/* { 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]