aboutsummaryrefslogtreecommitdiffstats
path: root/canon.adb
diff options
context:
space:
mode:
Diffstat (limited to 'canon.adb')
-rw-r--r--canon.adb1
1 files changed, 1 insertions, 0 deletions
diff --git a/canon.adb b/canon.adb
index 466ca1a93..f069815ae 100644
--- a/canon.adb
+++ b/canon.adb
@@ -802,6 +802,7 @@ package body Canon is
-- No association, use default expr.
Assoc_El := Create_Iir (Iir_Kind_Association_Element_Open);
Set_Artificial_Flag (Assoc_El, True);
+ Set_Whole_Association_Flag (Assoc_El, True);
Location_Copy (Assoc_El, Loc);
Set_Formal (Assoc_El, Inter);
Sub_Chain_Append (N_Chain, Last, Assoc_El);