Re: [Tinycc-devel] Patch: add option -mms-bitfields

2016-11-22 Thread Richard Brett
ber 22, 2016 4:32 PM *To:* tinycc-devel@nongnu.org <mailto:tinycc-devel@nongnu.org> *Subject:* [Tinycc-devel] Patch: add option -mms-bitfields Hello everyone, Per previous discussion, here is a patch to implement a command-line option, -mms-bitfields. This would

Re: [Tinycc-devel] Patch: add option -mms-bitfields

2016-11-22 Thread David Mertens
el= > theessentialexchange@nongnu.org] *On Behalf Of *David Mertens > *Sent:* Tuesday, November 22, 2016 4:32 PM > *To:* tinycc-devel@nongnu.org > *Subject:* [Tinycc-devel] Patch: add option -mms-bitfields > > > > Hello everyone, > > Per previous discussion, here is a pa

Re: [Tinycc-devel] Patch: add option -mms-bitfields

2016-11-22 Thread Michael B. Smith
David Mertens Sent: Tuesday, November 22, 2016 4:32 PM To: tinycc-devel@nongnu.org Subject: [Tinycc-devel] Patch: add option -mms-bitfields Hello everyone, Per previous discussion, here is a patch to implement a command-line option, -mms-bitfields. This would alter tcc's bitfield alig

[Tinycc-devel] Patch: add option -mms-bitfields

2016-11-22 Thread David Mertens
Hello everyone, Per previous discussion, here is a patch to implement a command-line option, -mms-bitfields. This would alter tcc's bitfield alignment algorithm in a backwards-incompatible way to be a bit more consistent with gcc's algorithm. The old behavior is traditionally attributed to MSVC, a