On Mon, Jan 25, 2016 at 03:56:23PM +0100, Nicolai Stange wrote: > @@ -563,6 +566,14 @@ static struct symbol *evaluate_ptr_add(struct expression *expr, struct symbol *i > classify_type(degenerate(expr->left), &ctype); > base = examine_pointer_target(ctype); > > + /* > + * An address constant +/- an integer constant expression > + * yields an address constant again [6.6(7)]. > + */ > + if((expr->left->flags & EXPR_FLAG_ADDR_CONST_EXPR) && Missing ' ' in 'if(' -- 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