repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2015-09-24 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
specs
/
noinline3.ads
blob
0828b88cf26fcd803546744086818cb4e13f7f7a
1
-- { dg-do compile }
2
-- { dg-options "-O2 -fdump-tree-optimized" }
3
4
with
Noinline3_Pkg
;
5
6
package
Noinline3
is new
Noinline3_Pkg
(
0
);
7
8
-- { dg-final { scan-tree-dump-times "noinline3.inner" 2 "optimized" } }