Hi, Following test fails: int main(void) { float f = 'a'; float g = 97; printf("%f %f\n", f, g); return 0; } 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