diff mbox series

[COMMITTED,testsuite] Fix vect-nop-move.c test (PR87763)

Message ID DB5PR08MB1030E803D520FC0369B965FC83980@DB5PR08MB1030.eurprd08.prod.outlook.com
State New
Headers show
Series [COMMITTED,testsuite] Fix vect-nop-move.c test (PR87763) | expand

Commit Message

Wilco Dijkstra Jan. 22, 2019, 5:51 p.m. UTC
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  <wdijkstr@arm.com>

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

Patch

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*-*-* } } } */