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:
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