# New Ticket Created by  Dan Sugalski 
# Please include the string:  [perl #25948]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=25948 >


the following code trips up IMCC's temp lifetime tracing:

.sub _main
        goto L1
test:
        $I1 = 1
        ret
L1:
        $I2 = 2
        call test
        print $I2               # prints 1, not 2
        end
.end

-- 
                                         Dan

--------------------------------------"it's like this"-------------------
Dan Sugalski                          even samurai
[EMAIL PROTECTED]                         have teddy bears and even
                                       teddy bears get drunk

Reply via email to