From cb252f101703335438c6019b953c6d40e53be95b Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Mon, 16 Oct 2017 05:01:55 +0200 Subject: Handle overload call to interface subprograms. Fix #439 --- src/vhdl/sem_names.adb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/vhdl/sem_names.adb b/src/vhdl/sem_names.adb index edea39022..5b3baf7cc 100644 --- a/src/vhdl/sem_names.adb +++ b/src/vhdl/sem_names.adb @@ -290,6 +290,9 @@ package body Sem_Names is | Iir_Kind_Procedure_Declaration | Iir_Kind_Enumeration_Literal => null; + when Iir_Kind_Interface_Function_Declaration + | Iir_Kind_Interface_Procedure_Declaration => + null; when Iir_Kinds_Denoting_Name => null; when others => -- cgit v1.2.3