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 loewis
Recipients alexandre.vassalotti, christian.heimes, donmez, gregory.p.smith, gvanrossum, loewis
Date 2008-01-11.08:43:37
SpamBayes Score 0.10104855
Marked as misclassified No
Message-id <[email protected]>
In-reply-to <[email protected]>
Content
> FWIW gcc hacker Ian Lance Taylor has a nice article about signed
> overflow optimizations in gcc, see http://www.airs.com/blog/archives/120
> . Reading that it might be better to use -fno-strict-overflow instead of
> -fwrapv.

Please be specific. I read it, and I don't think it's better to use
-fno-strict-overflow.
History
Date User Action Args
2008-01-11 08:43:38loewissetspambayes_score: 0.101049 -> 0.10104855
recipients: + loewis, gvanrossum, gregory.p.smith, christian.heimes, alexandre.vassalotti, donmez
2008-01-11 08:43:37loewislinkissue1621 messages
2008-01-11 08:43:37loewiscreate