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
Wattributes-10.c: Add -fno-common option on hppa*-*-hpux*.
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
inline3.adb
blob
b0ba51360dab7364066f9a88de05fc08852650ce
1
-- { dg-do compile }
2
-- { dg-error "not marked Inline_Always" "" { target *-*-* } 0 }
3
-- { dg-error "cannot be inlined" "" { target *-*-* } 0 }
4
5
with
Inline3_Pkg
;
use
Inline3_Pkg
;
6
7
procedure
Inline3
is
8
begin
9
Test
(
0
);
10
end
;