[BACK]Return to BUGS CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / gmp / mpfr

File: [local] / OpenXM_contrib / gmp / mpfr / Attic / BUGS (download)

Revision 1.1.1.1 (vendor branch), Mon Aug 25 16:06:08 2003 UTC (20 years, 9 months ago) by ohara
Branch: GMP
CVS Tags: VERSION_4_1_2, RELEASE_1_2_3, RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX
Changes since 1.1: +0 -0 lines

Import gmp 4.1.2

Probably many bugs.

Known bugs:

* The overflows/underflows are not yet implemented in all functions.

* Possible integer overflows on some machines.

* mpfr_set_d may give wrong results on some architectures.

Potential bugs:

* get_str.c: condition len != n + 1 is always satisfied at the end.
  This means that there are too many reallocations (possibly useless
  ones) and a possible bug.