OSDN Git Service

PR c++/51186
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / lto / 20080926_0.C
1 // { dg-lto-do assemble }
2 // { dg-lto-options {{-O2 -flto -fno-strict-aliasing}} }
3 extern int foo();
4 void bar() { try { int i = foo(); } catch(int) { } }