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 Laël Cellier, furkanonder, skrah
Date 2020-06-09.14:56:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1591714574.91.0.418889296257.issue40223@roundup.psfhosted.org>
In-reply-to
Content
I'm aware of what -fwrapv does, it is a long standing issue in Python.

I didn't try to find the exact location of overflow, since we also use -fwrapv for gcc.

It is also possible that giving -fwrapv to icc disables another optimization that is the actual culprit.

But I don't have time to figure out any of that.
History
Date User Action Args
2020-06-09 14:56:14skrahsetrecipients: + skrah, furkanonder, Laël Cellier
2020-06-09 14:56:14skrahsetmessageid: <1591714574.91.0.418889296257.issue40223@roundup.psfhosted.org>
2020-06-09 14:56:14skrahlinkissue40223 messages
2020-06-09 14:56:14skrahcreate