On 27 February 2018 at 01:12, Luc Van Oostenryck <luc.vanoostenryck@xxxxxxxxx> wrote: > On Mon, Feb 26, 2018 at 03:36:38PM -0800, Christopher Li wrote: >> >> You said you did not found crash in your first round testing. >> However there is some regression of the IR. Can you share >> the regression test case you found? > > I didn't spend much time at it but a typical small example > of what I've seen is: > void a(void) { > long b; > unsigned c = 0; > for (;;) > if (c) > c = b; > } > Bear in mind that Sparse has always had issues with uninitialized vars as I reported a year ago. Regards Dibyendu -- 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