From: Wilco Dijkstra Date: Tue, 22 Jan 2019 17:49:46 +0000 (+0000) Subject: Fix vect-nop-move.c test X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=df69e824488337a4a85f8a4893e0f0081f45cd72;p=gcc.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. From-SVN: r268159 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 5fb19c473e1..86212e543c0 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 910e8c24a30..2b295ed0525 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*-*-* } } } */