Adam Thomason <[EMAIL PROTECTED]> wrote:

> _main:
>     set I1, 0xffffffff
>     shl I1, I1, 32
>     set I2, 0xffffffff
>     print I2 # prints -1

Old imcc code strikes back. It used atoi() and with 32 bit ints and 64
bit opcodes/INTVALs this is the expected and wrong result.

I've now changed a bunch of lines that deal with INTVAL constants. Could
you please try again and generate a new test file, that is run only for
$PConfig{intvalsize} > 4.

leo

Reply via email to