[issue6603] Compilation error if configuref --with-computed-gotos

Mark Dickinson report at bugs.python.org
Tue Oct 13 18:28:22 CEST 2009


Mark Dickinson <dickinsm at gmail.com> added the comment:

Here's a relevant gcc bug report:

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21249

As I understand it, the rules are that in 32-bit mode "A" means edx/eax 
for a 64-bit quantity, and in 64-bit mode "A" means rdx/rax for a 128-bit 
quantity and "rdx or rax" for a 64-bit quantity.

----------

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


More information about the Python-bugs-list mailing list