From: Richard Smith Date: Thu, 11 Feb 2016 20:36:47 +0000 (+0000) Subject: XFAIL this test for PPC64 for now. It looks like the *_MIN_EXP macros are in fact... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e1a89b064148bf7eae3b03092441aaa9f636063d;p=clang XFAIL this test for PPC64 for now. It looks like the *_MIN_EXP macros are in fact defined incorrectly for that target. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@260583 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Headers/float.c b/test/Headers/float.c index 578b9b03f5..9dd1cec90b 100644 --- a/test/Headers/float.c +++ b/test/Headers/float.c @@ -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