After running cvs up -d
and then "make", a bunch of my
tests broke. Here's the problem
boiled down to the simplest case I
can find:


[~/pirate]: cat bug.imc
.sub __main__
    $P00002 = new PerlInt
    $P00002 = 1
    $P00003 = new PerlInt
    $P00003 = 1
    if $P00002 == $P00003 goto cmp00001
cmp00001:
    end
.end
[~/pirate]: imcc bug.imc
repeat() not implemented for PerlInt


What happened!? :)

Sincerely,
 
Michal J Wallace
Sabren Enterprises, Inc.
-------------------------------------
contact: [EMAIL PROTECTED]
hosting: http://www.cornerhost.com/
my site: http://www.withoutane.com/
--------------------------------------


Reply via email to