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 josharian, ned.deily, ronaldoussoren, skrah
Date 2011-09-29.20:41:38
SpamBayes Score 1.109976e-05
Marked as misclassified No
Message-id <1317328899.17.0.601631314072.issue13061@psf.upfronthosting.co.za>
In-reply-to
Content
It's more a straight duplicate of #12973, but the underlying cause
(signed integer overflow) is the same. For people who are finding
this via a search engine: A lot of bugs have been fixed in #12973,
but even if the test suite passes without -fwrapv it is *still* recommended to use -fwrapv.


Could anyone test if the attached patch works for llvm-gcc?
History
Date User Action Args
2011-09-29 20:41:39skrahsetrecipients: + skrah, ronaldoussoren, ned.deily, josharian
2011-09-29 20:41:39skrahsetmessageid: <1317328899.17.0.601631314072.issue13061@psf.upfronthosting.co.za>
2011-09-29 20:41:38skrahlinkissue13061 messages
2011-09-29 20:41:38skrahcreate