Need -O1 or better to have these builtins lowered to
[oota-llvm.git] / test / CFrontend / 2005-10-18-VariableSizedElementCrash.c
index 9efa1108eda158c1b31feb2105a1690610e52363..867e4d285e60793e498571171766bb5f608b7dde 100644 (file)
@@ -1,5 +1,5 @@
 // RUN: %llvmgcc %s -S -o -
-// XFAIL: *
+
 int sub1(int i, char *pi) {
   typedef int foo[i];
   struct bar {foo f1; int f2:3; int f3:4} *p = (struct bar *) pi;