[issue9799] Compilation error for branch py3k on AIX 6

Antoine Pitrou report at bugs.python.org
Wed Sep 8 19:04:08 CEST 2010


Antoine Pitrou <pitrou at free.fr> added the comment:

By the way, all traces of 0711-596 on the Web seem to point to IBM compiler errata. Apparently xlc tries to support computed gotos (which is originally a GCC-specific feature) but doesn't do it very well.

The support for computed gotos is detected automatically by the configure script; --without-computed-gotos helps override the detection.

I would close this issue as a compiler bug, especially given that there's a configure switch to circumvent it.

----------
resolution:  -> invalid
status: open -> pending

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9799>
_______________________________________


More information about the Python-bugs-list mailing list