On Sat, Mar 11, 2017 at 11:53:53PM +0000, Dibyendu Majumdar wrote: > Hi, > > Following test fails: > > int main(void) > { > float f = 'a'; > float g = 97; > printf("%f %f\n", f, g); > return 0; > } Just for info, there is a lot of things missing or incorrect with floating-points and I'm not speaking of the llvm part but of sparse itself. I have some test cases somewhere in one of my topic branches but this is very very low priority to me. -- 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