Gert Doering wrote:
So, thank you very much for the workaround. We will have to rewrite parts of the software (some modules actually use static String and FILE variables), but we expect much more issues with structure alignment and such, converting from AIX xlp to gpc...
gpc has the maximum-field-alignment compiler directive: $maximum-field-alignment=value, where value= 8, 16, 32 (or 0 for the default). This even works with $local end $endlocal !
I don't know whether this is helpful or not (as I have no knowledge of AIX or xlp).
Regards,
Adriaan van Os