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
Require target lra in gcc.dg/pr108095.c
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
addr2_p.ads
blob
dd409d6f6677891902f86b38cbcfa79f8cfcedf8
1
2
package
addr2_p
is
3
4
type
Block
is array
(
1
..
9
)
of
Integer
;
5
6
procedure
Process
(
Blk
:
Block
);
7
8
B1
:
constant
Block
:=
Block
'((1,2,3,4,5, others => 0));
9
B2 : constant Block := (1,2,3,4,5, others => 0);
10
end;