]> sourceware.org Git - glibc.git/commitdiff
Remove pre-GCC-4.7 conform/ test XFAILs.
authorJoseph Myers <joseph@codesourcery.com>
Tue, 27 Oct 2015 17:13:14 +0000 (17:13 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Tue, 27 Oct 2015 17:13:14 +0000 (17:13 +0000)
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.

ChangeLog
conform/Makefile

index 832eed1f148f350ec9a46aa41e583980efc941d2..824d4f28178001468454ba168cce9cf84e18023d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
 
index 1a763691c725eca76c66973b30e18554e03683b1..d25fc97a838850d77b7073d1af0412f3c15349fd 100644 (file)
@@ -150,11 +150,6 @@ $(conformtest-header-list-tests): $(objpfx)header-list-%.out: \
                 "$(conformtest-headers-data)" > $@; \
        $(evaluate-test)
 
-# GCC 4.6 and earlier lack features required by these tests.
-test-xfail-ISO11/complex.h/conform = yes
-test-xfail-ISO11/stdalign.h/conform = yes
-test-xfail-ISO11/stdnoreturn.h/conform = yes
-
 # Pre-standard C feature no longer supported by GCC (obsoleted in
 # newer POSIX standards).
 test-xfail-XPG3/varargs.h/conform = yes
This page took 0.093592 seconds and 5 git commands to generate.