From 92f2c04d382c325f9930ab12e1b7c7d680222ae3 Mon Sep 17 00:00:00 2001 From: Richard Sandiford Date: Thu, 1 Oct 2020 17:37:52 +0100 Subject: [PATCH] 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. --- gcc/testsuite/gcc.target/aarch64/movtf_1.c | 2 +- gcc/testsuite/gcc.target/aarch64/movti_1.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: -- 2.30.2