]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/g++.old-deja/g++.other/bitfld2.C
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / bitfld2.C
diff --git a/gcc/testsuite/g++.old-deja/g++.other/bitfld2.C b/gcc/testsuite/g++.old-deja/g++.other/bitfld2.C
deleted file mode 100644 (file)
index 466c5ce..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-// Origin: Mark Mitchell <mark@codesourcery.com>
-// Special g++ Options: -funsigned-bitfields
-
-typedef int i[4];
-
-struct S {
-  i j:12; // ERROR - array type as bitfield
-};