public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "bergner at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug libffi/109447] test case libffi.closures/cls_align_longdouble_split.c fails
Date: Sat, 08 Apr 2023 03:36:19 +0000	[thread overview]
Message-ID: <bug-109447-4-JgujtyA0On@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-109447-4@http.gcc.gnu.org/bugzilla/>

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109447

--- Comment #3 from Peter Bergner <bergner at gcc dot gnu.org> ---
Hmmm, libffi commit 464b4b66e3cf3b5489e730c1466ee1bf825560e0 seems to be
missing from GCC's sources.  I'll try applying that and see if it fixes the
problem.

commit 464b4b66e3cf3b5489e730c1466ee1bf825560e0
Author:     Dan Horák <dan@danny.cz>
AuthorDate: Mon Jan 31 14:08:09 2022 +0100
Commit:     GitHub <noreply@github.com>
CommitDate: Mon Jan 31 08:08:09 2022 -0500

    powerpc64: 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.

Given the output Bill is seeing and the description of the git log entry, it
seems like this may be the culprit.

  parent reply	other threads:[~2023-04-08  3:36 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-07 17:48 [Bug libffi/109447] New: " seurer at gcc dot gnu.org
2023-04-07 18:53 ` [Bug libffi/109447] " schwab@linux-m68k.org
2023-04-08  3:21 ` bergner at gcc dot gnu.org
2023-04-08  3:36 ` bergner at gcc dot gnu.org [this message]
2023-04-08 15:37 ` bergner at gcc dot gnu.org
2023-04-08 15:37 ` bergner at gcc dot gnu.org
2023-04-08 16:14 ` segher at gcc dot gnu.org
2023-04-08 18:00 ` bergner at gcc dot gnu.org
2023-05-06 15:31 ` cvs-commit at gcc dot gnu.org
2023-05-06 20:59 ` cvs-commit at gcc dot gnu.org
2023-05-09 19:58 ` cvs-commit at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-109447-4-JgujtyA0On@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).