When unnesting, we may add static links to the actual parameters. This will cause duplication if a the Parameter_Associations list is shared, so ensure that we make a new one in this situation. Tested on x86_64-pc-linux-gnu, committed on trunk gcc/ada/ * atree.adb (Relocate_Node): If relocating a subprgram call and we're doing unnesting, make a new Parameter_Associations, if any.