From: Richard Sandiford Date: Thu, 1 Oct 2020 16:37:52 +0000 (+0100) Subject: aarch64: Restrict asm-matching tests to lp64 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=92f2c04d382c325f9930ab12e1b7c7d680222ae3;p=gcc.git aarch64: Restrict asm-matching tests to lp64 gcc/testsuite/ * gcc.target/aarch64/movtf_1.c: Restrict the asm matching to lp64. * gcc.target/aarch64/movti_1.c: Likewise. --- diff --git a/gcc/testsuite/gcc.target/aarch64/movtf_1.c b/gcc/testsuite/gcc.target/aarch64/movtf_1.c index 570de931389..b975b208019 100644 --- a/gcc/testsuite/gcc.target/aarch64/movtf_1.c +++ b/gcc/testsuite/gcc.target/aarch64/movtf_1.c @@ -1,6 +1,6 @@ /* { dg-do compile } */ /* { dg-options "-O" } */ -/* { dg-final { check-function-bodies "**" "" } } */ +/* { dg-final { check-function-bodies "**" "" "" { target lp64 } } } */ /* ** zero_q: diff --git a/gcc/testsuite/gcc.target/aarch64/movti_1.c b/gcc/testsuite/gcc.target/aarch64/movti_1.c index 160e1acd281..5595b3e6f02 100644 --- a/gcc/testsuite/gcc.target/aarch64/movti_1.c +++ b/gcc/testsuite/gcc.target/aarch64/movti_1.c @@ -1,6 +1,6 @@ /* { dg-do compile } */ /* { dg-options "-O" } */ -/* { dg-final { check-function-bodies "**" "" } } */ +/* { dg-final { check-function-bodies "**" "" "" { target lp64 } } } */ /* ** zero_q: