aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl')
-rw-r--r--src/vhdl/vhdl-sem.adb3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vhdl/vhdl-sem.adb b/src/vhdl/vhdl-sem.adb
index 8510398ff..e6c003003 100644
--- a/src/vhdl/vhdl-sem.adb
+++ b/src/vhdl/vhdl-sem.adb
@@ -1566,7 +1566,8 @@ package body Vhdl.Sem is
and then Are_Trees_Equal (Get_Formal_Conversion (Left),
Get_Formal_Conversion (Right));
- when Iir_Kind_Type_Conversion =>
+ when Iir_Kind_Type_Conversion
+ | Iir_Kind_Qualified_Expression =>
return Are_Trees_Equal (Get_Type_Mark (Left),
Get_Type_Mark (Right))
and then