On Thu, Mar 17, 2011 at 8:32 PM, Jason <ja...@njkfrudils.plus.com> wrote:

> Yep , it was just a hunch that was wrong , could you try putting some
> printf("here\n");fflush(0);
> between he tests in t-constants.c , so we can work out which one is the
> problem.

It stops inside this section:

#ifdef PP_INVERTED
  {
    mp_limb_t  pp_inverted_calc;
    invert_limb (pp_inverted_calc, PP);
    CHECK_LIMB (PP_INVERTED, pp_inverted_calc);
  }
#endif

It never completes:  invert_limb (pp_inverted_calc, PP);

-- 
You received this message because you are subscribed to the Google Groups 
"mpir-devel" group.
To post to this group, send email to mpir-devel@googlegroups.com.
To unsubscribe from this group, send email to 
mpir-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/mpir-devel?hl=en.

Reply via email to