From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 382C23857023; Mon, 5 Sep 2022 16:23:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 382C23857023 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1662395025; bh=4geywQaWEnVPqzFB0fAK8jqYX/X9oFeLNuk6ZAUwf/g=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Q2krkp5cEL3vImhnHqn24tFM8BgY/TOnGAkeqSXUiy3QNjScDP7dQbL1Xf5IYv8uo fFxoX4oi9DlOSUm8IBvteSAurE2AimCJDzcR0lZsgGZZdNQ1sHNXu9+0+iykJVcsb9 J0jammtc+mQPp7N3Mo4/IqpON5+KvIIs9Pn0BDss= From: "uweigand at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug tdep/29543] [gdb/tdep, ppc] inferior call with long double vararg not handled correctly Date: Mon, 05 Sep 2022 16:23:44 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: tdep X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: uweigand at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D29543 Ulrich Weigand changed: What |Removed |Added ---------------------------------------------------------------------------- CC|ulrich.weigand at de dot ibm.com, |uweigand at gcc dot= gnu.org |uweigand at sourceware dot org | --- Comment #7 from Ulrich Weigand --- You're right, this should specify a 16-byte alignment. Note it would appear the same problem also exists when handling homogeneous (ELFv2) or single-element (ELFv1) aggregates: these also need 16-byte align= ment if the base type is a vector or _Float128 type. --=20 You are receiving this mail because: You are on the CC list for the bug.=