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
/
discr41.adb
blob
d5ace723b1bbd77570a2b532718d75fba260fbb5
1
-- { dg-do compile }
2
-- { dg-options "-O" }
3
4
package body
Discr41
is
5
6
function
F
return
Rec
is
7
Ret
:
Rec
(
0
);
8
begin
9
return
Ret
;
10
end
;
11
12
end
Discr41
;