Message The alignment boundary of an automatic cannot be greater than longword. Description For automatic variables, the storage class modifier _align cannot specify an alignment greater than longword on VAX systems. The alignment will be set to longword. User Action Decrease the alignment. If a larger alignment is required, declare the variable with static storage class.