Re: signbit glitch (coreutils 6.10, Solaris 8 sparc, GCC 4.2.2)

2008-01-26 Thread Paul Eggert
Bruno Haible <[EMAIL PROTECTED]> writes: > The warning goes away > if one uses __builtin_signbit instead of signbit. Yes, thanks, I tested that patch on Solaris 8 and it does fix the warning. ___ Bug-coreutils mailing list Bug-coreutils@gnu.org http:

Re: signbit glitch (coreutils 6.10, Solaris 8 sparc, GCC 4.2.2)

2008-01-25 Thread Bruno Haible
Paul Eggert wrote: > I ran into the following minor glitch when compiling coreutils 6.10 on > Solaris 8 sparc with GCC 4.2.2: > > vasnprintf.c: In function 'vasnprintf': > vasnprintf.c:2196: warning: implicit declaration of function 'signbit' Thanks for reporting this. > Here is a patch to the g