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
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
# 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