aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-07-03 21:17:23 +0200
committerTristan Gingold <tgingold@free.fr>2019-07-03 21:17:23 +0200
commitb0519a4bbb226f92737c14094ffe4326448eba1c (patch)
tree89f8bcbfe9bdf79edc8fe3615b560b6e96ab4795 /src
parent6cf0482cb1fd97580fcedb2eec4362410e2b873c (diff)
downloadghdl-b0519a4bbb226f92737c14094ffe4326448eba1c.tar.gz
ghdl-b0519a4bbb226f92737c14094ffe4326448eba1c.tar.bz2
ghdl-b0519a4bbb226f92737c14094ffe4326448eba1c.zip
synth: ignore non object aliases.
Diffstat (limited to 'src')
-rw-r--r--src/synth/synth-decls.adb2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/synth/synth-decls.adb b/src/synth/synth-decls.adb
index a4668cf70..34d0c7406 100644
--- a/src/synth/synth-decls.adb
+++ b/src/synth/synth-decls.adb
@@ -311,6 +311,8 @@ package body Synth.Decls is
when Iir_Kind_Procedure_Body
| Iir_Kind_Function_Body =>
null;
+ when Iir_Kind_Non_Object_Alias_Declaration =>
+ null;
when Iir_Kind_Attribute_Declaration =>
-- Nothing to do: the type is a type_mark, not a subtype
-- indication.