From cfd13a0983b26c984444a7d2759ac577d2aa1d74 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sat, 16 Jul 2022 08:38:08 +0200 Subject: vhdl-sem_specs: allow protected body in scope of an attribute. Fix #2134 --- src/vhdl/vhdl-sem_specs.adb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/vhdl/vhdl-sem_specs.adb b/src/vhdl/vhdl-sem_specs.adb index e75c786fb..87e576e78 100644 --- a/src/vhdl/vhdl-sem_specs.adb +++ b/src/vhdl/vhdl-sem_specs.adb @@ -513,6 +513,8 @@ package body Vhdl.Sem_Specs is null; when Iir_Kind_Anonymous_Type_Declaration => null; + when Iir_Kind_Protected_Type_Body => + null; when Iir_Kind_Psl_Default_Clock => null; when others => -- cgit v1.2.3