Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.robertl / ice990323-3.C
blob37d5b693934a7428d7aa006acf63c947c30ebfd4
1 // { dg-do assemble  }
2 // try throwing overloaded function
4 void f(int)
8 void f(long)
12 void g()
14         throw &f; // { dg-error "" } insufficient contextual information