Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gnat.dg
/
opt15.adb
blob: 04f1ae04f7599f04474957e47994c8b6b77533cc [
file
] [
log
] [
blame
]
--
{
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"
}
}