Fix a failing test - changes in Combine mean the test now fails
eventhough the generated code is the same.  Given there are several
AArch64-specific tests for vec-select, remove the scanning of Combine
output.  Committed as trivial fix.

ChangeLog: 
2019-01-22  Wilco Dijkstra  <wdijk...@arm.com>

        PR rtl-optimization/87763
        * gcc.dg/vect/vect-nop-move.c: Fix testcase on AArch64.
--

diff --git a/gcc/testsuite/gcc.dg/vect/vect-nop-move.c 
b/gcc/testsuite/gcc.dg/vect/vect-nop-move.c
index 
910e8c24a30e98f43febc5f588e3c83482063e73..2b295ed0525997357d04a2a2a02be72b9705f817
 100644
--- a/gcc/testsuite/gcc.dg/vect/vect-nop-move.c
+++ b/gcc/testsuite/gcc.dg/vect/vect-nop-move.c
@@ -1,5 +1,4 @@
 /* { dg-require-effective-target vect_float } */
-/* { dg-additional-options "-fdump-rtl-combine-details" } */
 
 #include "tree-vect.h"
 
@@ -76,5 +75,3 @@ main ()
   check_vect ();
   return test ();
 }
-
-/* { dg-final { scan-rtl-dump "deleting noop move" "combine" { target 
aarch64*-*-* } } } */

Reply via email to