Opened 13 years ago

Closed 13 years ago

#2935 closed enhancement (fixed)

gmp 5.0.2 patch

Reported by: pierre Owned by: bdubbs@…
Priority: normal Milestone: 7.0
Component: Book Version: SVN
Severity: normal Keywords:
Cc:

Description

In the "Status of the current release" section of the gmp web site, http://gmplib.org/, a patch correcting a GMP 5.0.2 bug in mpn/generic/dcpi1_bdiv_q.c is referenced: http://gmplib.org:8000/gmp-5.0/raw-rev/538dfce27f41. To be included in the book ?

Change History (3)

comment:1 by bdubbs@…, 13 years ago

Owner: changed from lfs-book@… to bdubbs@…
Status: newassigned

This patch could be implemented as a sed:

sed -i 's/np + dn, qn/& - dn/' mpn/generic/dcpi1_bdiv_q.c

Since it looks to be a rare combination of events that cause the occurrence of this bug, it looks to me like we only need to do this in Chapter 6. I don't have a problem with adding this to 7.0, but would like some other opinions.

comment:2 by Matthew Burgess, 13 years ago

The sed looks good to me, and I think this is suitable 7.0 material.

comment:3 by bdubbs@…, 13 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 9612.

Thanks for the report.

Note: See TracTickets for help on using tickets.