From: wilco Date: Tue, 22 Jan 2019 17:49:46 +0000 (+0000) Subject: Fix vect-nop-move.c test X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca6770cd09cd9f0d5493004f0e330a90accbb636;p=thirdparty%2Fgcc.git Fix vect-nop-move.c test 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@268159 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 5fb19c473e18..86212e543c0e 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2019-01-22 Wilco Dijkstra + + PR rtl-optimization/87763 + * gcc.dg/vect/vect-nop-move.c: Fix testcase on AArch64. + 2019-01-22 H.J. Lu PR target/88954 diff --git a/gcc/testsuite/gcc.dg/vect/vect-nop-move.c b/gcc/testsuite/gcc.dg/vect/vect-nop-move.c index 910e8c24a30e..2b295ed05259 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*-*-* } } } */