]> granicus.if.org Git - clang/commitdiff
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)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@260583 91177308-0d34-0410-b5e6-96231b3b80d8

test/Headers/float.c

index 578b9b03f5191119f370629905b616b081de0ae5..9dd1cec90b240eb7927922f8a714010c0c181372 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