]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/g++.old-deja/g++.pt/crash63.C
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / crash63.C
diff --git a/gcc/testsuite/g++.old-deja/g++.pt/crash63.C b/gcc/testsuite/g++.old-deja/g++.pt/crash63.C
deleted file mode 100644 (file)
index f88af72..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-// Build don't link:
-
-// Copyright (C) 2000 Free Software Foundation, Inc.
-// Contributed by Nathan Sidwell 10 Jan 2001 <nathan@codesourcery.com>
-
-// Bug 1585. We ICEd on a template template parm with no parms.
-
-template<template<class> class C> class B;
-template<template<> class C> class D; // ERROR - parse error