This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Disable uninitialized warning with GCC 4.8


On Fri, 21 Aug 2015, Stan Shebs wrote:

> As with other spots in the code, GCC 4.8 unnecessarily complains about
> an uninitialized variable in tanl calcs, so this patch disables.  With
> it, the library and sees the usual set of test passes.
> 
> Stan
> 
>         * sysdeps/ieee754/ldbl-96/k_tanl.c: Include <libc-internal.h>.
>         (__kernel_tanl): Ignore uninitialized warnings around use of SIGN.

This patch doesn't apply cleanly, could you resend it as an attachment?

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]