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 alex, amaury.forgeotdarc, benrg, brian.curtin, eric.araujo, georg.brandl, ishimoto, jackdied, loewis, meador.inge, mrabarnett, ncoghlan, pitrou, r.david.murray, rhettinger, skrah, terry.reedy, tim.golden, vstinner
Date 2012-07-31.01:56:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343699767.55.0.0338655106757.issue8847@psf.upfronthosting.co.za>
In-reply-to
Content
OTOH, 6.5.9p6 says

"Two pointers compare equal if and only if both are null pointers, both 
are pointers to the same object (including a pointer to an object and a 
subobject at its beginning) or function [...]"

This is probably meant to imply that pointers to different functions must not compare equal.

So if this is determined to be a compiler bug, the most natural conclusion is to stop using PGI/PGO entirely.
History
Date User Action Args
2012-07-31 01:56:07loewissetrecipients: + loewis, georg.brandl, rhettinger, terry.reedy, ishimoto, amaury.forgeotdarc, ncoghlan, pitrou, vstinner, jackdied, tim.golden, eric.araujo, mrabarnett, alex, r.david.murray, brian.curtin, skrah, meador.inge, benrg
2012-07-31 01:56:07loewissetmessageid: <1343699767.55.0.0338655106757.issue8847@psf.upfronthosting.co.za>
2012-07-31 01:56:06loewislinkissue8847 messages
2012-07-31 01:56:06loewiscreate