On 10/10/2011 10:20 AM, Tom G. Christensen wrote:
Hello,
There's a typo in modules/ffsll, a missing 'l' in the
gl_STRING_MODULE_INDICATOR line.
Fixing the typo fixed the build error (and the test passes).
Thanks; I'm pushing this in your name (the "tiny change" merely
indicates that you
Hello,
There's a typo in modules/ffsll, a missing 'l' in the
gl_STRING_MODULE_INDICATOR line.
It causes test-ffsll to fail building on platforms that lack this
function since the gnulib replacement is not activated (GNULIB_FFSLL=0).
Solaris 9 with Sun C 5.9:
cc -DHAVE_CONFIG_H -I. -DGNULIB
Precision of floats is implementation dependant and AFAIR compiler is
allowed do float arithmetic at compile time with higher precision than
at host machine. What is result when floats are read from standard
input?
On Sun, Oct 09, 2011 at 12:44:07PM +0200, Bastien ROUCARIES wrote:
> On Sun, Oct 9,