mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 14:20:07 +00:00
678443ce17
NPTL has tests that initializers work with various -std= options. Now that we can rely on -std=gnu11 and -std=c11 being available, this patch adds versions of those tests for those options. Tested for x86_64 and x86 (testsuite). * nptl/tst-initializers1-c11.c: New file. * nptl/tst-initializers1-gnu11.c: Likewise. * nptl/Makefile (tests): Add these new tests. (CFLAGS-tst-initializers1-c11.c): New variable. (CFLAGS-tst-initializers1-gnu11.c): Likewise.
2 lines
31 B
C
2 lines
31 B
C
#include "tst-initializers1.c"
|