]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/g++.dg/ext/attrib2.C
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / g++.dg / ext / attrib2.C
diff --git a/gcc/testsuite/g++.dg/ext/attrib2.C b/gcc/testsuite/g++.dg/ext/attrib2.C
deleted file mode 100644 (file)
index a7563f3..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-// Test that an early attribute doesn't confuse uses of a class.
-// { dg-do compile }
-
-struct __attribute__ ((packed)) A
-{
-  void f () const;
-};
-
-void
-A::f () const
-{
-}