On Fri, Feb 6, 2009 at 4:51 AM, Thomas Schmid <Thomas.Schmid@xxxxxxxxxxxxxxxxx> wrote: > christ.li@xxxxxxxxx schrieb am 06.02.2009 05:15:37: > - if (newtype->ctype.base_type != &fp_type) { > + if (is_int_type(newtype)) { I change your patch a little bit. The old logic of testing against float type is better. The type can be a pointer for example. Then using the long long value is more correct. See the patch attached. If there is not objections. I am going to apply this one. Chris
Attachment:
Fix-implicit-cast-to-float-Was-Re-Initializing-float-variables-without-type-suffix.patch
Description: Binary data