Commit 57d75d5f by Alexandre Oliva Committed by Alexandre Oliva

* g++.old-deja/g++.eh/sjlj1.C: test checked sjlj-exception

From-SVN: r23465
parent f76f703f
1998-10-31 Alexandre Oliva <oliva@dcc.unicamp.br> 1998-10-31 Alexandre Oliva <oliva@dcc.unicamp.br>
* g++.old-deja/g++.eh/sjlj1.C: test checked sjlj-exception
* g++.old-deja/g++.pt/spec24.C: ensure that template * g++.old-deja/g++.pt/spec24.C: ensure that template
specializations start with template headers specializations start with template headers
......
// Special g++ Options: -fsjlj-exceptions
// execution test - XFAIL *-*-*
void foo() throw(int) { throw 1; }
int main() {
try { foo(); }
catch(int) { return 0; }
abort();
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment