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
Warn pointer to signed integer cast for ilp32
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
constant4.adb
blob
826823a6248680359303d418018ac9a721aae55f
1
-- { dg-do link }
2
-- { dg-options "-gnat12" }
3
4
with
Constant4_Pkg
;
use
Constant4_Pkg
;
5
6
procedure
Constant4
is
7
Sum
:
Counter
:=
0
;
8
begin
9
for
Count
of
Steals
loop
10
Sum
:=
Sum
+
Count
;
11
end loop
;
12
end
;