]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/g++.old-deja/g++.pt/crash46.C
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / crash46.C
diff --git a/gcc/testsuite/g++.old-deja/g++.pt/crash46.C b/gcc/testsuite/g++.old-deja/g++.pt/crash46.C
deleted file mode 100644 (file)
index e226559..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-// Build don't link:
-// Origin: Leon Bottou <leonb@research.att.com>
-
-class AA { protected:
-  template <class T> struct BB { T x; BB(const T &x) : x(x) { }; };
-  template <class T> struct CC : public BB<T> { CC(const T &x) : BB<T>(x) { };
-};
-};