From b0519a4bbb226f92737c14094ffe4326448eba1c Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Wed, 3 Jul 2019 21:17:23 +0200 Subject: synth: ignore non object aliases. --- src/synth/synth-decls.adb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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. -- cgit v1.2.3