#6453: MPFR test failures on Solaris 10 update 4 on host 't2'
----------------------+-----------------------------------------------------
 Reporter:  drkirkby  |       Owner:  drkirkby  
     Type:  defect    |      Status:  assigned  
 Priority:  major     |   Milestone:  sage-4.1.1
Component:  solaris   |    Keywords:            
 Reviewer:            |      Author:            
   Merged:            |  
----------------------+-----------------------------------------------------

Comment(by zimmerma):

 This is a compiler bug. See
 http://websympa.loria.fr/wwsympa/arc/mpfr/2009-07/msg00049.html.
 A possible fix is the following:
 {{{
 zimme...@t2:/tmp/mpfr-2.4.1$ diff mpn_exp.c.orig mpn_exp.c
 74c74
 <   MPN_ZERO (a, n - 1);
 ---
 >   if (n > 1) MPN_ZERO (a, n - 1);
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6453#comment:4>
Sage <http://sagemath.org/>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to