This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author loewis
Recipients akineko, loewis
Date 2009-01-09.22:00:06
SpamBayes Score 0.11312009
Marked as misclassified No
Message-id <4967C8E4.5050504@v.loewis.de>
In-reply-to <1231537306.28.0.945462757103.issue4902@psf.upfronthosting.co.za>
Content
> 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.
History
Date User Action Args
2009-01-09 22:00:07loewissetrecipients: + loewis, akineko
2009-01-09 22:00:06loewislinkissue4902 messages
2009-01-09 22:00:06loewiscreate