Message The CDD description for <name> specifies that it is a column-major array; It has been converted to a one-dimensional array. Description The HP C compiler supports only row-major arrays. Therefore the column-major array description in the CDD has been converted to a one-dimensional array of the same total size and with the same total number of elements. User Action Verify that all subscript references to the array reference the correct array element.