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
/
volatile12.ads
blob
c37d249aa0ac2cd29125082b36da44e667a4171e
1
package
Volatile12
is
2
3
type
Arr
is array
(
Integer
range
<>)
of
Integer
with
Volatile
;
4
5
procedure
Proc
(
A
:
Arr
);
6
7
end
Volatile12
;