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
/
opt79.ads
blob
aa90c17f8dd4aee0f412329abbfab26facf4e9a2
1
package
Opt79
is
2
3
type
Arr
is array
(
1
..
8
)
of
Integer
;
4
5
function
F
(
I
:
Integer
)
return
Arr
;
6
7
end
Opt79
;