Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.pt / crash41.C
blobfc7f7b51497c0d559555917b89a7dc295d133d70
1 // { dg-do compile  }
2 // Origin: Mark Mitchell <mark@codesourcery.com>
4 template <int> struct S1{};
6 struct S2 { int i; };
8 template <class T>
9 void f(S2 s2) {
10   S1<s2.i> s1; // { dg-error "" }