2018-11-07 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / lto / 20080926_0.C
blobd6a7bbffc701735faacbd14f5cef1614f9d0ebe7
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) { } }