diff options
author | Stan Shebs <stanshebs@google.com> | 2015-08-26 16:10:00 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2015-08-26 16:10:43 -0700 |
commit | fff289f358ee26bb4cdd70f72f4b1b0e1a7d07a1 (patch) | |
tree | 178d336afbbe2df8521eccc7e4e16f66ab60531c /ChangeLog | |
parent | 55504a3df099b70e06cd14064adfe6bd815cedbd (diff) | |
download | glibc-fff289f358ee26bb4cdd70f72f4b1b0e1a7d07a1.tar glibc-fff289f358ee26bb4cdd70f72f4b1b0e1a7d07a1.tar.gz glibc-fff289f358ee26bb4cdd70f72f4b1b0e1a7d07a1.tar.bz2 glibc-fff289f358ee26bb4cdd70f72f4b1b0e1a7d07a1.zip |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2015-08-26 Stan Shebs <stanshebs@google.com> + + * sysdeps/ieee754/ldbl-96/k_tanl.c: Include <libc-internal.h>. + (__kernel_tanl): Ignore uninitialized warnings around use of SIGN. + 2015-08-26 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com> * sysdeps/powerpc/bits/hwcap.h: Add PPC_FEATURE2_HTM_NOSC. |