diff options
author | Patrick Lehmann <Paebbels@gmail.com> | 2021-12-15 22:10:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-15 22:10:09 +0100 |
commit | 918e15bb6fab7da8719624ac9d37a47db4751375 (patch) | |
tree | e343b717af2139c142b660a1c918bce06ecd946a /src/vhdl/vhdl-sem_expr.adb | |
parent | 75bd31ff74ba3965bec27bf34a93b9c451e0d749 (diff) | |
parent | f32d77707a2639fed94978965b3a9690c2bf7904 (diff) | |
download | ghdl-918e15bb6fab7da8719624ac9d37a47db4751375.tar.gz ghdl-918e15bb6fab7da8719624ac9d37a47db4751375.tar.bz2 ghdl-918e15bb6fab7da8719624ac9d37a47db4751375.zip |
Merge branch 'ghdl:master' into paebbels/pyGHDL-updates
Diffstat (limited to 'src/vhdl/vhdl-sem_expr.adb')
-rw-r--r-- | src/vhdl/vhdl-sem_expr.adb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vhdl/vhdl-sem_expr.adb b/src/vhdl/vhdl-sem_expr.adb index 21e7b2237..04a73071c 100644 --- a/src/vhdl/vhdl-sem_expr.adb +++ b/src/vhdl/vhdl-sem_expr.adb @@ -4767,7 +4767,8 @@ package body Vhdl.Sem_Expr is Obj := Get_Named_Entity (Obj); when Iir_Kinds_Psl_Builtin => return; - when Iir_Kind_Error => + when Iir_Kind_Parenthesis_Name + | Iir_Kind_Error => return; when others => Error_Kind ("check_read", Obj); |