From 7c464546f0c202bfa95b6516a19effea16f30289 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Fri, 7 Jun 2019 07:55:13 +0200 Subject: synth: WIP for dependencies. --- src/synth/synth-decls.adb | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/synth/synth-decls.adb') diff --git a/src/synth/synth-decls.adb b/src/synth/synth-decls.adb index b3f4a8a4a..bdf307ae4 100644 --- a/src/synth/synth-decls.adb +++ b/src/synth/synth-decls.adb @@ -103,6 +103,13 @@ package body Synth.Decls is null; when Iir_Kind_Attribute_Specification => null; + when Iir_Kind_Type_Declaration + | Iir_Kind_Anonymous_Type_Declaration + | Iir_Kind_Subtype_Declaration => + -- TODO, in particular enumerated types. + null; + when Iir_Kind_Component_Declaration => + null; when others => Error_Kind ("synth_declaration", Decl); end case; -- cgit v1.2.3