Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.pt / crash9.C
blobdab0e4c2824fe61193be465f232d7a5189d11c8c
1 // { dg-do assemble  }
3 template <class T>
4 void f(T) {} // { dg-error "" } parameter has incomplete type
6 class C;    // { dg-error "" } forward declaration
8 void g(const C& c)
10   f(c); // { dg-error "" } invalid use of undefined type