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.16-ports-merge-484-gd077f65


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  d077f65fc8ec2ed89712746ff9773cf600b3de60 (commit)
      from  ced52c719c2100b3eef082ea737ecb2dbc6a0ebf (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://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=d077f65fc8ec2ed89712746ff9773cf600b3de60

commit d077f65fc8ec2ed89712746ff9773cf600b3de60
Author: Markus Trippelsdorf <markus@trippelsdorf.de>
Date:   Thu Oct 18 16:03:49 2012 -0400

    Comment on slow compilation of math/test-tgmath2.c
    
    The math/test-tgmath2.c testcase uses very long lines
    (>3 million), so it may take a while to compile it.
    
    See: http://llvm.org/bugs/show_bug.cgi?id=14106 and
    http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54402

diff --git a/ChangeLog b/ChangeLog
index f8be4dd..5af0503 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
+
+	* math/Makefile: Comment on slow compilation of test-tgmath2.c.
+
 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
 
 	* sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
diff --git a/math/Makefile b/math/Makefile
index 7759873..9e17695 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -126,6 +126,9 @@ CFLAGS-test-float.c = -fno-inline -ffloat-store -fno-builtin -frounding-math
 CFLAGS-test-double.c = -fno-inline -ffloat-store -fno-builtin -frounding-math
 CFLAGS-test-ldouble.c = -fno-inline -ffloat-store -fno-builtin -frounding-math
 CFLAGS-test-tgmath.c = -fno-builtin
+# The following testcase uses very long lines (>3 million), so it may take a
+# while to compile it. See: http://llvm.org/bugs/show_bug.cgi?id=14106 and
+# http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54402
 CFLAGS-test-tgmath2.c = -fno-builtin
 CFLAGS-test-tgmath-ret.c = -fno-builtin
 CFLAGS-test-powl.c = -fno-builtin

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

Summary of changes:
 ChangeLog     |    4 ++++
 math/Makefile |    3 +++
 2 files changed, 7 insertions(+), 0 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]