[Bug c/88731] [DR 481] Rejects well-formed program using bit-fields in _Generic.

2021-01-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88731 Andrew Pinski changed: What|Removed |Added CC||vonchun at gmail dot com --- Comment #5

[Bug c/88731] [DR 481] Rejects well-formed program using bit-fields in _Generic.

2019-09-25 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88731 Andrew Pinski changed: What|Removed |Added CC||alex_lop at walla dot com --- Comment #4

[Bug c/88731] [DR 481] Rejects well-formed program using bit-fields in _Generic.

2019-01-12 Thread anders.granlund.0 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88731 Anders Granlund changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c/88731] [DR 481] Rejects well-formed program using bit-fields in _Generic.

2019-01-07 Thread joseph at codesourcery dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88731 --- Comment #2 from joseph at codesourcery dot com --- GCC makes the integer type of the bit-field in question "unsigned:4". See DR#315 (also, see the line of C90 DRs that led to the wording changes in C99 relating to types of bit-fields, refe

[Bug c/88731] [DR 481] Rejects well-formed program using bit-fields in _Generic.

2019-01-06 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88731 --- Comment #1 from Andrew Pinski --- It is a TC rather than a DR which means it is not part of C11 but the next one.