On Sat, Feb 02, 2019 at 04:50:06PM +0100, Uwe Kleine-König wrote: > Hello Luc, > > On Fri, Feb 01, 2019 at 10:00:37PM +0100, Luc Van Oostenryck wrote: > > Sparse has a flag -m64 which allow to setup its types > > as-if the platform is a 64-bit one. For a long time, > > this allowed sparse to run correctly on 32 & 64-bit > > platforms. Now, with the introduction of the predefined > > macros like __INT32_TYPE__, sparse is more dependent > > on a corect matching between the native platform and > > the target one. As consequent, the flag -m64 can't be > > used anymore on some 32bit platforms. > > > > This problem has been found thanks to Uwe Kleine-König. > > Thanks for your support here. I tested this series on mips and now I > get: > > OK: out of 566 tests, 510 passed, 56 failed > 56 of them are known to fail > 61 tests were disabled > > If you want interpret that as > > Tested-by: Uwe Kleine-König <uwe@xxxxxxxxxxxxxxxxx> > > for your patches. These are now in mailine (with the fix for validation/cast-kinds-check.c I sent earlier). -- Luc