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
/
volatile5.adb
blob
24527a50004a0b7836bafd34aeb11e75067f953d
1
-- { dg-do compile }
2
3
with
Volatile5_Pkg
;
use
Volatile5_Pkg
;
4
5
procedure
Volatile5
is
6
7
A
:
Rec
;
8
9
procedure
Proc
is
10
begin
11
A
:=
F
;
12
end
;
13
14
begin
15
Proc
;
16
end
;