[Bug 1881552] Re: potential AArch64 ABI bug wrt handling of 128-bit bit-fields

2020-08-20 Thread Thomas Huth
** Changed in: qemu Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1881552 Title: potential AArch64 ABI bug wrt handling of 128-bit bit-fields Status in

[Bug 1881552] Re: potential AArch64 ABI bug wrt handling of 128-bit bit-fields

2020-07-30 Thread Peter Maydell
The warnings aren't a problem for QEMU because we don't expose these functions as public ABI, so the whole compile will be consistently built with the same compiler version. So we added -Wno-psabi in commit bac8d222a19f4a30d to silence the compiler here. ** Changed in: qemu Status: New =>