Hi Luc, I just try a merge with your stable branch from master. After fix up the first round of conflict, here is what I got: https://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git/log/?h=merge-luc-master There are two test case failure. I fix the cse-size one. The llvm one looks like it is cause by the host llvm has different output? Chris TEST call-variadic (backend/call-variadic.c) error: actual output text does not match expected output text. error: see backend/call-variadic.c.output.* for further investigation. --- backend/call-variadic.c.output.expected 2018-03-02 01:28:03.049309010 -0800 +++ backend/call-variadic.c.output.got 2018-03-02 01:28:03.044309132 -0800 @@ -1,5 +1,7 @@ ; ModuleID = '<stdin>' source_filename = "sparse" +target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64-S128" +target triple = "x86_64-unknown-linux-gnu" define i32 @foo(i8* %ARG1., i32 %ARG2., i64 %ARG3., i32* %ARG4.) { L0: -- 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