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 dmalcolm
Recipients David.Edelsohn, christian.heimes, dmalcolm, python-dev, zaytsev
Date 2014-01-07.16:38:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389112642.20755.6.camel@surprise>
In-reply-to <1389112221.16.0.521989144735.issue20162@psf.upfronthosting.co.za>
Content
On Tue, 2014-01-07 at 16:30 +0000, Yury V. Zaytsev wrote:
> Yury V. Zaytsev added the comment:
> 
> After lots of fiddling, I can tell you what's wrong with the macro: apparently it's a compiler bug, visible at -O2 and disappearing at -O1. 

Can you reduce the suspected compiler bug to a minimal reproducer?
Please then run it through the preprocessor using gcc's -E option, and
then attach it to this bug.

What exact version of the compiler are you using, and with what flags?
History
Date User Action Args
2014-01-07 16:38:35dmalcolmsetrecipients: + dmalcolm, christian.heimes, python-dev, David.Edelsohn, zaytsev
2014-01-07 16:38:35dmalcolmlinkissue20162 messages
2014-01-07 16:38:35dmalcolmcreate