diff options
author | Joseph Myers <joseph@codesourcery.com> | 2015-10-27 21:48:34 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2015-10-27 21:48:34 +0000 |
commit | 678443ce179c30305be3a4a042abad2912c863d8 (patch) | |
tree | 2ddea7fab8ca07d0cf493667b2fead7de7b0b99e /ChangeLog | |
parent | 783dd2d3af5aad76829e61ab5abeac5d466971f6 (diff) | |
download | glibc-678443ce179c30305be3a4a042abad2912c863d8.zip glibc-678443ce179c30305be3a4a042abad2912c863d8.tar.gz glibc-678443ce179c30305be3a4a042abad2912c863d8.tar.bz2 |
Add -std=gnu11 and -std=c11 NPTL initializers tests.
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2015-10-27 Joseph Myers <joseph@codesourcery.com> + * 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. + * Makeconfig (CFLAGS): Use -std=gnu11 instead of -std=gnu99. * Makefile ($(objpfx)c++-types-check.out): Filter out -std=gnu11 instead of -std=gnu99. |