c++/4835: Big = (unsigned long long)value; sets big (an unsigned long long) to zero if value is a float or double with a negative value
aoliva@gcc.gnu.org
aoliva@gcc.gnu.org
Tue Nov 27 02:59:00 GMT 2001
Synopsis: Big = (unsigned long long)value; sets big (an unsigned long long) to zero if value is a float or double with a negative value
State-Changed-From-To: analyzed->closed
State-Changed-By: aoliva
State-Changed-When: Tue Nov 27 02:59:49 2001
State-Changed-Why:
Not a bug. Behavior is undefined if the float value cannot be represented in the range of the integer type.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&pr=4835&database=gcc
More information about the Gcc-bugs
mailing list