On Wed, Sep 25, 2013 at 6:16 AM, Matthew Curtis <[email protected]>wrote:
> On 9/24/2013 6:37 PM, Eli Friedman wrote:
>
>> One more thing I didn't catch the first time: please add a test for
>> something like the following:
>>
>> typedef union {
>> struct {
>> int zero;
>> int one;
>> int two;
>> int three;
>> } a;
>> int b[4];
>> } union_16644_t;
>>
>> union_16644_t x[2] = { [0].a.one = 2, [1].a.zero = 3, [0].a.zero = 5 };
>>
>> -Eli
>>
>> Test added.
>
> Thanks,
> Matthew Curtis
>
>
LGTM.
-Eli
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits