https://bugzilla.redhat.com/show_bug.cgi?id=1459155 --- Comment #1 from Petr Pisar <ppisar@xxxxxxxxxx> --- The failing subtest in t/00_Pari.t is subtest number 12: $ perl -Iblib/{lib,arch} t/00_Pari.t |less 1..559 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 not ok 12 ok 13 [...] The test does: use Math::Pari; $add = Math::Pari::loadPari("gadd"); test($add); # 8 test("$add" =~ /^CODE/); # 9 $b= &$add (34,67); test($b); # 10 test(ref $b eq "Math::Pari"); # 11 test(Math::Pari::pari2iv($b)==101); # 12 The failure is the Math::Pari::pari2iv($b) value becomes 33554840 on i686. The $b object is bless( do{\(my $o = 3067660500)}, 'Math::Pari' ); -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ perl-devel mailing list -- perl-devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to perl-devel-leave@xxxxxxxxxxxxxxxxxxxxxxx