Rename NeedsSetToChangeDiffSize to HasAggressiveSymbolFolding which is a much
[oota-llvm.git] / test / FrontendC / vla-1.c
index 46d9a0765ec1d55330162ec8ee5650f14d017e3c..77f78a5e3af743da66888961a15f472adc2ba3a1 100644 (file)
@@ -1,4 +1,6 @@
-// RUN: not %llvmgcc -std=gnu99 %s -S |& grep "error: alignment for"
+// 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)
 {