From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BA5543858D28; Fri, 28 Oct 2022 20:24:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BA5543858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1666988684; bh=0wbQbqD/ex4Dv8rYNksQ3v0PRaC+KtpCDTpoqF87boE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Mas9ax5g5Zh9P13SCqo9JrPta9zD6TvGuSkyEmRSi9ICERAMtMCtnxD2fCHSS1Kc6 ykTrhxp6he9hquOJWNGWGYJh9aMaDGe3uvVXIgozt479CO1mGGoEhepWJBaOLP4ql+ OtKFYF712/8/4zaL3dGXyO91QRDS5+BIYZa5Yl10= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/105549] aarch64: Wrong va_arg alignment handling with packed bitfields and alignment Date: Fri, 28 Oct 2022 20:24:44 +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: 13.0 X-Bugzilla-Keywords: ABI, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: clyon at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc everconfirmed cf_reconfirmed_on bug_status keywords 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=3D105549 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|aarch64: Wrong va_arg |aarch64: Wrong va_arg |alignment handling |alignment handling with | |packed bitfields and | |alignment Ever confirmed|0 |1 Last reconfirmed| |2022-10-28 Status|UNCONFIRMED |ASSIGNED Keywords| |ABI --- Comment #2 from Andrew Pinski --- Confirmed.=