This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fixup handling of zero-precision integer types


Mike Stump <mikestump@comcast.net> wrote:
>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.

Yes, this is why I did the patch.

Richard


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]