<div dir="ltr">On Wed, Sep 25, 2013 at 6:16 AM, Matthew Curtis <span dir="ltr"><<a href="mailto:mcurtis@codeaurora.org" target="_blank">mcurtis@codeaurora.org</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 9/24/2013 6:37 PM, Eli Friedman wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
One more thing I didn't catch the first time: please add a test for something like the following:<br>
<br>
typedef union {<br>
  struct {<br>
    int zero;<br>
    int one;<br>
    int two;<br>
    int three;<br>
  } a;<br>
  int b[4];<br>
} union_16644_t;<br>
<br>
union_16644_t x[2] = { [0].a.one = 2, [1].a.zero = 3, [0].a.zero = 5 };<br>
<br>
-Eli<br>
<br>
</blockquote></div>
Test added.<br>
<br>
Thanks,<br>
Matthew Curtis<div class="HOEnZb"><div class="h5"><br></div></div></blockquote><div><br></div><div>LGTM.</div><div><br></div><div>-Eli </div></div></div></div>