]> granicus.if.org Git - clang/commitdiff
Don't include complex.h or tgmath.h for this test; they aren't needed,
authorEli Friedman <eli.friedman@gmail.com>
Tue, 10 Jun 2008 05:09:36 +0000 (05:09 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Tue, 10 Jun 2008 05:09:36 +0000 (05:09 +0000)
and including tgmath.h causes the test to fail for no good reason.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52167 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/mandel.c

index f9b59722163a41adb5650b27dde5737884ea5562..06789564f313cc04b65256488f05673f6ebc8898 100644 (file)
@@ -25,13 +25,7 @@ int main() { return 0; }
 
 #define I 1.0iF
 
-#if defined(__FreeBSD__) || defined(__OpenBSD__)
-#include <complex.h>
-#elif defined(__APPLE__)
 #include <math.h>
-#else
-#include <tgmath.h>
-#endif
 
 #include <stdio.h>