VMS Help FORTRAN, Error Messages, Compilation Errors, ATTRIERR *Conan The Librarian (sorry for the slow response - running on an old VAX) |
SEVERITY: I MESSAGE TEXT: COMMON attributes conflict, using the default attribute EXPLANATION: This error only occurs with the CDEC$ PSECT compiler directive statement and under any of the following circumstances: o A common block is declared as both GBL (global) and LCL (local), both WRT (write) and NOWRT (nowrite), or both SHR (shared) and NOSHR (noshared). o More than one alignment (ALIGN=) to the COMMON block is specified. o The following combination of compiler directive statements occurs: CPAR$ SHARED com_blk and CDEC$ PSECT /com_blk/ ATTRI=something-not-page-alignment o An alignment value exceeding the legal range is specified. The alignment attribute can only take the value of 0 through 9.
|