This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Fixup handling of zero-precision integer types
- From: Mike Stump <mikestump at comcast dot net>
- To: Richard Biener <rguenther at suse dot de>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Thu, 17 Oct 2013 12:18:33 -0700
- Subject: Re: [PATCH] Fixup handling of zero-precision integer types
- Authentication-results: sourceware.org; auth=none
- References: <alpine dot LNX dot 2 dot 00 dot 1310171510320 dot 11149 at zhemvz dot fhfr dot qr>
On Oct 17, 2013, at 6:14 AM, Richard Biener <rguenther@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.