aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ada/sem_ch4.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/sem_ch4.adb b/gcc/ada/sem_ch4.adb
index 556f209..fa23135 100644
--- a/gcc/ada/sem_ch4.adb
+++ b/gcc/ada/sem_ch4.adb
@@ -6677,8 +6677,8 @@ package body Sem_Ch4 is
I : Interp_Index;
It : Interp;
I1 : Interp_Index := 0;
- Found : Boolean := False;
- Tmp : Entity_Id;
+ Found : Boolean := False;
+ Tmp : Entity_Id := Empty;
begin
if not Is_Overloaded (N) then