From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4DBB73858C62; Mon, 18 Mar 2024 11:37:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4DBB73858C62 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1710761831; bh=iFvy7UXRY9wl6thjBCW/ka7wI+s+BRAwZJ+aAZaIzaE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=jmQYv0Rdnpux6PE9jgYoEgi6uBjG55NY3tvFTx13/TSSFVcV51DaIB/uWbEoo0orH MLkRkTm7BEt6fIz4mhn5FV1ecBK1+osoEAWn30iEYZMtFjHIEF6iEq/Y9DAyqih9xl ftniHKvMeR+TUoGigsWdI18Nh2jSrfUmf+GFTu6c= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/114175] [13/14] Execution test failures on gcc.dg/c23-stdarg-6.c on multiple targets Date: Mon, 18 Mar 2024 11:37:09 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: ABI, testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub 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=3D114175 --- Comment #30 from Jakub Jelinek --- Eventhough aarch64 has such !TYPE_NO_NAMED_ARGS_STDARG_P test around advanc= ing, most likely it is unaffected, as the hidden return pointer goes in x8 regis= ter, while normal integral arguments go in x0-x7.=