https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70733
Jason Merrill <jason at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |NEW
Last reconfirmed| |2016-06-16
CC| |jason at gcc dot gnu.org
Resolution|INVALID |---
Ever confirmed|0 |1
--- Comment #5 from Jason Merrill <jason at gcc dot gnu.org> ---
(In reply to [email protected] from comment #4)
> This bug report is for C++, where bit-field width is explicitly not part
> of the type and bit-field types wider than int are not extensions, not for
> C, where there is a line of C90 DRs treating the width as part of the type
> and things that are not defined at all if it is not part of the type.
> The C++ front end should already convert bit-fields to their declared
> types when needed (convert_bitfield_to_declared_type).
Agreed.