This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skrah
Recipients [email protected], skrah
Date 2011-09-13.22:46:53
SpamBayes Score 0.00050935237
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
I can reproduce your results with a recent clang. gcc has similar
optimization behavior, but for gcc ./configure automatically adds
-fwrapv, which prevents the incorrect results.

I'm closing this as a duplicate of #11149.
History
Date User Action Args
2011-09-13 22:46:53skrahsetrecipients: + skrah, [email protected]
2011-09-13 22:46:53skrahsetmessageid: <[email protected]>
2011-09-13 22:46:53skrahlinkissue12973 messages
2011-09-13 22:46:53skrahcreate