Simon Glover <[EMAIL PROTECTED]> wrote:
> null N31
> when run under the JIT. However, the other null ops all seem to work
> properly.
Fixed. The long double was the problem.
> Simon
leo
Summary of my parrot 0.0.11.2 configuration:
configdate='Thu Oct 2 13:50:07 2003'
Platform:
osname=linux, archname=i686-linux-ld
jitcapable=1, jitarchname=i386-linux,
jitosname=LINUX, jitcpuarch=i386
execcapable=1
perl=/home/scog/local/bin/perl
Compiler:
cc='gcc', cc
Simon Glover <[EMAIL PROTECTED]> wrote:
> This code (a simplified version of the last test in t/op/number.t)
> set N31, 12.5
> print N31
> print "\n"
> null N31
> print N31
> print "\n"
> end
> 12.5
> 2.0
> when run under the JIT. However, the othe
# New Ticket Created by Simon Glover
# Please include the string: [perl #24096]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt2/Ticket/Display.html?id=24096 >
This code (a simplified version of the last test in t/op/number.t)
set N31, 12.5