Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.pt / ehspec1.C
blobe75704e776a513092e087316a3ddbd2bebedf814
1 // { dg-do assemble  }
2 // Bug: g++ forgets to instantiate A<int>
3 // Contributed by Jason Merrill <jason@cygnus.com>
5 template <class T> struct A { };
6 void f () throw (A<int>);