RE: [perl #19187] t/src/sprintf errors with 64-bit ints:

2002-12-16 Thread Brent Dax
Andy Dougherty: # On Solaris 8, with Sun's Workshop Compiler, using 64-bit long # longs as INTVAL, I get the following test failure in # t/src/sprintf. It looks like something is getting passed a # 64-bit integer quantity but only taking the first 32-bits # (i.e. an int or long) to do the prin

Re: [perl #19187] t/src/sprintf errors with 64-bit ints:

2002-12-16 Thread Nicholas Clark
On Mon, Dec 16, 2002 at 03:34:34PM +, Andy Dougherty wrote: > On Solaris 8, with Sun's Workshop Compiler, using 64-bit long longs as > INTVAL, I get the following test failure in t/src/sprintf. It looks > like something is getting passed a 64-bit integer quantity but only taking > the first 32

[perl #19187] t/src/sprintf errors with 64-bit ints:

2002-12-16 Thread via RT
# New Ticket Created by Andy Dougherty # Please include the string: [perl #19187] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=19187 > On Solaris 8, with Sun's Workshop Compiler, using 64-bit long longs as INTVAL, I get