Message This statement performs an invalid transfer into a block that declares a variably modified type or object. The identifier "<name>" is variably modified, and declared at <where>. Description It is invalid to transfer control into a block after that block declares a variably modified type. User Action Either remove the transfer, or move the declaration of the variably modified type.