On Mon, Oct 14, 2019 at 01:45:06AM +0100, Ramsay Jones wrote: > On 14/10/2019 00:46, Luc Van Oostenryck wrote: > > Sparse v0.6.1 is now out. > > Thanks! > > > > > It's a small, 74 patches, release containing mainly small > > fixes and improvements: > > * improve build & test support for distros, mainly Debian > > * stop warning on externally_visible functions without a prototype > > * accept casts of __user/__iomem/... pointers to/from uintptr_t > > * fix the underlying type of some enumeration values > > * fix a build problem for sparse-llvm by using 'llvm-config --cppflags' > > * conditionals (?:) may now be considered as constants if the condition is > > * some error messages are now clearer or more coherent > > * add missing expansion of compound literals > > * improve parsing & checking of asm operands > > * add missing expansion of asm operands > > * expand some more builtins with constant operands (ffs, clz, ...) > > * fix sparsec with recent version of cygwin > > Just to confirm, cygwin passes the entire test-suite (also > including selftest). Ahhh, good to hear. Thank you. > I have only had time to just do a shakedown test on 64-bit > Linux and cygwin - but I don't expect any problems. Me neither :) Thanks again. -- Luc