From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 87DC83857C55; Thu, 15 Jun 2023 10:26:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 87DC83857C55 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1686824808; bh=uKbJ2fYc74Wbf/o9T561fTeIhoihWnVnT7OTykJ9lUw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=c7XFBF4a23wcLlLHtrXFcPVgHlGe85xxtR48S+Wlgrxw5rffoDK4vkJA5kdPdhTyc U5vQLjWKJQG7CN5FpipYSBlvu16SCIODh0i44IM4Hn9MGax+PDJxqVb8FlRt+W+f6i 6tGJDiCrelBucx2i9eyWITID5nhfgAuHg7ToofZ0= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug testsuite/70150] Additonal test failures with --enable-default-pie Date: Thu, 15 Jun 2023 10:26:48 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: testsuite X-Bugzilla-Version: 6.0 X-Bugzilla-Keywords: testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D70150 --- Comment #33 from CVS Commits --- The releases/gcc-12 branch has been updated by Xi Ruoyao : https://gcc.gnu.org/g:e8ee5a0b00dc7a7c25dd3264e9007f440457a791 commit r12-9699-ge8ee5a0b00dc7a7c25dd3264e9007f440457a791 Author: Xi Ruoyao Date: Sat Sep 24 13:57:19 2022 +0800 aarch64: testsuite: disable PIE for aapcs64 tests [PR70150] If GCC is built with --enable-default-pie, a lot of aapcs64 tests fail because relocation unsupported in PIE is used. gcc/testsuite/ChangeLog: PR testsuite/70150 * gcc.target/aarch64/aapcs64/aapcs64.exp (additional_flags): Add -fno-pie -no-pie. (cherry picked from commit f30f04b1fbd4b4e13a7535fad8e698c7b24db9b8)=