From 6bd2b7e1da95df0c1799176bbf1f6868f1d587bd Mon Sep 17 00:00:00 2001 From: Christos Gentsos Date: Thu, 6 Jun 2019 15:57:13 +0200 Subject: synth: ignore attribute specifications --- src/synth/synth-decls.adb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/synth/synth-decls.adb') diff --git a/src/synth/synth-decls.adb b/src/synth/synth-decls.adb index 521423e92..b19f40161 100644 --- a/src/synth/synth-decls.adb +++ b/src/synth/synth-decls.adb @@ -101,6 +101,8 @@ package body Synth.Decls is null; when Iir_Kind_Attribute_Declaration => null; + when Iir_Kind_Attribute_Specification => + null; when others => Error_Kind ("synth_declaration", Decl); end case; -- cgit v1.2.3