[issue4902] failed to build ctypes in Python2.6.1 (even with gcc)
Martin v. Löwis
report at bugs.python.org
Fri Jan 9 23:00:07 CET 2009
Martin v. Löwis <martin at v.loewis.de> added the comment:
> movl ((((10 + 3) & ~3) + 4) + 4)(%eax), %edx
I'm really puzzled; gcc would normally not generate assembler code
like this. Instead, with the expression being constant, gcc should
normally compute its result, and fill that into the assembler code.
To study this further, one would need to compare preprocessor output
and assembler output, to correlate them.
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4902>
_______________________________________
More information about the Python-bugs-list
mailing list