VASG Issue Number: 0177 Comment Author: Clive Charlwood for Sivaram Nayudu Comment Number: 01 Comment Date: 1991/03/22 LRM 4.3.3.2 page 4-12 (last sentence of 2nd paragraph from bottom): "Each such association element must identify the formal with a locally static name." This states that the formal in an association element must be locally static not the actual associated with a formal. In the test case above the formal (i.e. p.b is a selected name whose prefix is of record type) is locally static. The test incorrectly identifies that the actual associated with this formal (i.e. m.b where the m is a port of mode in and is of record type) should be locally static. Conclusion: LRM should clearly state that it is the formal (in an association element) that should be locally static.