On Mon, Mar 27, 2017 at 05:53:17PM +0100, Ramsay Jones wrote: > > > OK, thanks. > > It should be OK as I new tested it on a 32bit machine but > > another environment is always good for testing. > > OK, so I tested the 5 patch series + the v2 patch that you sent > out on Linux 64bit, Linux 32bit and cygwin 64bit. > > I applied the patches on top of the current 'sparse-next' branch: > > $ git branch -v > chrisl-master ce18a90 sparse: update __builtin_object_size() prototype > master fbbfc73 simplify float-to-float casts that doesn't change size > mingw 9e96dd5 test-suite: Add -b option to ignore CR at eol on MinGW > sparse-next f7817f0 llvm: cleanup of output_[ptr]cast() > * sparse-next-tmp df7cd04 fix expansion of integers to floats > > $ git log --oneline sparse-next.. > df7cd04 fix expansion of integers to floats > 83de8c4 do not depends on limits.h to test __CHAR_BIT__ > ac9f7b4 fix test validation/div.c > 153d5cf predefine __SIZEOF_INT__ & friends > a3a916c predefine __INT_MAX__ and friends > 26a0a0a fix test for cast to bool on 32bit machines > $ > > On Linux 64bit, I get: > > $ make check > ... > Out of 214 tests, 205 passed, 9 failed (9 of them are known to fail) > 39 tests were disabled > $ > > On Linux 32bit, I get: > > $ make check > ... > TEST call-inlined (call-inlined.c) > error: actual output text does not match expected output text. > error: see call-inlined.c.output.* for further investigation. > --- call-inlined.c.output.expected 2017-03-27 16:57:23.438683323 +0100 > +++ call-inlined.c.output.got 2017-03-27 16:57:23.442685323 +0100 Yes, this is expected. Sorry, I should have told earlier. Those were part of another serie that I didn't yes sent an updated version. The 5 patches series only covered what's already in master, not sparse-next. I'll sent an updated version for what's in sparse-next a bit later. -- Luc -- 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