Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.pt / memtemp64.C
blobdda0a63b4405c929904a485114848433b53de328
1 // { dg-do assemble  }
3 template <class T>
4 struct S1 {};
6 template <class T>
7 void f(T);
9 template <class C>
10 struct S2
12   template <class T>
13   void f<S1<T> >(T) {}  // { dg-error "" } bad specialization.
17 template <class T>
18 struct S3
20   friend class S2<T>;