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
x86: Tune Skylake, Cannonlake and Icelake as Haswell
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
opt25_pkg2.adb
blob
164ef33b4de19a0035e6d1e7f85e5b59d3503b19
1
package body
Opt25_Pkg2
is
2
3
function
Default_Stack
return
Stack
is
4
begin
5
return
Default_Stack_Var
;
6
end
Default_Stack
;
7
8
end
Opt25_Pkg2
;