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
compiler: give error for non-int arguments to make
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
tail_call.adb
blob
4f109adffc583cda4ecb81ea89ec6a643f4f95e8
1
-- { dg-do run }
2
-- { dg-options "-O2 -fno-unit-at-a-time" }
3
4
with
Tail_Call_P
;
use
Tail_Call_P
;
5
6
procedure
Tail_Call
is
7
begin
8
Insert
(
My_Array
,
0
,
0
);
9
end
;