From f7fcb3ac99f3d688b612909c5de59077c7feedaf Mon Sep 17 00:00:00 2001 From: Christos Gentsos Date: Wed, 5 Jun 2019 15:08:43 +0200 Subject: synth-decls: ignore attribute declarations --- src/synth/synth-decls.adb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/synth/synth-decls.adb b/src/synth/synth-decls.adb index 545e3b408..521423e92 100644 --- a/src/synth/synth-decls.adb +++ b/src/synth/synth-decls.adb @@ -99,6 +99,8 @@ package body Synth.Decls is when Iir_Kind_Procedure_Body | Iir_Kind_Function_Body => null; + when Iir_Kind_Attribute_Declaration => + null; when others => Error_Kind ("synth_declaration", Decl); end case; -- cgit v1.2.3