Fix vect-nop-move.c test
authorWilco Dijkstra <wdijkstr@arm.com>
Tue, 22 Jan 2019 17:49:46 +0000 (17:49 +0000)
committerWilco Dijkstra <wilco@gcc.gnu.org>
Tue, 22 Jan 2019 17:49:46 +0000 (17:49 +0000)
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.

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

From-SVN: r268159

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/vect/vect-nop-move.c

index 5fb19c473e18887ba131ff3a8e1e852c259eff32..86212e543c0e4bd0b00544c48d8e3ed885b7948f 100644 (file)
@@ -1,3 +1,8 @@
+2019-01-22  Wilco Dijkstra  <wdijkstr@arm.com>
+
+       PR rtl-optimization/87763
+       * gcc.dg/vect/vect-nop-move.c: Fix testcase on AArch64.
+
 2019-01-22  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR target/88954
index 910e8c24a30e98f43febc5f588e3c83482063e73..2b295ed0525997357d04a2a2a02be72b9705f817 100644 (file)
@@ -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*-*-* } } } */