From 714dd8242d80bfdc2decada72aef1b10827d9876 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sat, 7 Jul 2018 21:37:19 +0200 Subject: sem_names: indexed attribute declaration is an error. Fix #621 --- src/vhdl/sem_names.adb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/vhdl/sem_names.adb b/src/vhdl/sem_names.adb index 141563292..a466bfc53 100644 --- a/src/vhdl/sem_names.adb +++ b/src/vhdl/sem_names.adb @@ -2244,7 +2244,8 @@ package body Sem_Names is | Iir_Kind_Concurrent_Procedure_Call_Statement | Iir_Kind_Component_Instantiation_Statement | Iir_Kind_Slice_Name - | Iir_Kind_Procedure_Call_Statement => + | Iir_Kind_Procedure_Call_Statement + | Iir_Kind_Attribute_Declaration => if not Soft then Error_Msg_Sem (+Prefix_Loc, "%n cannot be selected by name", +Prefix); @@ -2751,7 +2752,8 @@ package body Sem_Names is | Iir_Kind_Component_Declaration | Iir_Kind_Type_Conversion | Iir_Kind_Unit_Declaration - | Iir_Kind_Enumeration_Literal => + | Iir_Kind_Enumeration_Literal + | Iir_Kind_Attribute_Declaration => Error_Msg_Sem (+Name, "%n cannot be indexed or sliced", +Prefix); Res := Null_Iir; -- cgit v1.2.3