glibc/sysdeps/ieee754
Adhemerval Zanella 9d0b7ec87c math: Suppress clang -Wincompatible-library-redeclaration on s_llround
Clang issues:

  ../sysdeps/ieee754/dbl-64/s_llround.c:83:30: error: incompatible
  redeclaration of library function 'lround'
  [-Werror,-Wincompatible-library-redeclaration]
  libm_alias_double (__lround, lround)
                               ^
  ../sysdeps/ieee754/dbl-64/s_llround.c:83:30: note: 'lround' is a builtin
  with type 'long (double)'

Reviewed-by: Sam James <sam@gentoo.org>
2025-10-21 09:24:27 -03:00
..
dbl-64 math: Suppress clang -Wincompatible-library-redeclaration on s_llround 2025-10-21 09:24:27 -03:00
float128 Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
flt-32 math: Add builtin support for (l)lround(f) 2025-10-17 17:03:54 +00:00
ldbl-64-128 stdio-common: Add scanf long double data for IEEE 754 binary64 format 2025-03-25 09:40:20 +00:00
ldbl-96 Suppress -Wmaybe-uninitialized only for gcc 2025-10-21 09:24:05 -03:00
ldbl-128 Suppress -Wmaybe-uninitialized only for gcc 2025-10-21 09:24:05 -03:00
ldbl-128ibm Suppress -Wmaybe-uninitialized only for gcc 2025-10-21 09:24:05 -03:00
ldbl-128ibm-compat Implement C23 rootn. 2025-05-14 10:51:46 +00:00
ldbl-opt stdio-common: Fix NaN input data for scanf input specifier tests [BZ #32857] 2025-08-23 01:02:46 +01:00
soft-fp Suppress -Wmaybe-uninitialized only for gcc 2025-10-21 09:24:05 -03:00
Makefile
ieee754.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
k_standard.c
k_standardf.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
k_standardl.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
libm-alias-finite.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
s_lib_version.c
s_matherr.c
s_signgam.c