]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/g++.old-deja/g++.other/crash32.C
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / crash32.C
diff --git a/gcc/testsuite/g++.old-deja/g++.other/crash32.C b/gcc/testsuite/g++.old-deja/g++.other/crash32.C
deleted file mode 100644 (file)
index 98366c1..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-// Build don't link:
-// Origin: Jakub Jelinek <jakub@redhat.com>
-
-// excess errors test - XFAIL *-*-*
-
-struct foo
-{
-  enum e
-  {
-    not                                // ERROR - 
-  };
-  ~foo();
-  void x (foo *&a, bool b = (unsigned char)0);
-};
-
-namespace N
-{
-  struct bar;
-
-  template<class T>
-  struct baz
-  {
-    baz(T *p);
-  };
-
-  typedef baz<bar> c;
-}
-
-struct z
-{
-  int a;
-};