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
2016-11-21 Thomas Preud'homme <thomas.preudhomme@arm.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
alignment4.adb
blob
465bddab15229784f0ea9a90c907fe7796042696
1
-- { dg-do compile }
2
-- { dg-options "-gnatws -fdump-tree-gimple" }
3
4
procedure
Alignment4
is
5
6
type
Stream
is array
(
1
.
.3
)
of
Character
;
7
8
S1
,
S2
:
Stream
;
9
10
begin
11
S1
:=
S2
;
12
end
;
13
14
-- { dg-final { scan-tree-dump-not ".\F" "gimple" } }