summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg/alignment4.adb
blob: c23bcfe48da5624d123d2008912d9e601155b501 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
-- { dg-do compile }
-- { dg-options "-gnatws -fdump-tree-gimple" }

procedure Alignment4 is

  type Stream is array (1..3) of Character;

  S1, S2 : Stream;

begin
  S1 := S2;
end;

-- { dg-final { scan-tree-dump-not ".\F" "gimple" } }
-- { dg-final { cleanup-tree-dump "gimple" } }