* snames.ads-tmpl (Name_Ivdep): New pragma-related name.
[official-gcc.git] / gcc / testsuite / gnat.dg / opt15.adb
blobeadc25d7023a8be936ab3cc0bf01730f1dd6e27d
1 -- { dg-do compile }
2 -- { dg-options "-O -gnatn -fdump-tree-optimized" }
4 with Opt15_Pkg; use Opt15_Pkg;
6 procedure Opt15 is
7 begin
8 Trace_Inlined;
9 end;
11 -- { dg-final { scan-tree-dump-not "trace_inlined" "optimized" } }
12 -- { dg-final { cleanup-tree-dump "optimized" } }