[Python-Dev] GCC 4.x incompatibility (original) (raw)
"Martin v. Löwis" martin at v.loewis.de
Thu Sep 21 20:13:12 CEST 2006
- Previous message: [Python-Dev] GCC 4.x incompatibility
- Next message: [Python-Dev] Small Py3k task: fix modulefinder.py
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Georg Brandl schrieb:
Is it noted somewhere that building Python with GCC 4.x results in problems such as abs(-sys.maxint-1) being negative?
Yes, it's in the README (although it claims problems only exist with 4.1 and 4.2; 4.0 seems to work fine for me).
I think this is something users may want to know.
See what I wrote. Users are advised to either not use that compiler, or add -fwrapv.
Regards, Martin
- Previous message: [Python-Dev] GCC 4.x incompatibility
- Next message: [Python-Dev] Small Py3k task: fix modulefinder.py
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]