Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.mike / p10416.C
blobaf82bd4af8b04cfd6a1004720a67a7b15b83995f
1 // { dg-do assemble { xfail sparc64-*-elf arm-*-pe } }
2 // { dg-options "-fexceptions" }
3 // prms-id: 10416
5 class not_ok {
6 public:
7   void f() throw(int) { }
8 };