From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4CD543858C36; Tue, 9 May 2023 19:58:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4CD543858C36 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683662320; bh=cs1WA6lNLJ2xu38fXpDDH6yQUoWlTGTX+9sEF3d3xUo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=GN/w29YKSTjIx6TFcliR22TGpUakyGf2PFJq/cfx8Xb4zPS3mX6BDAK1/P6ojuSGj CNQCX4LBgDDDLsi85Ly+2MGQ1zvctoxkl8jVJbgAvHuMXNlxbdH3BSFSS3MXQErDuk dtZ49bAW/V7LCIqLiq6Dr5ZSMYqcMb3UsWj5iuz8= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libffi/109447] test case libffi.closures/cls_align_longdouble_split.c fails Date: Tue, 09 May 2023 19:58:39 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libffi X-Bugzilla-Version: 12.2.1 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=3D109447 --- Comment #9 from CVS Commits --- The releases/gcc-12 branch has been updated by Peter Bergner : https://gcc.gnu.org/g:0069ce6631880776a44fb8408c6428c0812285cf commit r12-9526-g0069ce6631880776a44fb8408c6428c0812285cf Author: Dan Hor=C3=A1k Date: Wed May 3 14:29:09 2023 -0500 libffi: fix handling of homogeneous float128 structs (#689) If there is a homogeneous struct with float128 members, they should be copied to vector register save area. The current code incorrectly copies only the value of the first member, not increasing the pointer with each iteration. Fix this. Merged from upstream libffi commit: 464b4b66e3cf3b5489e730c1466ee1bf825560e0 2023-05-03 Dan Hor=C3=A1k libffi/ PR libffi/109447 * src/powerpc/ffi_linux64.c (ffi_prep_args64): Update arg.f128 pointer. (cherry picked from commit 043550bceea7881163bba5d8a0486bb100a05809)=