PR tree-optimization/81303
[official-gcc.git] / gcc / testsuite / gcc.dg / tree-ssa / interposition.c
blob574475c0d93942e255df568f6fd2605ef960bb1e
1 /* { dg-do compile } */
2 /* { dg-require-effective-target fpic } */
3 /* { dg-options "-O1 -fno-semantic-interposition -fdump-tree-optimized -fPIC" } */
4 int t(void)
6 return 1;
8 int q(void)
10 return t();
12 /* { dg-final { scan-tree-dump-times "return 1" 2 "optimized"} } */