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 David.Edelsohn, Michael.Felt, skrah
Date 2020-04-10.11:45:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1586519106.49.0.991707077297.issue40244@roundup.psfhosted.org>
In-reply-to
Content
Since I just had a similar incident with the Intel compiler, I just
want to point out that compiling CPython still requires -fwrapv.

I've mentioned this before in AIX issues, and no one has pointed
out the corresponding xlc flag.


https://gcc.gnu.org/legacy-ml/gcc/2007-01/msg00062.html

"Dan Berlin says that xlc assumes signed overflow never occurs"
History
Date User Action Args
2020-04-10 11:45:06skrahsetrecipients: + skrah, David.Edelsohn, Michael.Felt
2020-04-10 11:45:06skrahsetmessageid: <1586519106.49.0.991707077297.issue40244@roundup.psfhosted.org>
2020-04-10 11:45:06skrahlinkissue40244 messages
2020-04-10 11:45:06skrahcreate