On Thu, Aug 03, 2017 at 11:49:08PM +0200, Luc Van Oostenryck wrote: > 2) I don't think that the lack of static evaluation of strlen("wine") or > "wine"[0] is a problem here because where present this code is preceded > by a test __builtin_constant_p(winetest_platform) wich fail. > All this code is then quickly optimized away (but have first been > generated as linearized code). There is a big problem here as __builtin_constant_p() is not expanded. Investigating. -- 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