public inbox for libffi-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Patrick Stewart <patstew@gmail.com>
To: libffi-discuss@sourceware.org
Subject: 3.2.1 broken on win64
Date: Wed, 20 Jul 2016 21:00:00 -0000	[thread overview]
Message-ID: <CAFdxytqgu7Z=zAUissaMpXZd4_QiYqq6myDt+uvK83gSd93SVw@mail.gmail.com> (raw)

The current release is broken on win64 if you return structs that
aren’t a multiple of 16 bytes, as in commit 098dca6b31 a bunch of
(size != 1&& size != 2 && size != 4 && size != 8) conditions were
turned into (size & (1 | 2 | 4 | 8) == 0), which is a little
different. I see it’s all completely changed (and presumably fixed) in
git. Is a new release forthcoming?

                 reply	other threads:[~2016-07-20 21:00 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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='CAFdxytqgu7Z=zAUissaMpXZd4_QiYqq6myDt+uvK83gSd93SVw@mail.gmail.com' \
    --to=patstew@gmail.com \
    --cc=libffi-discuss@sourceware.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).