XFAIL this test for PPC64 for now. It looks like the *_MIN_EXP macros are in fact defined incorrectly for that target.

llvm-svn: 260583
This commit is contained in:
Richard Smith 2016-02-11 20:36:47 +00:00
parent e5df1dfb14
commit 4539f2278f
1 changed files with 2 additions and 0 deletions

View 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