2 -- { dg-options "-O2 -fdump-tree-optimized" }
4 function Volatile9
return Integer is
6 type A
is array (1..4) of Integer;
7 pragma Volatile_Components
(A
);
9 V
: A
:= (others => 0);
19 -- { dg-final { scan-tree-dump "goto" "optimized" } }
20 -- { dg-final { cleanup-tree-dump "optimized" } }