Author sjoerd
Recipients
Date 2006-08-24.14:54:24
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=43607

Just a comment, I'm not claiming this bug.

The test (x < 0 && x == -x) tests whether x is equal to the
smallest negative number.  If x is equal to -2147483648,
then -x is also equal to -2147483648 due to overflow.

What does this version of gcc do with this code when x =
-2147483648?
History
Date User Action Args
2007-08-23 14:42:16adminlinkissue1545668 messages
2007-08-23 14:42:16admincreate