PR tree-optimization/81303
[official-gcc.git] / gcc / testsuite / gnat.dg / alignment4.adb
blob465bddab15229784f0ea9a90c907fe7796042696
1 -- { dg-do compile }
2 -- { dg-options "-gnatws -fdump-tree-gimple" }
4 procedure Alignment4 is
6 type Stream is array (1..3) of Character;
8 S1, S2 : Stream;
10 begin
11 S1 := S2;
12 end;
14 -- { dg-final { scan-tree-dump-not ".\F" "gimple" } }