[issue11149] [PATCH] Configure should enable -fwrapv for clang

Stefan Krah report at bugs.python.org
Wed Sep 14 00:53:28 CEST 2011


Stefan Krah <stefan-usenet at bytereef.org> added the comment:

Recent clang and Python2.7 (without the patch):

Python 2.7.2+ (2.7:e8d8eb9e05fd, Sep 14 2011, 00:35:51) 
[GCC 4.2.1 Compatible Clang 3.0 (trunk 139637)] on freebsd8
Type "help", "copyright", "credits" or "license" for more information.
>>> 2**63
-9223372036854775808
>>> 2**64
0
>>> 


The patch is fine and I'm going to commit it tomorrow if there are no
objections.

----------
priority: high -> critical

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11149>
_______________________________________


More information about the Python-bugs-list mailing list