[issue9799] Compilation error for branch py3k on AIX 6

2010-09-13 Thread Sébastien Sablé
Sébastien Sablé sa...@users.sourceforge.net added the comment: Yes, no problem; I will update the Misc/AIX-NOTES file with all the information I have been collecting recently on Python with AIX. I will do that when I will have solved some remaining issues I have on AIX, and also when I will

[issue9799] Compilation error for branch py3k on AIX 6

2010-09-12 Thread Martin v . Löwis
Martin v. Löwis mar...@v.loewis.de added the comment: I know this is closed, but traditionally, we have put stuff like this into README (not sure whether Sébastien read the README :-). So if anybody feel like adding some text, go ahead. In return, feel also free to take out some text that

[issue9799] Compilation error for branch py3k on AIX 6

2010-09-12 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: Actually, there's a Misc/AIX-NOTES file which needs updating. Sébastien, do you want to do that? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9799

[issue9799] Compilation error for branch py3k on AIX 6

2010-09-09 Thread Sébastien Sablé
Sébastien Sablé sa...@users.sourceforge.net added the comment: OK for me to close it as a compiler bug since there is a workaround. It would be great if we could detect this compiler and deactivate this optimization automatically, but I am too lazy to search the xlc compiler documentation for

[issue9799] Compilation error for branch py3k on AIX 6

2010-09-09 Thread Antoine Pitrou
Changes by Antoine Pitrou pit...@free.fr: -- status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9799 ___ ___ Python-bugs-list

[issue9799] Compilation error for branch py3k on AIX 6

2010-09-08 Thread Sébastien Sablé
New submission from Sébastien Sablé sa...@users.sourceforge.net: I have the following error when compiling the last rev of branch py3k on an AIX 6 system: ./Modules/makexp_aix Modules/python.exp . libpython3.2.a; xlc_r

[issue9799] Compilation error for branch py3k on AIX 6

2010-09-08 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: I would suggest trying r80723 and then r80724. -- nosy: +pitrou ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9799 ___

[issue9799] Compilation error for branch py3k on AIX 6

2010-09-08 Thread Sébastien Sablé
Sébastien Sablé sa...@users.sourceforge.net added the comment: For the moment I have: r73580 = OK r83318 = OK r83584 = OK r83800 = OK r84000 = ERR r84522 = ERR -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9799

[issue9799] Compilation error for branch py3k on AIX 6

2010-09-08 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: Le mercredi 08 septembre 2010 à 15:28 +, Sébastien Sablé a écrit : Sébastien Sablé sa...@users.sourceforge.net added the comment: For the moment I have: r73580 = OK r83318 = OK r83584 = OK r83800 = OK r84000 = ERR Then perhaps

[issue9799] Compilation error for branch py3k on AIX 6

2010-09-08 Thread Sébastien Sablé
Sébastien Sablé sa...@users.sourceforge.net added the comment: Bingo, you got it. r73580 = OK r83318 = OK r83584 = OK r83800 = OK r83900 = OK r83950 = OK r83985 = OK r83986 = ERR r84000 = ERR r84522 = ERR It was commited by some guy named antoine.pitrou ;) The linker thinks that we have some

[issue9799] Compilation error for branch py3k on AIX 6

2010-09-08 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: Bingo, you got it. r73580 = OK r83318 = OK r83584 = OK r83800 = OK r83900 = OK r83950 = OK r83985 = OK r83986 = ERR r84000 = ERR r84522 = ERR It was commited by some guy named antoine.pitrou ;) The linker thinks that we have

[issue9799] Compilation error for branch py3k on AIX 6

2010-09-08 Thread Sébastien Sablé
Sébastien Sablé sa...@users.sourceforge.net added the comment: Yes it works if I explicitly specify --without-computed-gotos -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9799 ___

[issue9799] Compilation error for branch py3k on AIX 6

2010-09-08 Thread Antoine Pitrou
Antoine Pitrou pit...@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