https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117832
Bug ID: 117832
Summary: Use CONSTRUCTOR_ZERO_PADDING_BITS in the D FE
Product: gcc
Version: 15.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: d
Assignee: ibuclaw at gdcproject dot org
Reporter: jakub at gcc dot gnu.org
Target Milestone: ---
I vaguely remember from IRC discussions that D wants (but dunno in which cases)
to zero padding bits.
GCC trunk now has the CONSTRUCTOR_ZERO_PADDING_BITS bit for that, so perhaps
the FE could make use of it.