That's really great to hear, thank you very much for looking into this
and putting the time in to create a patch.
On 2020-10-23 01:49:32 +0100 George Koehler <kern...@gmail.com> wrote:
On Tue, 20 Oct 2020 21:05:48 +0100
Anthony Richardby <antho...@gmx.co.uk> wrote:
Greetings all,
I've spent some time looking into getting the GNUstep packages
working
under clang on macppc, and it seems that the root cause of the
failure
is va_arg simply not working correctly when passed type 'id'....
I've also filed a bug report here:
https://bugs.llvm.org/show_bug.cgi?id=47921
Hi Anthony. Thank you for finding the va_arg(_, id) bug; I didn't
know about the bug until I saw your mail. I started commenting on the
llvm bug, where I shared a clang diff that might fix va_arg(_, id).
If the diff works, then I will mail it to OpenBSD's tech list before
I might commit it to OpenBSD's clang.
--George