From 72c482acdfafc0883bd72db4adb25ed0f6173540 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Tue, 11 Oct 2016 06:23:48 +0200 Subject: Handle parenthesis_expression in canon. Fix issue #163 --- src/vhdl/canon.adb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/vhdl/canon.adb b/src/vhdl/canon.adb index f8ed243ed..30fe6c939 100644 --- a/src/vhdl/canon.adb +++ b/src/vhdl/canon.adb @@ -182,7 +182,8 @@ package body Canon is when Iir_Kind_Qualified_Expression | Iir_Kind_Type_Conversion - | Iir_Kind_Allocator_By_Expression => + | Iir_Kind_Allocator_By_Expression + | Iir_Kind_Parenthesis_Expression => Canon_Extract_Sensitivity (Get_Expression (Expr), Sensitivity_List, False); -- cgit v1.2.3