gcc/ada/
* exp_ch4.adb (Handle_One_Dimension): Parameter N must be always
positive, because it is translated into expression of 'First and
'Last.
-- for that argument in the corresponding function formal
function Handle_One_Dimension
- (N : Int;
+ (N : Pos;
Index : Node_Id) return Node_Id;
-- This procedure returns the following code
--
---------------------------
function Handle_One_Dimension
- (N : Int;
+ (N : Pos;
Index : Node_Id) return Node_Id
is
Need_Separate_Indexes : constant Boolean :=