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-07-03 Christophe Lyon <christophe.lyon@linaro.org>
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
inline9.adb
blob
d64e134acf3fa2cd91f393b2cdb04edd4856c778
1
-- { dg-do compile }
2
-- { dg-options "-O -gnatn -Winline" }
3
-- { dg-warning "not marked Inline" "" { target *-*-* } 0 }
4
-- { dg-warning "cannot be inlined" "" { target *-*-* } 0 }
5
6
with
Inline9_Pkg
;
use
Inline9_Pkg
;
7
8
procedure
Inline9
is
9
begin
10
Test
(
0
);
11
end
;