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
* gcc.dg/stack-check-5.c: Skip with -fstack-protector.
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
addr7.adb
blob
982b50e3a1acec269f4fd37fff781b48a05a459c
1
-- { dg-do compile }
2
3
package body
Addr7
is
4
5
procedure
Proc
(
B
:
aliased
Bytes
)
is
6
O
:
Integer
;
7
for
O
'Address
use
B
'Address
;
8
begin
9
null
;
10
end
;
11
12
end
Addr7
;