Ciao,

Il Mer, 22 Gennaio 2014 12:44 pm, Torbjorn Granlund ha scritto:
> bodr...@mail.dm.unipi.it writes:
>
>   Maybe our printf/repl-vsnprintf.c is not tested enough?
>
> Oddly enough it is not even listed at e.g.,
> https://gmplib.org/devel/lcov/hannahnbsd32v61/gmp/printf/index.html.

Well, it is wrapped with

#if ! HAVE_VSNPRINTF   /* only need this file if we don't have vsnprintf */
[...]
#endif /* ! HAVE_VSNPRINTF */

so, on many systems it is not compiled at all... (and that's a reason why
it is less tested than other chunks of our C code).

> Of the existing 21 function in printf/ only 17 are there.  Great

Probably the missing ones are not needed on hannah...

-- 
http://bodrato.it/

_______________________________________________
gmp-devel mailing list
gmp-devel@gmplib.org
https://gmplib.org/mailman/listinfo/gmp-devel

Reply via email to