diff options
author | Tristan Gingold <tgingold@free.fr> | 2014-01-19 02:42:08 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2014-01-19 02:42:08 +0100 |
commit | 533c3e35d66131ae93e3f521c5da85ecb24b64a4 (patch) | |
tree | 2884eebd330a775494f144aa4dff5b9774a7b1c6 /iirs.adb | |
parent | e47227b318ac19fed2fb140614c70b30cb5329d7 (diff) | |
download | ghdl-533c3e35d66131ae93e3f521c5da85ecb24b64a4.tar.gz ghdl-533c3e35d66131ae93e3f521c5da85ecb24b64a4.tar.bz2 ghdl-533c3e35d66131ae93e3f521c5da85ecb24b64a4.zip |
Fix obscure crash (expanded name in a homograph of an enumeration literal).
Diffstat (limited to 'iirs.adb')
-rw-r--r-- | iirs.adb | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6881,6 +6881,7 @@ package body Iirs is | Iir_Kind_Implicit_Function_Declaration | Iir_Kind_Implicit_Procedure_Declaration | Iir_Kind_Procedure_Declaration + | Iir_Kind_Enumeration_Literal | Iir_Kind_Sensitized_Process_Statement | Iir_Kind_Process_Statement | Iir_Kind_Block_Statement |