From 3167bfc62bb38e3057f7694566b5bb157236a5a8 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Tue, 30 Oct 2012 23:21:19 +0100 Subject: [PATCH] CFLAGS-test-tgmath2.c --- math/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/Makefile b/math/Makefile index db50800648..bd4212aeab 100644 --- a/math/Makefile +++ b/math/Makefile @@ -129,7 +129,7 @@ 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-tgmath2.c = -fno-builtin -fno-var-tracking CFLAGS-test-tgmath-ret.c = -fno-builtin CFLAGS-test-powl.c = -fno-builtin CFLAGS-test-test-fenv.c = -frounding-math -- 2.43.5