RNF7226

The data structure has overlapping subfield initializations.

0

Cause . . . . . : The data structure is either globally initialized and has overlapping subfields, or has explicit subfield initializations which overlap. For any one position of the data structure, only the last specified initialization value will be used.

Recovery . . . : Organize the data structure so that there is no overlapping of initializations. If overlapping of initializations is desired, specify the subfields in the order that produces the correct initialization value for each position of the data structure.