These are only XFAILs with llvmgcc3, they pass with llvmgcc4

llvm-svn: 27658
diff --git a/llvm/test/Regression/CFrontend/2005-10-18-VariableSizedElementCrash.c b/llvm/test/Regression/CFrontend/2005-10-18-VariableSizedElementCrash.c
index 9efa110..290e7cd 100644
--- a/llvm/test/Regression/CFrontend/2005-10-18-VariableSizedElementCrash.c
+++ b/llvm/test/Regression/CFrontend/2005-10-18-VariableSizedElementCrash.c
@@ -1,5 +1,6 @@
 // RUN: %llvmgcc %s -S -o -
-// XFAIL: *
+// XFAIL: llvmgcc3
+
 int sub1(int i, char *pi) {
   typedef int foo[i];
   struct bar {foo f1; int f2:3; int f3:4} *p = (struct bar *) pi;