Aki <akin...@users.sourceforge.net> added the comment:

Hello Martin,

Thank you for your prompt response.
I recompiled the source with --save-temps.
I examined the assembler source and found that it was complaining about '~'!

movl ((((10 + 3) & ~3) + 4) + 4)(%eax), %edx
                   ^ this one

The source was compiled and assembled through 'gcc'.
But I don't see gas in my machine so that I assumed it was assembled by
as (Sun's assembler) and as seems not supporting '~'.

I will try several things, such as installing gas to my machine.
I will update when I have something to report.

Thank you!
Aki-

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

Reply via email to