summaryrefslogtreecommitdiffstats
path: root/llvm/test/FrontendC/vla-1.c
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/FrontendC/vla-1.c')
-rw-r--r--llvm/test/FrontendC/vla-1.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/FrontendC/vla-1.c b/llvm/test/FrontendC/vla-1.c
index c6c58f6cc36..77f78a5e3af 100644
--- a/llvm/test/FrontendC/vla-1.c
+++ b/llvm/test/FrontendC/vla-1.c
@@ -1,4 +1,6 @@
// RUN: %llvmgcc_only -std=gnu99 %s -S |& grep {warning: alignment for}
+// ppc does not support this feature, and gets a fatal error at runtime.
+// XFAIL: powerpc
int foo(int a)
{
OpenPOWER on IntegriCloud