diff options
Diffstat (limited to 'gcc/ada/sem_ch5.adb')
-rw-r--r-- | gcc/ada/sem_ch5.adb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gcc/ada/sem_ch5.adb b/gcc/ada/sem_ch5.adb index e776b58d80d..1ab90ad06c2 100644 --- a/gcc/ada/sem_ch5.adb +++ b/gcc/ada/sem_ch5.adb @@ -1654,9 +1654,10 @@ package body Sem_Ch5 is (Original_Bound : Node_Id; Analyzed_Bound : Node_Id) return Node_Id is - Assign : Node_Id; - Decl : Node_Id; - Id : Entity_Id; + Assign : Node_Id; + Decl : Node_Id; + Id : Entity_Id; + begin -- If the bound is a constant or an object, no need for a separate -- declaration. If the bound is the result of previous expansion |