[Bug c/94859] zero-length bit fields conflict with standard
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94859 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org Resolut
[Bug c/94859] zero-length bit fields conflict with standard
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94859 --- Comment #1 from doug mcilroy --- gcc accepts struct X {int a; int :0;} x; and rejects struct Y {int a; :0;} y; in conflict with the final sentence in this quote from the C standard, Section 6.7.2.1, Structure and union specifi