https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100058
nightstrike <nightstrike at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nightstrike at gmail dot com --- Comment #1 from nightstrike <nightstrike at gmail dot com> --- (In reply to Josh Nave from comment #0) > Someone else suggested that the line `!targetm.ms_bitfield_layout_p > (rli->t)` in https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52238 could be the > issue, which to me seems likely from a brief look. I don't think it's as simple as just removing those conditions, as they're trying to restrict warning for MS-specific cases. We need to understand under which conditions it's expected to warn when -mms-bitfields is enabled.