https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108427
Andrew Pinski changed:
What|Removed |Added
Ever confirmed|0 |1
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108427
--- Comment #2 from Andrew Pinski ---
So this is basically just a testsuite failure and it might just need
pcc_bitfield_type_matters check in the dg-warning for the target and such.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108427
--- Comment #1 from Andrew Pinski ---
-mms-bitfields is enabled by default.
See TARGET_MS_BITFIELD_LAYOUT_P and
https://gcc.gnu.org/onlinedocs/gcc-12.2.0/gcc/x86-Options.html#index-mms-bitfields
The layout of bitfields are different here ...