aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-sem_names.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/vhdl-sem_names.adb')
-rw-r--r--src/vhdl/vhdl-sem_names.adb1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vhdl/vhdl-sem_names.adb b/src/vhdl/vhdl-sem_names.adb
index 6e7d1e11d..107bb46cb 100644
--- a/src/vhdl/vhdl-sem_names.adb
+++ b/src/vhdl/vhdl-sem_names.adb
@@ -652,6 +652,7 @@ package body Vhdl.Sem_Names is
Index := Sem_Expression (Index, Get_Base_Type (Index_Subtype));
end if;
if Index /= Null_Iir then
+ Check_Read (Index);
if Get_Expr_Staticness (Index) = Locally
and then Get_Type_Staticness (Index_Subtype) = Locally
then