aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl')
-rw-r--r--src/vhdl/sem_names.adb3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/vhdl/sem_names.adb b/src/vhdl/sem_names.adb
index e78cc6ea3..8334d1505 100644
--- a/src/vhdl/sem_names.adb
+++ b/src/vhdl/sem_names.adb
@@ -3760,6 +3760,9 @@ package body Sem_Names is
Sem_Simple_Name (Name, False, Soft => True);
when Iir_Kind_Selected_Name =>
Sem_Selected_Name (Name, Keep_Alias => False, Soft => True);
+ when Iir_Kind_Parenthesis_Name =>
+ -- FIXME: SOFT!!
+ Sem_Parenthesis_Name (Name);
when others =>
Error_Kind ("sem_name_soft", Name);
end case;