glibc/sysdeps/ieee754
Andreas Schwab 5aa1ddfcb3 Avoid maybe-uninitialized warning in __kernel_rem_pio2
With GCC 14 on 32-bit x86 the compiler emits a maybe-uninitialized
warning:

../sysdeps/ieee754/dbl-64/k_rem_pio2.c: In function '__kernel_rem_pio2':
../sysdeps/ieee754/dbl-64/k_rem_pio2.c:364:20: error: 'fq' may be used uninitialized [-Werror=maybe-uninitialized]
  364 |           y[0] = fq[0]; y[1] = fq[1]; y[2] = fw;
      |                  ~~^~~

This is similar to the warning that is suppressed in the other branch of
the switch.  Help the compiler knowing that the variable is always
initialized, which also makes the suppression obsolete.
2023-10-16 09:59:32 +02:00
..
dbl-64 Avoid maybe-uninitialized warning in __kernel_rem_pio2 2023-10-16 09:59:32 +02:00
float128
flt-32
ldbl-64-128
ldbl-96
ldbl-128
ldbl-128ibm
ldbl-128ibm-compat sysdeps/ieee754/ldbl-128ibm-compat: Fix warn unused result 2023-07-05 16:59:48 +02:00
ldbl-opt configure: Use autoconf 2.71 2023-07-17 10:08:10 -04:00
soft-fp
ieee754.h
k_standard.c
k_standardf.c
k_standardl.c
libm-alias-finite.h
Makefile
s_lib_version.c
s_matherr.c
s_signgam.c