From: Roca, Ignasi Date: Wed, 17 Jan 2001 15:16:43 +0000 (+0100) Subject: lib/tie-substrhash.t FAILED at test 11 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2d9af89dd69923cdedca6ec04a8cd5e5134b0c0b;p=p5sagit%2Fp5-mst-13.2.git lib/tie-substrhash.t FAILED at test 11 Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> pp_int() was dropping an NV to the floor, int(279964589018079/59) either returned not an integer 4745162525730.15, or one got "Attempt to free unreferenced scalar." p4raw-id: //depot/perl@8464 --- diff --git a/pp.c b/pp.c index 87e459e..d9b0685 100644 --- a/pp.c +++ b/pp.c @@ -2604,6 +2604,7 @@ PP(pp_int) (void)Perl_modf(tmp, &tmp); value = (NV)tmp; #endif + SETn(value); } } else {