Re: [perl #35959] index opcode fails with large negative offset

2005-05-27 Thread Leopold Toetsch
Roger Browne <[EMAIL PROTECTED]> wrote: > This pasm fragment... > index I1, "u", "t", -123456 > print I1 > print "\n" > end > ...prints -32 instead of the expected -1. ... or somethin else, start wasn't verfied properly. Fixed (r8176), thanks for testing. leo

[perl #35959] index opcode fails with large negative offset

2005-05-24 Thread via RT
# New Ticket Created by Roger Browne # Please include the string: [perl #35959] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=35959 > This pasm fragment... index I1, "u", "t", -123456 print I1 print "\n" end ...prints -