[Ada] Potential read of uninitialized variable in exp_dist.adb

gcc/ada/

	* exp_dist.adb (RCI_Cache): Initialize.
This commit is contained in:
Arnaud Charlet 2020-11-11 11:32:34 -05:00 committed by Pierre-Marie de Rodat
parent 336aa630a0
commit b514643cae

View File

@ -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 :=