Re: [perl #24096] Null Nx fails under JIT on x86

2003-10-03 Thread Leopold Toetsch
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

Re: [perl #24096] Null Nx fails under JIT on x86

2003-10-03 Thread Leopold Toetsch
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 other null ops all

Re: [perl #24096] Null Nx fails under JIT on x86

2003-10-03 Thread Simon Glover
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',

[perl #24096] Null Nx fails under JIT on x86

2003-10-02 Thread via RT
# New Ticket Created by Simon Glover # Please include the string: [perl #24096] # in the subject line of all future correspondence about this issue. # URL: 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,