aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/translate/trans_decls.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-06-17 21:53:30 +0200
committerTristan Gingold <tgingold@free.fr>2020-06-17 21:53:30 +0200
commit887496173322c262a976ac48d391d89255bf83f0 (patch)
tree82ff89fc4413cbc89b0132ed993c12f33a954524 /src/vhdl/translate/trans_decls.ads
parent473c83961abe4e2fb52c8812e46bf19a41fe52cf (diff)
downloadghdl-887496173322c262a976ac48d391d89255bf83f0.tar.gz
ghdl-887496173322c262a976ac48d391d89255bf83f0.tar.bz2
ghdl-887496173322c262a976ac48d391d89255bf83f0.zip
vhdl: add ghdl_integer_index_check_failed. For #1257
Improve error message in case of (integer) index not in bounds.
Diffstat (limited to 'src/vhdl/translate/trans_decls.ads')
-rw-r--r--src/vhdl/translate/trans_decls.ads1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vhdl/translate/trans_decls.ads b/src/vhdl/translate/trans_decls.ads
index d76b1b896..2f52b6035 100644
--- a/src/vhdl/translate/trans_decls.ads
+++ b/src/vhdl/translate/trans_decls.ads
@@ -173,6 +173,7 @@ package Trans_Decls is
-- Procedure called in case of check failed.
Ghdl_Program_Error : O_Dnode;
Ghdl_Bound_Check_Failed : O_Dnode;
+ Ghdl_Integer_Index_Check_Failed : O_Dnode;
Ghdl_Direction_Check_Failed : O_Dnode;
-- Stack 2.