mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
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
This commit is contained in:
parent
ced52c719c
commit
d077f65fc8
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user