Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.pt / crash12.C
blob37388c82eb2dcaaaa7f2f31fbd8bc58ece891e52
1 // { dg-do assemble  }
2 // { dg-options "-g" }
4 template <class C>
5 class CenteringTag {
6 };
8 struct S {
9   template <class B, class C>
10   static void f() {
11     CenteringTag<C> ctag;
12   }