On Wed, Feb 4, 2009 at 6:57 AM, Thomas Schmid <Thomas.Schmid@xxxxxxxxxxxxxxxxx> wrote: > Hello, > > i think i found an error, when float variables are initialized. > Parsing the line > > float var = 1.2345; > > gets casted with the function cast_to(). It seems that cast_to() doesn't > make double to float casts. cast_to() seems fine. In expanding stage, cast_value() did not cast the constant correctly. Chris -- 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