aboutsummaryrefslogtreecommitdiffstats
path: root/sem_names.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2014-01-04 11:20:24 +0100
committerTristan Gingold <tgingold@free.fr>2014-01-04 11:20:24 +0100
commit071b3291e88f05bc06d91fe4ebe88582292d3f0d (patch)
tree9cad198d401c6aa8db4d7cc7912cd577c6457f64 /sem_names.adb
parent1c91baed947d3db1f9141a8fec77b644cf0a29f9 (diff)
downloadghdl-071b3291e88f05bc06d91fe4ebe88582292d3f0d.tar.gz
ghdl-071b3291e88f05bc06d91fe4ebe88582292d3f0d.tar.bz2
ghdl-071b3291e88f05bc06d91fe4ebe88582292d3f0d.zip
Fix various minor bugs: alias of access type, subprograms in entity, active
attribute in sensitivity list, missing dependence, and block_statement in expanded name.
Diffstat (limited to 'sem_names.adb')
-rw-r--r--sem_names.adb3
1 files changed, 3 insertions, 0 deletions
diff --git a/sem_names.adb b/sem_names.adb
index f7a28a579..f56dabcb6 100644
--- a/sem_names.adb
+++ b/sem_names.adb
@@ -1229,6 +1229,9 @@ package body Sem_Names is
case Get_Kind (Res) is
when Iir_Kind_Design_Unit =>
return;
+ when Iir_Kind_Block_Statement =>
+ -- Part of an expanded name
+ return;
when Iir_Kinds_Object_Declaration
| Iir_Kind_Attribute_Value
| Iir_Kind_Type_Declaration