This series contains a few patches dealing with expressions without a type and improving the diagnostics related to them. The series is also available for review in the git repository at: git://github.com/lucvoo/sparse.git expr-notype ---------------------------------------------------------------- Luc Van Oostenryck (5): do not linearize expressions without a type add helper: valid_type() add helper: valid_expr_subtype() do not report bad types twice or more always evaluate both operands evaluate.c | 38 ++++++++++++++++++++++++++++---------- linearize.c | 2 +- symbol.h | 5 +++++ 3 files changed, 34 insertions(+), 11 deletions(-) -- 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