Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.pt / crash63.C
blob15d26b619aab2b58c6dead07644abcc2308b7d4f
1 // { dg-do assemble  }
3 // Copyright (C) 2000 Free Software Foundation, Inc.
4 // Contributed by Nathan Sidwell 10 Jan 2001 <nathan@codesourcery.com>
6 // Bug 1585. We ICEd on a template template parm with no parms.
8 template<template<class> class C> class B;
9 template<template<> class C> class D; // { dg-error "" } parse error