[Ada] Potential read of uninitialized variable in exp_dist.adb
gcc/ada/ * exp_dist.adb (RCI_Cache): Initialize.
This commit is contained in:
parent
336aa630a0
commit
b514643cae
@ -902,7 +902,7 @@ package body Exp_Dist is
|
||||
-- Local variables and structures --
|
||||
------------------------------------
|
||||
|
||||
RCI_Cache : Node_Id;
|
||||
RCI_Cache : Node_Id := Empty;
|
||||
-- Needs comments ???
|
||||
|
||||
Output_From_Constrained : constant array (Boolean) of Name_Id :=
|
||||
|
||||
Loading…
Reference in New Issue
Block a user