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 zaytsev
Recipients David.Edelsohn, christian.heimes, dmalcolm, python-dev, zaytsev
Date 2014-01-07.16:45:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389113128.56.0.59362502523.issue20162@psf.upfronthosting.co.za>
In-reply-to
Content
Hi David,

It's gcc from RHEL 6.5 gcc-4.4.7-4.el6.ppc64, the flags are "-DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes" vs. "-DNDEBUG -g -fwrapv -O1 -Wall -Wstrict-prototypes".

The problem is, I can't isolate it. We honestly tried it with Victor, but gcc doesn't want to miscompile a trivial example.

You can see in the attachment as far as I could get: I wrapped the macro in a function, so that it doesn't inline and compared the assembly of the good and bad object files.

Hope that helps!
History
Date User Action Args
2014-01-07 16:45:28zaytsevsetrecipients: + zaytsev, christian.heimes, dmalcolm, python-dev, David.Edelsohn
2014-01-07 16:45:28zaytsevsetmessageid: <1389113128.56.0.59362502523.issue20162@psf.upfronthosting.co.za>
2014-01-07 16:45:28zaytsevlinkissue20162 messages
2014-01-07 16:45:28zaytsevcreate