]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/g++.dg/other/anon-struct.C
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / g++.dg / other / anon-struct.C
diff --git a/gcc/testsuite/g++.dg/other/anon-struct.C b/gcc/testsuite/g++.dg/other/anon-struct.C
deleted file mode 100644 (file)
index d045910..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-// Contributed by Gabriel Dos Reis <gdr@codesourcery.com>
-// { dg-do compile }
-
-namespace N { }
-
-namespace M
-{
-  typedef struct { } N;         // { dg-bogus ".*" "" { xfail *-*-* } }
-}