From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by sourceware.org (Postfix) with ESMTP id 69DE63858D33 for ; Thu, 2 Mar 2023 10:26:22 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 69DE63858D33 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=arm.com Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 5B7A11FB; Thu, 2 Mar 2023 02:27:05 -0800 (PST) Received: from localhost (e121540-lin.manchester.arm.com [10.32.99.50]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id A504A3F67D; Thu, 2 Mar 2023 02:26:21 -0800 (PST) From: Richard Sandiford To: Xi Ruoyao Mail-Followup-To: Xi Ruoyao ,gcc-patches@gcc.gnu.org, richard.sandiford@arm.com Cc: gcc-patches@gcc.gnu.org Subject: Re: [PATCH 0/8] aarch64: testsuite: Fix test failures with --enable-default-pie or --enable-default-ssp References: <20230301180720.26514-1-xry111@xry111.site> Date: Thu, 02 Mar 2023 10:26:20 +0000 In-Reply-To: <20230301180720.26514-1-xry111@xry111.site> (Xi Ruoyao's message of "Thu, 2 Mar 2023 02:07:12 +0800") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-28.2 required=5.0 tests=BAYES_00,KAM_DMARC_NONE,KAM_DMARC_STATUS,KAM_LAZY_DOMAIN_SECURITY,KAM_SHORT,SPF_HELO_NONE,SPF_NONE,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Xi Ruoyao writes: > Hi, > > This patch series fixes a lot of test failures with --enable-default-pie > or --enable-default-ssp for AArch64 target. Only test files are changed > to disable PIE or SSP to satisify the expectation of the developer who > programmed the test. > > Bootstrapped and regtested on aarch64-linux-gnu. Ok for trunk? OK for the series. Thanks for doing this! Richard > Xi Ruoyao (8): > aarch64: testsuite: disable PIE for aapcs64 tests [PR70150] > aarch64: testsuite: disable PIE for tests with large code model > [PR70150] > aarch64: testsuite: disable PIE for fuse_adrp_add_1.c [PR70150] > aarch64: testsuite: disable stack protector for sve-pcs tests > aarch64: testsuite: disable stack protector for pr103147-10 tests > aarch64: testsuite: disable stack protector for auto-init-7.c > aarch64: testsuite: disable stack protector for pr104005.c > aarch64: testsuite: disable stack protector for tests relying on stack > offset > > gcc/testsuite/g++.target/aarch64/pr103147-10.C | 2 +- > gcc/testsuite/gcc.dg/tls/pr78796.c | 2 +- > gcc/testsuite/gcc.target/aarch64/aapcs64/aapcs64.exp | 2 +- > gcc/testsuite/gcc.target/aarch64/auto-init-7.c | 2 +- > gcc/testsuite/gcc.target/aarch64/fuse_adrp_add_1.c | 2 +- > gcc/testsuite/gcc.target/aarch64/pr103147-10.c | 2 +- > gcc/testsuite/gcc.target/aarch64/pr104005.c | 2 +- > gcc/testsuite/gcc.target/aarch64/pr63304_1.c | 2 +- > gcc/testsuite/gcc.target/aarch64/pr70120-2.c | 2 +- > gcc/testsuite/gcc.target/aarch64/pr78733.c | 2 +- > gcc/testsuite/gcc.target/aarch64/pr79041-2.c | 2 +- > gcc/testsuite/gcc.target/aarch64/pr94530.c | 2 +- > gcc/testsuite/gcc.target/aarch64/pr94577.c | 2 +- > gcc/testsuite/gcc.target/aarch64/reload-valid-spoff.c | 2 +- > gcc/testsuite/gcc.target/aarch64/shrink_wrap_1.c | 2 +- > gcc/testsuite/gcc.target/aarch64/stack-check-cfa-1.c | 2 +- > gcc/testsuite/gcc.target/aarch64/stack-check-cfa-2.c | 2 +- > .../gcc.target/aarch64/sve/pcs/aarch64-sve-pcs.exp | 7 ++++--- > gcc/testsuite/gcc.target/aarch64/test_frame_17.c | 2 +- > 19 files changed, 22 insertions(+), 21 deletions(-)