OSDN Git Service

Remove no-longer-applicable XFAIL marks for sh-*-*. Remove stray **-* after arm...
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.mike / eh7.C
1 // Special g++ Options: -fexceptions
2 // excess errors test - XFAIL a29k-*-* sparc64-*-elf arm-*-pe
3
4 main() {
5   if (0)
6     throw 1 | 2;
7 }