Martin v. Löwis <mar...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue4902> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com