aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/iirs.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2018-12-04 20:30:43 +0100
committerTristan Gingold <tgingold@free.fr>2018-12-04 20:30:43 +0100
commit483a8f7f88b86acd0d339e197d96e3a60f737b5e (patch)
tree981531cd33538343dc7afdea5f20204365ade800 /src/vhdl/iirs.ads
parentd9701aea0f62337298ca267e0dd6fdd95c068b53 (diff)
downloadghdl-483a8f7f88b86acd0d339e197d96e3a60f737b5e.tar.gz
ghdl-483a8f7f88b86acd0d339e197d96e3a60f737b5e.tar.bz2
ghdl-483a8f7f88b86acd0d339e197d96e3a60f737b5e.zip
trans-chap8: handle unstable range in for-loop.
For #713
Diffstat (limited to 'src/vhdl/iirs.ads')
-rw-r--r--src/vhdl/iirs.ads4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/vhdl/iirs.ads b/src/vhdl/iirs.ads
index 1214237b0..a2721feab 100644
--- a/src/vhdl/iirs.ads
+++ b/src/vhdl/iirs.ads
@@ -5335,6 +5335,10 @@ package Iirs is
--Iir_Kind_Range_Array_Attribute
Iir_Kind_Reverse_Range_Array_Attribute;
+ subtype Iir_Kinds_Range_Attribute is Iir_Kind range
+ Iir_Kind_Range_Array_Attribute ..
+ Iir_Kind_Reverse_Range_Array_Attribute;
+
subtype Iir_Kinds_Signal_Attribute is Iir_Kind range
Iir_Kind_Delayed_Attribute ..
--Iir_Kind_Stable_Attribute