This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.22-468-g8b126a4


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  8b126a4a2ca78a5d98cc7afa219d93c8a31ed944 (commit)
      from  caf2d83659ce326c23bca0393a2a88749c4a9def (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=8b126a4a2ca78a5d98cc7afa219d93c8a31ed944

commit 8b126a4a2ca78a5d98cc7afa219d93c8a31ed944
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Tue Oct 27 17:13:14 2015 +0000

    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.

diff --git a/ChangeLog b/ChangeLog
index 832eed1..824d4f2 100644
--- 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.
 
diff --git a/conform/Makefile b/conform/Makefile
index 1a76369..d25fc97 100644
--- a/conform/Makefile
+++ b/conform/Makefile
@@ -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

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog        |    5 +++++
 conform/Makefile |    5 -----
 2 files changed, 5 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]