From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2109) id 2852F3858D20; Tue, 22 Nov 2022 12:42:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2852F3858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1669120972; bh=LG++a87lzwVsJTbM1mp14bdbbddPXAu9il71GvMZOYU=; h=From:To:Subject:Date:From; b=MwEm6HBvS7u7EIJKk0qUQSvSb6qv0Jdt8jc6povqI+D8Qotdt8aO4qh4ktyf8/s+8 cLiMwkIwqvzIftJUan5SLmmt5b9MhmMJRs9lX1cp+s3Zu4ssgL8sA86qVy7yCHKhN3 Rjx3V1h8zq0lFmTnNML9jq40KKsHa7/CuTCt7a0Y= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Stam Markianos-Wright To: gcc-cvs@gcc.gnu.org Subject: [gcc(refs/vendors/ARM/heads/morello)] morello testsuite: Fix up const-pool-1.c test X-Act-Checkin: gcc X-Git-Author: Alex Coplan X-Git-Refname: refs/vendors/ARM/heads/morello X-Git-Oldrev: 3645660c38d7df6bf95b42e731da4010020de8bb X-Git-Newrev: e448c8a34a5188d6ff570c59ed60c5280c7b3ca9 Message-Id: <20221122124252.2852F3858D20@sourceware.org> Date: Tue, 22 Nov 2022 12:42:52 +0000 (GMT) List-Id: https://gcc.gnu.org/g:e448c8a34a5188d6ff570c59ed60c5280c7b3ca9 commit e448c8a34a5188d6ff570c59ed60c5280c7b3ca9 Author: Alex Coplan Date: Mon Nov 7 22:20:27 2022 +0000 morello testsuite: Fix up const-pool-1.c test The check-function-bodies part of this test depends on -mcmodel=small and FAILs when testing with e.g. -mcmodel=tiny. This patch therefore only runs the check-function-bodies part of this test when testing with the small code model. Diff: --- gcc/testsuite/gcc.target/aarch64/morello/const-pool-1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/testsuite/gcc.target/aarch64/morello/const-pool-1.c b/gcc/testsuite/gcc.target/aarch64/morello/const-pool-1.c index b780df5c1f4..e73da2612e8 100644 --- a/gcc/testsuite/gcc.target/aarch64/morello/const-pool-1.c +++ b/gcc/testsuite/gcc.target/aarch64/morello/const-pool-1.c @@ -1,6 +1,6 @@ /* { dg-do assemble } */ /* { dg-additional-options "-save-temps" } */ -/* { dg-final { check-function-bodies "**" "" { {-O[123s]} } } } */ +/* { dg-final { check-function-bodies "**" "" {-O[123s]} {target aarch64_small} } } */ /* ** get_double: