Re: [perl #59788] [BUG] inplace shift left (shl_p_p, shl_p_i) fails

2008-10-10 Thread chromatic
On Friday 10 October 2008 15:20:45 Andrew Whitworth wrote: > what PASM opcodes to "<<" and "<<=" produce? are they the same opcodes > or something different? > > $ cat x.pir > > .sub main :main > >$P0 = new 'Integer' > >$P0 = 1 > >$P1 = $P0 << 3 This is shl_p_p_i. > >say $P1 > >

Re: [perl #59788] [BUG] inplace shift left (shl_p_p, shl_p_i) fails

2008-10-10 Thread Andrew Whitworth
what PASM opcodes to "<<" and "<<=" produce? are they the same opcodes or something different? -Andrew Whitworth On Fri, Oct 10, 2008 at 4:07 PM, Patrick R. Michaud (via RT) <[EMAIL PROTECTED]> wrote: > # New Ticket Created by Patrick R. Michaud > # Please include the string: [perl #59788] > #

[perl #59788] [BUG] inplace shift left (shl_p_p, shl_p_i) fails

2008-10-10 Thread Patrick R. Michaud (via RT)
# New Ticket Created by Patrick R. Michaud # Please include the string: [perl #59788] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=59788 > The inplace shift left and inplace shift right opcodes are failing after the mmd b