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
/
aliasing3.adb
blob
916821c552d47ebce54895319794c2c2cc0bd15a
1
-- { dg-do run }
2
-- { dg-options "-O2 -gnatn" }
3
4
with
Aliasing3_Pkg
;
use
Aliasing3_Pkg
;
5
6
procedure
Aliasing3
is
7
begin
8
Pointer
.
A
(
1
) :=
5
;
9
Test
(
Block
.
A
);
10
end
;