Mike Stump <mikest...@comcast.net> wrote: >On Oct 17, 2013, at 6:14 AM, Richard Biener <rguent...@suse.de> wrote: >> These two patches try to fix handling of zero-precision integer >> types (created by struct { int : 0; };). > >> Objections? > >In the wide-int branch we ran into :0 issues, and I think this patch >likely eliminates that problem, so, I like it.
Yes, this is why I did the patch. Richard