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
/
elab7.adb
blob
b5b52f170ecaa376d2435d21c034daaf77daf611
1
-- { dg-do run }
2
-- { dg-options "-gnatE -gnatn" }
3
4
with
Elab7_Pkg1
;
5
6
procedure
Elab7
is
7
begin
8
null
;
9
end
Elab7
;