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
2016-11-21 Thomas Preud'homme <thomas.preudhomme@arm.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
specs
/
elab4.ads
blob
f402f0104c7777b1d92f87da623fe68ac1ecd183
1
-- { dg-do compile }
2
3
pragma
Restrictions
(
No_Elaboration_Code
);
4
5
with
Elab4_Proc
;
6
7
package
Elab4
is
8
9
procedure
My_G
is new
Elab4_Proc
;
10
11
end
Elab4
;
12
13
-- { dg-final { scan-assembler-not "elabs" } }