On Sep 24, 2010, at 2:14 AM, Pierre Habouzit wrote:
> for example:
>
> struct a {
> int b;
> char v[];
> };
>
> struct a foo = { .b = 0, .v = "bar" };
>
> is perfectly sensible and correct (and accepted by gcc).
Thanks! Applied in r116165, sorry for the delay.
-Chris