repo.or.cz
/
official-gcc
/
graphite-test-results.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove outermost loop parameter.
[official-gcc/graphite-test-results.git]
/
gcc
/
testsuite
/
gnat.dg
/
discr16_pkg.ads
blob
985785f660d268b32f5b2295a8efe31863fb5bf2
1
package
Discr16_Pkg
is
2
3
type
ET3a
is
(
E1
,
E2
,
E3
,
E4
,
E5
);
4
for
ET3a
use
(
E1
=>
32
_001
,
E2
=>
32
_002
,
E3
=>
32
_003
,
5
E4
=>
32
_004
,
E5
=>
32
_005
);
6
7
end
;