]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/g++.dg/other/big-struct.C
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / g++.dg / other / big-struct.C
diff --git a/gcc/testsuite/g++.dg/other/big-struct.C b/gcc/testsuite/g++.dg/other/big-struct.C
deleted file mode 100644 (file)
index b006831..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-// { dg-do compile { target i?86-*-* } }
-
-struct A
-{
-};
-
-struct B : public A
-{
-  char b[0x20000000];
-} e;