diff options
Diffstat (limited to 'src/vhdl/vhdl-sem_decls.adb')
-rw-r--r-- | src/vhdl/vhdl-sem_decls.adb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vhdl/vhdl-sem_decls.adb b/src/vhdl/vhdl-sem_decls.adb index 8d7cbe50f..0d5a02bad 100644 --- a/src/vhdl/vhdl-sem_decls.adb +++ b/src/vhdl/vhdl-sem_decls.adb @@ -1146,7 +1146,8 @@ package body Vhdl.Sem_Decls is Ind : constant Iir := Get_Subtype_Indication (Decl); begin if not (Is_Valid (Ind) - and then Get_Kind (Ind) = Iir_Kind_Subtype_Attribute) + and then Kind_In (Ind, Iir_Kind_Subtype_Attribute, + Iir_Kind_Element_Attribute)) and then not Is_Fully_Constrained_Type (Atype) then Report_Start_Group; |