On Tue, Nov 22, 2011 at 10:18 AM, Pekka Enberg <penberg@xxxxxxxxxx> wrote: > > I think that might be a generic sparse floating point issue but I > didn't look too closely. No, it looks like sparse is doing fine, but because you don't generate the FP versions of the comparison ops, LLVM is unhappy with getting an integer comparison for a floating point value. Enhancing the translate_op() function to generate the proper FP comparisons for LLVM would probably make it "JustWork(tm)". But I don't really claim to know LLVM. Linus -- 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