Martin v. Löwis added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8847>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to