aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2016-10-17 21:08:53 +0200
committerTristan Gingold <tgingold@free.fr>2016-10-17 21:08:53 +0200
commitace32ad115151960b06431aaf11e5bfe0a4ab5d7 (patch)
treef1e479484a4fff913ebe571a8fd74556afe9dbab /src
parent3b58d4bbef3902d444c60c6d647ec2b083ad166e (diff)
downloadghdl-ace32ad115151960b06431aaf11e5bfe0a4ab5d7.tar.gz
ghdl-ace32ad115151960b06431aaf11e5bfe0a4ab5d7.tar.bz2
ghdl-ace32ad115151960b06431aaf11e5bfe0a4ab5d7.zip
get_object_type_staticness: handle component_declaration.
Fix #167
Diffstat (limited to 'src')
-rw-r--r--src/vhdl/sem_names.adb1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vhdl/sem_names.adb b/src/vhdl/sem_names.adb
index f524020b9..26672b385 100644
--- a/src/vhdl/sem_names.adb
+++ b/src/vhdl/sem_names.adb
@@ -927,6 +927,7 @@ package body Sem_Names is
| Iir_Kind_Architecture_Body
| Iir_Kind_Block_Statement
| Iir_Kind_Block_Header
+ | Iir_Kind_Component_Declaration
| Iir_Kinds_Process_Statement
| Iir_Kind_Generate_Statement_Body
| Iir_Kind_Design_Unit =>