2 -- { dg-options "-O2" }
8 type Arr
is array (1..32) of Short_Integer;
9 type Rev_Arr
is array (1..32) of Short_Integer
10 with Scalar_Storage_Order
=> System
.High_Order_First
;
11 C
: constant Arr
:= (others => 16);
18 if A
/= C
or else RA
(1) /= 16 then