glibc/sysdeps
Adhemerval Zanella 062510a0c1 termios: Suppress clang -Winitializer-overrider on ___cbaud_to_speed
clang-18 and onwards issues:

../sysdeps/unix/sysv/linux/speed.c:71:23: error: initializer overrides prior initialization of this subobject [-Werror,-Winitializer-overrides]
   71 |       [_cbix(__B0)] = 0,
      |                       ^
../sysdeps/unix/sysv/linux/speed.c:70:34: note: previous initialization is here
   70 |       [0 ... _cbix(CBAUDMASK)] = -1,
[...]

The override is explicit used to support the same initialization on
multiple platforms (since the baud values differ on alpha and powerpc).

Reviewed-by: Collin Funk <collin.funk1@gmail.com>
2025-10-21 09:26:04 -03:00
..
aarch64 AArch64: Use math-use-builtins for roundeven(f)/lrint(f)/lround(f) 2025-10-17 17:03:54 +00:00
alpha alpha: Fix missing inexact-flag raising for lround/lrint 2025-09-11 14:48:00 -03:00
arc math: Add fetestexcept internal alias 2025-09-11 14:46:07 -03:00
arm arm: Add ARM VFPv4 VFMA instruction support in fma/fmaf (BZ 15503) 2025-10-03 15:19:54 -03:00
csky math: Add fetestexcept internal alias 2025-09-11 14:46:07 -03:00
generic math: Add builtin support for (l)lround(f) 2025-10-17 17:03:54 +00:00
gnu errlist: add missing entries for MIPS/SPARC 2025-08-04 11:13:48 -03:00
hppa math: Add fetestexcept internal alias 2025-09-11 14:46:07 -03:00
htl Remove futex_supports_pshared 2025-09-08 15:01:18 +02:00
hurd htl: move pthread_kill into libc. 2025-08-16 01:44:27 +02:00
i386 x86: Use typeof_member style in RSEQ area access expressions 2025-10-08 09:35:15 +02:00
ieee754 math: Suppress clang -Wincompatible-library-redeclaration on s_llround 2025-10-21 09:24:27 -03:00
loongarch math: Add fetestexcept internal alias 2025-09-11 14:46:07 -03:00
m68k math: Remove unused files 2025-09-23 10:29:24 -03:00
mach posix: Defined _POSIX_VDISABLE as integer literal 2025-10-20 11:33:54 -03:00
microblaze atomic: Switch microblaze to builtin atomics 2025-09-09 13:53:54 +00:00
mips mips: Fix delay slot filling in bsd-setjmp.S 2025-09-23 10:29:24 -03:00
nptl Remove futex_supports_pshared 2025-09-08 15:01:18 +02:00
or1k math: Add fetestexcept internal alias 2025-09-11 14:46:07 -03:00
posix assert: Refactor assert/assert_perror 2025-09-23 10:29:24 -03:00
powerpc ppc64le: Restore optimized strncmp for power10 2025-10-07 03:25:42 -05:00
pthread Add once_flag, ONCE_FLAG_INIT and call_once to stdlib.h for C23 2025-10-01 15:15:15 +00:00
riscv Fix RISC-V soft-float _FPU_SETCW for GCC 16 set-but-not-used warnings 2025-09-13 07:11:44 -07:00
s390 math: Add fetestexcept internal alias 2025-09-11 14:46:07 -03:00
sh math: Add fetestexcept internal alias 2025-09-11 14:46:07 -03:00
sparc math: Add fetestexcept internal alias 2025-09-11 14:46:07 -03:00
unix termios: Suppress clang -Winitializer-overrider on ___cbaud_to_speed 2025-10-21 09:26:04 -03:00
wordsize-32
wordsize-64
x86 x86: Detect Intel Nova Lake Processor 2025-10-07 20:50:24 -07:00
x86_64 x86: Use typeof_member style in RSEQ area access expressions 2025-10-08 09:35:15 +02:00