Re: [perl #30896] silent high-bit lossage for bigint constants

2004-08-01 Thread Leopold Toetsch
Jarkko Hietaniemi <[EMAIL PROTECTED]> wrote: > $ cat big.pasm >new P0, .BigInt >set P0, 18446744073709551615 >print P0 >print "\n" >end > $ ./parrot ~/big.pasm > 9223372036854775807 > $ > This on a 64-bit system (tru64 alpha), substitute 4294967295 for the > 184467440737095516

[perl #30896] silent high-bit lossage for bigint constants

2004-07-31 Thread via RT
# New Ticket Created by Jarkko Hietaniemi # Please include the string: [perl #30896] # in the subject line of all future correspondence about this issue. # http://rt.perl.org:80/rt3/Ticket/Display.html?id=30896 > $ cat big.pasm new P0, .BigInt set P0, 18446744073709551615 print P0