bug-gmp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: mpz_root assertion failure


From: Torbjorn Granlund
Subject: Re: mpz_root assertion failure
Date: 30 Nov 2002 20:12:17 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Jason Moxham <address@hidden> writes:

  gmp-4.1.1 appears to be OK
  
Perhaps this patch is what made it work?

*** mpn/generic/rootrem.c       8 May 2002 22:53:52 -0000       1.3
--- mpn/generic/rootrem.c       11 May 2002 14:23:33 -0000      1.4
***************
*** 86,88 ****
  
!   qp = TMP_ALLOC_LIMBS (un);  /* should try and reduce this allocation */
    xp = TMP_ALLOC_LIMBS (xn + 1);
--- 86,88 ----
  
!   qp = TMP_ALLOC_LIMBS (un + 1);
    xp = TMP_ALLOC_LIMBS (xn + 1);



-- 
Torbjörn




reply via email to

[Prev in Thread] Current Thread [Next in Thread]