URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [g++.dg/] [lto/] [20081109-1_0.C] - Rev 826
Compare with Previous | Blame | View Log
// { dg-lto-do link }
// { dg-lto-options {{-fPIC -fwhopr}} }
// { dg-extra-ld-options "-fPIC -fwhopr -r -nostdlib -fno-exceptions" }
void func(); class Foo { };
void bar() { try { func(); } catch (Foo) { } };