Oleg Nesterov wrote:
> dissect can't parse initializers like
>
> struct T { int i; } a[2][3] = { [0][0] = {123} };
>
> , output is:
>
> 1:8 s def T
> 1:21 g def a struct T [3][2]
> 1:21 g -w- a struct T [3][2]
> T.c:1:37: warning: bad expr->type: 25
>
> with this patch applied:
>
> 1:8 s def T
> 1:21 g def a struct T [3][2]
> 1:21 g -w- a struct T [3][2]
> 1:43 s -w- T.i int
>
> Signed-off-by: Oleg Nesterov <[EMAIL PROTECTED]>Applied. - Josh Triplett
signature.asc
Description: OpenPGP digital signature
