aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gnat.dg/opt15.adb
blob: eadc25d7023a8be936ab3cc0bf01730f1dd6e27d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
-- { dg-do compile }
-- { dg-options "-O -gnatn -fdump-tree-optimized" }

with Opt15_Pkg; use Opt15_Pkg;

procedure Opt15 is
begin
  Trace_Inlined;
end;

-- { dg-final { scan-tree-dump-not "trace_inlined" "optimized" } }
-- { dg-final { cleanup-tree-dump "optimized" } }