From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4893C385800D; Tue, 6 Sep 2022 05:44:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4893C385800D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1662443052; bh=fmDQen+Eyi+rAp+fe1FLZOB8+CcSx8ZrPxhq22Y1HSk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=IWqKfN8ohvXB849vrPNVsTnbG2c/vzjHPVeNboX89tx94O2cVcPP3grrRqhIYNJIM QrhiHQeJTX70TIUj6Sq2JEFrFDBSOkjKSHRTUc3HPIvUBSdazOOS4cHoe2dFv6UvjN 4xvvzVnaGwAgjy9Lcw/OjkKW4u09kGOAnaWembKA= From: "vries 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: Tue, 06 Sep 2022 05:44:11 +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: vries 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: 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 --- Comment #8 from Tom de Vries --- (In reply to Ulrich Weigand from comment #7) > Note it would appear the same problem also exists when handling homogeneo= us > (ELFv2) or single-element (ELFv1) aggregates: these also need 16-byte > alignment if the base type is a vector or _Float128 type. Can you or Carl propose a patch for this additional problem? Alternatively, can you show code examples that fail due this problem? --=20 You are receiving this mail because: You are on the CC list for the bug.=