public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [COMMITTED][testsuite] Fix vect-nop-move.c test (PR87763)
@ 2019-01-22 17:51 Wilco Dijkstra
  0 siblings, 0 replies; only message in thread
From: Wilco Dijkstra @ 2019-01-22 17:51 UTC (permalink / raw)
  To: GCC Patches; +Cc: nd

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-01-22 17:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-22 17:51 [COMMITTED][testsuite] Fix vect-nop-move.c test (PR87763) Wilco Dijkstra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).