+++ Oleg Nesterov [08/02/16 14:26 +0100]:
Starting from a194f3e0 "implement __builtin_offsetof()" sparse handles offsetof() internally but dissect.c wasn't updated. Test case: struct S { int m; }; void func(void) { __builtin_offsetof(struct S, m); } before this patch: 3:6 g def func void ( ... ) T.c:5:38: warning: bad expr->type: 30 after: 3:6 g def func void ( ... ) 1:8 s def S 5:38 s --- S.m int While at it, update my email. Signed-off-by: Oleg Nesterov <oleg@xxxxxxxxxx>
LGTM, builds and test case works as expected. Acked-by: Lance Richardson <lrichard@xxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html