On Thu, Aug 10, 2017 at 10:14:40PM -0400, Christopher Li wrote: > > I see. value_pseudo() has the hash for all constant values. > > But float is not covered. Indeed, but: - floats are very different beasts anyway - they are defined via OP_SETVAL - I have patch(es) to change this to OP_SETFVAL (it's annoying that SETVAL is used for several unrelated purposes) and let CSE know about it. -- 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