summaryrefslogtreecommitdiffstats
path: root/test/Headers
diff options
context:
space:
mode:
Diffstat (limited to 'test/Headers')
-rw-r--r--test/Headers/float.c2
1 files changed, 2 insertions, 0 deletions
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