[perl #56464] [BUG] comparison opcodes don't work on subclasses of Float

2008-06-30 Thread Will Coleda via RT
On Mon Jun 30 06:26:57 2008, pmichaud wrote: > The islt, isle, isgt, and isge opcodes give the wrong results on > subclasses of Float. > > Here's the test case: > > $ cat y.pir > .sub 'main' :main > $P99 = subclass 'Float', 'MyFloat' > > $P0 = new 'MyFloat' >

[perl #56464] [BUG] comparison opcodes don't work on subclasses of Float

2008-06-30 Thread Will Coleda via RT
On Mon Jun 30 06:26:57 2008, pmichaud wrote: > The islt, isle, isgt, and isge opcodes give the wrong results on > subclasses of Float. > > Here's the test case: > > $ cat y.pir > .sub 'main' :main > $P99 = subclass 'Float', 'MyFloat' > > $P0 = new 'MyFloat' >

[perl #56464] [BUG] comparison opcodes don't work on subclasses of Float

2008-06-30 Thread Patrick R. Michaud (via RT)
# New Ticket Created by Patrick R. Michaud # Please include the string: [perl #56464] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56464 > The islt, isle, isgt, and isge opcodes give the wrong results on subclasses of Flo