[Webkit-unassigned] [Bug 164026] New: [cmake][MinGW] Don't use MS bitfield layout to reduce sizes of data structures
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Oct 26 11:52:15 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=164026
Bug ID: 164026
Summary: [cmake][MinGW] Don't use MS bitfield layout to reduce
sizes of data structures
Classification: Unclassified
Product: WebKit
Version: WebKit Local Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
Assignee: webkit-unassigned at lists.webkit.org
Reporter: annulen at yandex.ru
CC: lforschler at apple.com
With MS bitfileds RegisterAtOffset becomes wider than ptrdiff_t because of different alignment requirements, invoking static_assert. Instead of muting assert for MinGW like it's done for MSVC, it's a better choice to use more dense layout, as bitfields are not used in public APIs.
Also, suppress MinGW warnings from "#pragma warning" which it doesn't understand.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161026/c48351f1/attachment.html>
More information about the webkit-unassigned
mailing list