aboutsummaryrefslogtreecommitdiffstats
path: root/translate
diff options
context:
space:
mode:
authorBrian Drummond <brian@shapes.demon.co.uk>2014-01-19 22:23:59 +0000
committerBrian Drummond <brian@shapes.demon.co.uk>2014-01-19 22:23:59 +0000
commit2a3d8be55d1e3abcae1bf820c2dbd1968c8e2bea (patch)
treefd5aba82d15031695c494ad494fbbd398423786f /translate
parent73fa859a477a27dacaf905c2da0b9a3afd32e37a (diff)
downloadghdl-2a3d8be55d1e3abcae1bf820c2dbd1968c8e2bea.tar.gz
ghdl-2a3d8be55d1e3abcae1bf820c2dbd1968c8e2bea.tar.bz2
ghdl-2a3d8be55d1e3abcae1bf820c2dbd1968c8e2bea.zip
Add 'image and 'value tests for enumerations, missing in gna bug 7751 testcase. Add missing cases for Type_Mode_E32 in Translation.adb
Diffstat (limited to 'translate')
-rw-r--r--translate/translation.adb2
1 files changed, 2 insertions, 0 deletions
diff --git a/translate/translation.adb b/translate/translation.adb
index 69d10fabd..7b9b6f385 100644
--- a/translate/translation.adb
+++ b/translate/translation.adb
@@ -25032,6 +25032,7 @@ package body Translation is
case Pinfo.Type_Mode is
when Type_Mode_B2
| Type_Mode_E8
+ | Type_Mode_E32
| Type_Mode_P32
| Type_Mode_P64 =>
New_Association
@@ -25081,6 +25082,7 @@ package body Translation is
case Pinfo.Type_Mode is
when Type_Mode_B2
| Type_Mode_E8
+ | Type_Mode_E32
| Type_Mode_P32
| Type_Mode_P64 =>
New_Association