aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-12-23Add a reference to Clang /usr/include/tgmath.h dependencyH.J. Lu1-0/+1
2024-12-23Suppress Clang -Wimplicit-fallthrough warningsH.J. Lu2-0/+8
2024-12-23stdio: Suppress -Wformat only for gcc in tst-sprintf-errno.cAdhemerval Zanella1-1/+1
2024-12-23include/sys/cdefs.h: Add __attribute_optimization_barrier__Adhemerval Zanella45-101/+112
2024-12-23assert: Use __writev in assert.c [BZ #32492]DJ Delorie1-1/+1
2024-12-23Fix build without stack protector [BZ #32494]H.J. Lu3-4/+2
2024-12-23Check if TEST_CC supports -Wno-restrict before using itAdhemerval Zanella3-2/+48
2024-12-22hppa: Simplify handling of sanity check errors in clone.S.John David Anglin1-6/+5
2024-12-22hppa: add cacheflush() syscall wrapperJohn David Anglin5-0/+46
2024-12-22hppa: Update libm-test-ulpsJohn David Anglin1-5/+1
2024-12-22hurd: make mprotect translate KERN_PROTECTION_FAILURE to EACCESSSamuel Thibault1-0/+3
2024-12-22Compile tst-deadline.c with -Wno-ignored-attributes for ClangH.J. Lu2-1/+5
2024-12-22malloc: Only enable -Waggressive-loop-optimizations suppression for gccAdhemerval Zanella1-2/+2
2024-12-22Suppress -Wmaybe-uninitialized only for GCCH.J. Lu1-1/+1
2024-12-22Suppress Clang -Wgnu-folding-constant warningsH.J. Lu2-0/+8
2024-12-22stdio: Suppress clang warnings for tst-vprintf-width-i18n.cAdhemerval Zanella1-0/+8
2024-12-22stdio: Fix clang warnings on testsAdhemerval Zanella1-0/+5
2024-12-22math: Fix clang warnings for math/test-tgmath-ret.cAdhemerval Zanella1-0/+6
2024-12-22Suppress Clang warning on adding an integer to a stringAdhemerval Zanella4-0/+16
2024-12-22stdio: Suppress %Z format for clangAdhemerval Zanella5-0/+35
2024-12-22stdio: Suppress clang warnings for tst-unlockedio.cAdhemerval Zanella1-0/+7
2024-12-22localedata: Fix clang warnings on testsAdhemerval Zanella1-1/+7
2024-12-22elf: Suppress clang warning on tst-unique4Adhemerval Zanella2-1/+7
2024-12-22elf: Enable tst-dlopen-nodelete-reloc if TEST_CXX supports STB_GNU_UNIQUEH.J. Lu3-7/+108
2024-12-22elf: Check PDE load address with non-empty text sectionH.J. Lu2-0/+2
2024-12-22x86: Define __HAVE_FLOAT128 for Clang and use __builtin_*f128 code pathFangrui Song1-8/+16
2024-12-22Add clang specific warning suppression macrosAdhemerval Zanella1-0/+22
2024-12-22x86: Use inhibit_stack_protector on tst-ifunc-isa.hAdhemerval Zanella1-2/+3
2024-12-22elf: Compile test modules with -fsemantic-interpositionH.J. Lu4-0/+67
2024-12-22tst-printf-bz18872.sh: stdio: Use __attribute__ ((optnone)) for ClangAdhemerval Zanella1-0/+4
2024-12-22Handle pragma GCC optimize for clangAdhemerval Zanella2-2/+10
2024-12-22dirent: Remove variable length array structure for tst-getdents64.cAdhemerval Zanella1-11/+7
2024-12-22Add include/libc-misc.hH.J. Lu8-67/+203
2024-12-22Add test-config-cflags-float-store for -ffloat-storeH.J. Lu3-2/+46
2024-12-22localedata: Use hexadecimal character escape on testsAdhemerval Zanella11-36/+39
2024-12-22tst-atomic.c: Mark as UNSUPPORTED when compiled with ClangH.J. Lu1-0/+10
2024-12-22Enable execstack tests only if compiler supports trampolineH.J. Lu4-2/+80
2024-12-22x86: Include test-flt-eval-method-387 if -mfpmath=387 worksH.J. Lu3-1/+47
2024-12-22x86-64: Disable libmvec ABI test for ClangH.J. Lu1-0/+4
2024-12-22Remove Clang /usr/include/tgmath.h dependencyH.J. Lu1-1/+5
2024-12-22Don't redefine INFINITY nor NANH.J. Lu1-8/+12
2024-12-22Check Clang 12 for __builtin_complexH.J. Lu1-1/+2
2024-12-22Use -finput-charset=ascii only if supportedH.J. Lu6-6/+126
2024-12-22conform: Use -dD instead of -dN on compiler invocationAdhemerval Zanella1-3/+3
2024-12-22math: Exclude tgmath3-macro-tests for ClangH.J. Lu1-0/+5
2024-12-22Check if -mamx-tile works for testingH.J. Lu2-63/+32
2024-12-22assert: Sort tests in MakefileH.J. Lu1-1/+1
2024-12-20assert: ensure posix compliance, add tests for suchDJ Delorie3-2/+198
2024-12-21cet: Drop '#pragma GCC target' in tst-cet-legacy-10a[-static].cAdhemerval Zanella2-2/+0
2024-12-20posix: fix system when a child cannot be created [BZ #32450]Aurelien Jarno2-3/+28