]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/g++.old-deja/g++.pt/crash30.C
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / crash30.C
diff --git a/gcc/testsuite/g++.old-deja/g++.pt/crash30.C b/gcc/testsuite/g++.old-deja/g++.pt/crash30.C
deleted file mode 100644 (file)
index 13dc37a..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-// Build don't link:
-
-extern "C" int printf(const char *, ...);
-template <class T> struct A {
-  typedef typename T::X B; // ERROR - not a class
-  A(double);
-};
-template <class T> void xxx(typename A<T>::B);
-template <class T> struct B {
-  friend void xxx<T>(T); // ERROR - does not match any template
-};
-template struct B<double>; // ERROR -