# 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, 12.5 print N31 print "\n" null N31 print N31 print "\n" end prints, as expected, 12.50000 0.00000 when run normally, but 12.50000 2.00000 when run under the JIT. However, the other null ops all seem to work properly. Simon