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
/
elab6.adb
blob
83b8fbcaeff3cea091e7dc89c15a246fc1092c09
1
-- { dg-do compile }
2
-- { dg-options "-gnatE" }
3
4
package body
Elab6
is
5
procedure
Force_Body
is null
;
6
7
package
Inst
is new
Elab6_Pkg
;
8
end
Elab6
;