diff options
| author | Joseph Myers <joseph@codesourcery.com> | 2015-10-27 17:13:14 +0000 |
|---|---|---|
| committer | Joseph Myers <joseph@codesourcery.com> | 2015-10-27 17:13:14 +0000 |
| commit | 8b126a4a2ca78a5d98cc7afa219d93c8a31ed944 (patch) | |
| tree | e7095db10bc4c46744a8821aa0aa2a17779fc175 /ChangeLog | |
| parent | caf2d83659ce326c23bca0393a2a88749c4a9def (diff) | |
| download | glibc-8b126a4a2ca78a5d98cc7afa219d93c8a31ed944.tar.xz glibc-8b126a4a2ca78a5d98cc7afa219d93c8a31ed944.zip | |
Remove pre-GCC-4.7 conform/ test XFAILs.
Now that GCC 4.7 or later is required to build glibc, this patch
removes three conform/ test XFAILs that related to missing C11 support
in GCC 4.6.
Tested for x86_64 and x86 (conform/ tests).
* conform/Makefile (test-xfail-ISO11/complex.h/conform): Remove
variable.
(test-xfail-ISO11/stdalign.h/conform): Likewise.
(test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2015-10-27 Joseph Myers <joseph@codesourcery.com> + * conform/Makefile (test-xfail-ISO11/complex.h/conform): Remove + variable. + (test-xfail-ISO11/stdalign.h/conform): Likewise. + (test-xfail-ISO11/stdnoreturn.h/conform): Likewise. + * conform/GlibcConform.pm ($CFLAGS{"ISO11"}): Use -std=c11 instead of -std=c1x -D_ISOC11_SOURCE. |
