]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/g++.dg/ext/vlm2.C
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / g++.dg / ext / vlm2.C
diff --git a/gcc/testsuite/g++.dg/ext/vlm2.C b/gcc/testsuite/g++.dg/ext/vlm2.C
deleted file mode 100644 (file)
index 3a0b335..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-// { dg-options "" }
-
-int n;
-
-struct Y
-{
-  void f () {
-    typedef int X[n];
-    struct Z {
-      X x; // { dg-error "variably modified" }
-    };
-  }
-};