[issue12701] Apple's clang 2.1 (xcode 4.1, OSX 10.7) optimizer miscompiles intobject.c

Ronald Oussoren report at bugs.python.org
Thu Aug 11 14:16:08 CEST 2011


Ronald Oussoren <ronaldoussoren at mac.com> added the comment:

Clang has an option "-fcatch-undefined-behavior" that might help in locating other locations where we use undefined behavior.

----------

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


More information about the Python-bugs-list mailing list