Rebase.
[official-gcc.git] / gcc / testsuite / gcc.dg / tree-ssa / interposition.c
blob8c89150fc709aba3f9b29038d5b0306995cbb3f8
1 /* { dg-do compile } */
2 /* { dg-options "-O1 -fno-semantic-interposition -fdump-tree-optimized -fPIC" } */
3 int t(void)
5 return 1;
7 int q(void)
9 return t();
11 /* { dg-final { scan-tree-dump-times "return 1" 2 "optimized"} } */
12 /* { dg-final { cleanup-tree-dump "optimized" } } */