bug-gmp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bug in gmp-4.0 test suite


From: Kevin Ryde
Subject: Re: bug in gmp-4.0 test suite
Date: 07 Dec 2001 07:00:27 +1000
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.5

Mike Jetzer <address@hidden> writes:
>
> tests/misc/t-locale.c has a small bug where if you cannot replace
> localeconv()
> (as is the case under AIX 4.3.3), mpf_clear() is not called, so
> tests_memory_end() reports "1 blocks remaining" and performs the abort.

Ah yes, thanks.  I see tests/cxx/t-locale.cc has the same problem too.

> This can be solved by adding an mpf_clear(f) immediately before the "goto
> done"
> statement:

Thanks, though I think instead I'll move the clear up to before the
"if".



reply via email to

[Prev in Thread] Current Thread [Next in Thread]