diff options
author | Markus Trippelsdorf <markus@trippelsdorf.de> | 2012-10-18 16:03:49 -0400 |
---|---|---|
committer | Carlos O'Donell <carlos@systemhalted.org> | 2012-10-18 16:03:49 -0400 |
commit | d077f65fc8ec2ed89712746ff9773cf600b3de60 (patch) | |
tree | f1609e28a1020b09ef7cb023c5094668b3484b3d /ChangeLog | |
parent | ced52c719c2100b3eef082ea737ecb2dbc6a0ebf (diff) | |
download | glibc-d077f65fc8ec2ed89712746ff9773cf600b3de60.tar.gz glibc-d077f65fc8ec2ed89712746ff9773cf600b3de60.tar.xz glibc-d077f65fc8ec2ed89712746ff9773cf600b3de60.zip |
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
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index f8be4dd0dc..5af0503160 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. |