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
Corrected date in changelog
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
discr37.adb
blob
b0e750e8cacce4c74f65e5e78702673d6ec82922
1
-- { dg-do compile }
2
3
package body
Discr37
is
4
5
procedure
Proc
(
A
:
access
Child
)
is
6
B
:
Derived
renames
Derived
(
A
.
F
(
1
).
all
);
7
C
:
Derived
renames
Derived
(
B
.
S
(
1
).
all
);
8
begin
9
null
;
10
end
;
11
12
end
Discr37
;