On Sun, Apr 26, 2009 at 1:58 PM, Jeff Garzik <jeff@xxxxxxxxxx> wrote: > >+ case EXPR_DEREF: >+ case EXPR_SIZEOF: >+ case EXPR_ALIGNOF: >+ warning(expr->pos, "invalid expression after evaluation"); >+ return NULL; Regarding using liniearize instruction vs rolling your own. I don't think you can get more information than linearize instruction here. EXPR_DEREF has already been processed during evaluation. As far as I can see, what you do in this patch can be done using linearized instructions. Chris -- 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