Opened 16 years ago
Closed 16 years ago
#2416 closed task (fixed)
GMP 4.3.1
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | 6.5 |
Component: | Book | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description
New version.
- Gcc 4.3.2 miscompiles GMP 4.3.x on 64-bit machines.
- Miscompilation on several platforms using several different compilers. There is nothing the GMP developers can do about this. Remember to run make check!
Additional issues with GMP 4.3.0:
- The function mpz_gcdext can sometimes generate invalid cofactors. Also affected is mpz_invert. The root cause is a missed normalization in mpn_gcdext.
Change History (2)
comment:1 by , 16 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed at r8922.