Disable uninitialized warning with GCC 4.8
commitfff289f358ee26bb4cdd70f72f4b1b0e1a7d07a1
authorStan Shebs <stanshebs@google.com>
Wed, 26 Aug 2015 23:10:00 +0000 (26 16:10 -0700)
committerRoland McGrath <roland@hack.frob.com>
Wed, 26 Aug 2015 23:10:43 +0000 (26 16:10 -0700)
tree178d336afbbe2df8521eccc7e4e16f66ab60531c
parent55504a3df099b70e06cd14064adfe6bd815cedbd
Disable uninitialized warning with GCC 4.8

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.

* sysdeps/ieee754/ldbl-96/k_tanl.c: Include <libc-internal.h>.
(__kernel_tanl): Ignore uninitialized warnings around use of SIGN.
ChangeLog
sysdeps/ieee754/ldbl-96/k_tanl.c