XFAIL this test for PPC64 for now. It looks like the *_MIN_EXP macros are in fact...
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 11 Feb 2016 20:36:47 +0000 (20:36 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 11 Feb 2016 20:36:47 +0000 (20:36 +0000)
llvm-svn: 260583

clang/test/Headers/float.c

index 578b9b0..9dd1cec 100644 (file)
@@ -3,6 +3,8 @@
 // RUN: %clang_cc1 -fsyntax-only -verify -std=c11 -ffreestanding %s
 // expected-no-diagnostics
 
+// XFAIL: ppc64
+
 /* Basic conformance checks against the N1570 draft of C11 Std. */
 /*
     5.2.4.2.2p11, pp. 30