Open64 (mfef90, whirl2f, and IR tools)  TAG: version-openad; SVN changeset: 916
mycat.c
Go to the documentation of this file.
00001 /* $Id: mycat.c,v 1.1 2003-11-07 15:20:41 eraxxon Exp $ */
00002 /* -*-Mode: C;-*- */
00003 /* * BeginRiceCopyright *****************************************************
00004  * 
00005  * ******************************************************* EndRiceCopyright */
00006 
00007 
00008 /*************************** System Include Files ***************************/
00009 
00010 #define DISABLE_NL_TYPES_SYMBOL_RENAMING 1 /* nl_types workaround */
00011 
00012 #include <nl_types.h>
00013 
00014 #include <string.h>
00015 
00016 /**************************** User Include Files ****************************/
00017 
00018 #include "mycat.h"
00019 #include "cray/nlcatmsg.h"
00020 
00021 /*************************** Forward Declarations ***************************/
00022 
00023 #ifndef MIN
00024 # define MIN(a,b) ((a<=b)?a:b)
00025 #endif
00026 
00027 /****************************************************************************/
00028 
00029 /* Here is a struct to store the information. It only needs one entry
00030    for now. */
00031 typedef struct { 
00032   /* unsigned int id; */
00033   const char* msg;
00034 } catmsg_t;
00035 
00036 
00037 /* This message table stores all the error messages. */
00038 static catmsg_t Msg_Table[] = {
00039 
00040   /* 0000 */ { NULL },
00041   /* 0001 */ { "Message number %d, exceeds allowed range." },
00042   /* 0002 */ { "Message level %d, is out of range." },
00043   /* 0003 */ { "Message system failed trying to issue message %d" },
00044   /* 0004 */ { "The MODULE PROCEDURE statement is only allowed in a generic interface block." },
00045   /* 0005 */ { "The %s statement is out of order." },
00046   /* 0006 */ { "A keyword or identifier must follow the label or construct name." },
00047   /* 0007 */ { "A construct name is not allowed on a %s statement." },
00048   /* 0008 */ { "The %s statement must precede all component definitions in derived type definition \"%s\"." },
00049   /* 0009 */ { "No forward reference entries exist for label %s even though it is undefined." },
00050   /* 0010 */ { "Dummy argument \"%s\" is already defined in this argument list." },
00051   /* 0011 */ { "The line size option is ignored because free source form is in effect." },
00052   /* 0012 */ { "%s underflow." },
00053   /* 0013 */ { "The Fortran standard requires multiple entry point function results \"%s\" and \"%s\" to both be default intrinsic types." },
00054   /* 0014 */ { "Insufficient memory is available for compilation to continue." },
00055   /* 0015 */ { "The %s statement is not allowed in a block data program unit." },
00056   /* 0016 */ { "The %s statement is not allowed in a main program unit." },
00057   /* 0017 */ { "Cannot open \"%s\" file.  It is needed for debugging or tracing." },
00058   /* 0018 */ { "The %s statement must not follow a MODULE PROCEDURE statement in a generic interface block." },
00059   /* 0019 */ { "The %s statement is not allowed in a module." },
00060   /* 0020 */ { "The use of DOUBLE COMPLEX is an extension to the Fortran standard." },
00061   /* 0021 */ { "The type attributes for entry points \"%s\" and \"%s\" conflict." },
00062   /* 0022 */ { "The type of function result \"%s\" must be a default intrinsic type if it does not match the type of other entry points." },
00063   /* 0023 */ { "Label %s is not defined in this scoping unit." },
00064   /* 0024 */ { "The character constant \"%s\", for the I/O control information list item %s, is not allowed." },
00065   /* 0025 */ { "This statement is not allowed in a derived type definition." },
00066   /* 0026 */ { "The %s statement is not allowed in an interface block; expected SUBROUTINE, FUNCTION, MODULE PROCEDURE or END statement." },
00067   /* 0027 */ { "Function entry \"%s\" has result name \"%s\".  It must be used when declaring the result to be an array." },
00068   /* 0028 */ { "A trailing \")\" is missing in the program string." },
00069   /* 0029 */ { "The maximum number of unnamed block data program units is /* 26 */ { and has been exceeded." },
00070   /* 0030 */ { "The Fortran standard does not allow more than one unnamed BLOCK DATA program unit." },
00071   /* 0031 */ { "Arguments to a PROGRAM statement are an extension to the Fortran standard." },
00072   /* 0032 */ { "The type specification \"CHARACTER*(*)\" is not allowed in an IMPLICIT statement." },
00073   /* 0033 */ { "If the component is being typed as the derived type being defined, it must have the POINTER attribute." },
00074   /* 0034 */ { "The name or attribute index is not valid.  It is less than /* 0 */ { or greater than the table index." },
00075   /* 0035 */ { "The character length of \"%s\" has exceeded the maximum length of %d." },
00076   /* 0036 */ { "Function entry \"%s\" has result name \"%s\", which must be used when declaring the result to be a pointer." },
00077   /* 0037 */ { "Input lines greater than /* 72 */ { characters long are an extension to the Fortran standard." },
00078   /* 0038 */ { "This character is not valid.  Expected keyword DO following failed parse of type spec DOUBLE." },
00079   /* 0039 */ { "Namelist group name \"%s\" was referenced in an I/O statement.  It must not be specified in this NAMELIST statement." },
00080   /* 0040 */ { "If this main program has no PROGRAM statement specified, then no name can be specified on the END PROGRAM statement." },
00081   /* 0041 */ { "The %s statement must only be specified once for derived type definition \"%s\"." },
00082   /* 0042 */ { "Attribute entry %d has a variant problem with field %s." },
00083   /* 0043 */ { "Only one %s statement is allowed in each %s construct." },
00084   /* 0044 */ { "The entry point name of the host, \"%s\", must not be redefined in an interface body." },
00085   /* 0045 */ { "Component \"%s\" is private type \"%s\", therefore derived type \"%s\" must also be private or have private components." },
00086   /* 0046 */ { "The TASK COMMON statement is an extension to the Fortran standard." },
00087   /* 0047 */ { "A '*' must only be used with the UNIT or FMT I/O control information list items." },
00088   /* 0048 */ { "The DO variable must not be defined while it is active." },
00089   /* 0049 */ { "Cannot open source file \"%s\"." },
00090   /* 0050 */ { "Attempt to read past end of file." },
00091   /* 0051 */ { "A compiler directive must not be followed by a Fortran continuation line." },
00092   /* 0052 */ { "More than %d continuation lines is an extension to the Fortran standard in %s source form." },
00093   /* 0053 */ { "The first line of an include file must not be a continuation line." },
00094   /* 0054 */ { "The source line following an INCLUDE line must not be a continuation line." },
00095   /* 0055 */ { "The file line does not end with a newline." },
00096   /* 0056 */ { "A continuation line must not contain a label." },
00097   /* 0057 */ { "The INCLUDE file name length exceeds the maximum of %d characters." },
00098   /* 0058 */ { "The INCLUDE file name is missing." },
00099   /* 0059 */ { "There is a missing delimiter on an INCLUDE file name." },
00100   /* 0060 */ { "The source following the INCLUDE file name is not a comment." },
00101   /* 0061 */ { "The INCLUDE line must not contain a statement label." },
00102   /* 0062 */ { "Operator \"%s\" is not intrinsic.  All operations in a DATA statement expression must be intrinsic." },
00103   /* 0063 */ { "Cannot open INCLUDE file \"%s\"." },
00104   /* 0064 */ { "Recursive use of INCLUDE file \"%s\"." },
00105   /* 0065 */ { "A defined operator exceeds the maximum length of /* 31 */ { characters." },
00106   /* 0066 */ { "A defined operator is missing the \".\" delimiter." },
00107   /* 0067 */ { "Identifier length exceeds the maximum of /* 31 */ { characters." },
00108   /* 0068 */ { "The label length exceeds the maximum of /* 5 */ { digits." },
00109   /* 0069 */ { "A label must have at least one nonzero digit." },
00110   /* 0070 */ { "Each control item specifier must be specified only once." },
00111   /* 0071 */ { "The Fortran standard requires continuation lines to contain text following the & symbol in free source form." },
00112   /* 0072 */ { "Object \"%s\" is host associated to itself.  Attr index is %d." },
00113   /* 0073 */ { "This control item specifier is not allowed for this I/O statement." },
00114   /* 0074 */ { "Assembly language output (-eS or -S filename) disables binary output.  Assembly language output selected." },
00115   /* 0075 */ { "Rounding/truncation conflict detected.  %s option selected." },
00116   /* 0076 */ { "Inline option conflict detected.  Automatic mode selected." },
00117   /* 0077 */ { "Command line has an unknown option \"%c\"." },
00118   /* 0078 */ { "-%c option has an illegal argument \"%s\"." },
00119   /* 0079 */ { "Options are not allowed after the input file name." },
00120   /* 0080 */ { "Name must be specified for %s file when input is from stdin." },
00121   /* 0081 */ { "Unexpected attribute entry \"%s\" (index = %d) has been found in the local scope during use processing." },
00122   /* 0082 */ { "Debugging (-G) requires binary output (-eB).  Binary output is enabled." },
00123   /* 0083 */ { "This token is missing the %c delimiter." },
00124   /* 0084 */ { "This Hollerith constant should have %d characters, but it only contains %d characters." },
00125   /* 0085 */ { "The number of characters in the Hollerith specifier must be greater than zero." },
00126   /* 0086 */ { "The END statement of this %s must be followed by %s." },
00127   /* 0087 */ { "In a real constant with a D or E following the decimal field, the D or E must be followed by an exponent." },
00128   /* 0088 */ { "The kind parameter suffix is not valid on a double precision real constant form." },
00129   /* 0089 */ { "The kind parameter on a literal constant must be an integer number or named constant." },
00130   /* 0090 */ { "Boolean constants are an extension to the Fortran standard." },
00131   /* 0091 */ { "This constant contains %d characters.  The number of allowed characters must be > /* 0 */ { and <= %d." },
00132   /* 0092 */ { "The value of this constant exceeds the range allowed on this machine type." },
00133   /* 0093 */ { "Character '%c' is not valid in an octal constant." },
00134   /* 0094 */ { "A Hollerith constant must be %d characters or less when the \"R\" form is specified." },
00135   /* 0095 */ { "The real constant must contain digits in the whole and/or the fractional part of the constant." },
00136   /* 0096 */ { "Hollerith constants are an extension to the Fortran standard." },
00137   /* 0097 */ { "The constant is not assignment compatible with \"%s\"." },
00138   /* 0098 */ { "A dot operator consisting of only letters is expected." },
00139   /* 0099 */ { "\"-O %s\" is specified, therefore \"-O %s\" must not be specified." },
00140   /* 0100 */ { "This statement must begin with a label, a keyword, or an identifier." },
00141   /* 0101 */ { "The length of the kind parameter exceeds the maximum length of 31." },
00142   /* 0102 */ { "Only an assignment statement can be used on a WHERE statement." },
00143   /* 0103 */ { "sgif90: SGI sgif/* 90 */ { Version %s (%s) %s" },
00144   /* 0104 */ { "sgif90: COMPILE TIME %f SECONDS" },
00145   /* 0105 */ { "sgif90: MAXIMUM FIELD LENGTH %d DECIMAL WORDS" },
00146   /* 0106 */ { "sgif90: %d SOURCE LINES" },
00147   /* 0107 */ { "sgif90: %d ERRORS, %d WARNINGS, %d OTHER MESSAGES, %d ANSI" },
00148   /* 0108 */ { "sgif90: CODE: %d WORDS, DATA: %d WORDS" },
00149   /* 0109 */ { "Blank common must not be declared in a TASK COMMON statement or directive." },
00150   /* 0110 */ { "The SAVE attribute is specified more than once for common block \"%s\"." },
00151   /* 0111 */ { "The PARAMETER attribute is specified, therefore an initialization expression must be specified for \"%s\"." },
00152   /* 0112 */ { "The arithmetic IF statement is an obsolescent feature." },
00153   /* 0113 */ { "IMPLICIT NONE is specified in the local scope, therefore an explicit type must be specified for data object \"%s\"." },
00154   /* 0114 */ { "A deferred-shape or assumed-shape array must not have an assumed-size specifier or an upper bound specified." },
00155   /* 0115 */ { "An explicit-shape array must have an upper bound specified." },
00156   /* 0116 */ { "The assumed-size specifier (*) must be the upper bound for the last dimension of an explicit-shape array declaration." },
00157   /* 0117 */ { "The maximum rank for an array declaration is 7." },
00158   /* 0118 */ { "Function \"%s\" was used in an expression.  The type is assumed to be %s." },
00159   /* 0119 */ { "This is a deferred-shape dimension specifier.  Therefore a comma or right parenthesis is expected, but a \"%s\" was found." },
00160   /* 0120 */ { "The mask expression of a WHERE statement or WHERE construct must be type logical." },
00161   /* 0121 */ { "If the \"= initialization\" expression is specified, \"::\" must separate the type and attributes from the identifier list." },
00162   /* 0122 */ { "The RESULT keyword is only permitted on ENTRY statements in function subprograms." },
00163   /* 0123 */ { "\"%s\" is a derived type type-name.  It cannot be defined as a type-name more than once." },
00164   /* 0124 */ { "Use of %s*%d is an extension to the Fortran standard." },
00165   /* 0125 */ { "\"%d\" is not an allowed length for %s." },
00166   /* 0126 */ { "Derived type \"%s\" is used, but it does not have any components defined for it." },
00167   /* 0127 */ { "More than one part reference of this data reference has a rank greater than zero." },
00168   /* 0128 */ { "Positional actual arguments in an actual argument list must precede any keywords." },
00169   /* 0129 */ { "The kind type parameter must be a scalar integer constant." },
00170   /* 0130 */ { "The kind type parameter value %s is not valid for type %s." },
00171   /* 0131 */ { "Explicit-shape array \"%s\" has nonconstant bounds so it can only be declared in a function or subroutine program unit." },
00172   /* 0132 */ { "Function entry \"%s\" has result name \"%s\", which must be used when declaring the result to be a target." },
00173   /* 0133 */ { "The Fortran standard requires a SAVE statement with no saved-entity-list to be the only SAVE in the scoping unit." },
00174   /* 0134 */ { "SGI pointers are an extension to the Fortran standard." },
00175   /* 0135 */ { "A FORMAT statement is required to have a statement label." },
00176   /* 0136 */ { "The variant active in the attribute entry passed to %s is not valid." },
00177   /* 0137 */ { "An EQUIVALENCE list needs at least two items in the list." },
00178   /* 0138 */ { "Table \"%s\" does not line up correctly on a word boundary for this machine." },
00179   /* 0139 */ { "This I/O control list specifier requires a keyword." },
00180   /* 0140 */ { "The derived type being defined is sequenced so any components which are derived types must also be sequenced." },
00181   /* 0141 */ { "The beginning token of this statement has led to a bad choice of statement type." },
00182   /* 0142 */ { "Label variable \"%s\" must be scalar and of type default integer." },
00183   /* 0143 */ { "Character object \"%s\" has nonconstant bounds.  It can only be declared in a function or subroutine program unit." },
00184   /* 0144 */ { "Transfer of control to the nonexecutable statement at line %d is not allowed." },
00185   /* 0145 */ { "Transfer of control to the %s statement at line %d is not allowed." },
00186   /* 0146 */ { "Statement label \"%s\" was previously defined at line %d." },
00187   /* 0147 */ { "Transfer of control into the WHERE construct starting at line %d is not allowed." },
00188   /* 0148 */ { "Transfer of control into the CASE block starting at line %d is not allowed." },
00189   /* 0149 */ { "Transfer of control to an END IF statement from outside the IF construct is obsolescent." },
00190   /* 0150 */ { "Transfer of control to an END DO statement from outside its block DO construct is not allowed." },
00191   /* 0151 */ { "This use of derived type \"%s\" is not valid." },
00192   /* 0152 */ { "The assignment statement of a WHERE statement or in a WHERE construct must not be a defined assignment." },
00193   /* 0153 */ { "Transfer of control to an END SELECT statement from outside its CASE construct is not allowed." },
00194   /* 0154 */ { "Transfer of control into the DO loop starting at line %d is not safe." },
00195   /* 0155 */ { "Transfer of control into the DO loop starting at line %d is nonstandard." },
00196   /* 0156 */ { "Transfer of control into the %s block starting at line %d is not safe." },
00197   /* 0157 */ { "Transfer of control into the %s block starting at line %d is nonstandard." },
00198   /* 0158 */ { "No name can be specified on the END BLOCK DATA statement for an unnamed block data program unit." },
00199   /* 0159 */ { "More than one CASE DEFAULT statement was found for this CASE construct." },
00200   /* 0160 */ { "There is a problem with the block stack at block stack index %d." },
00201   /* 0161 */ { "A character literal used as a Hollerith constant is an extension to the Fortran standard." },
00202   /* 0162 */ { "The %s statement is not allowed in an ELSE IF block of an IF construct." },
00203   /* 0163 */ { "The %s statement is not allowed in an ELSE block of an IF construct." },
00204   /* 0164 */ { "The %s statement is not allowed in an internal procedure." },
00205   /* 0165 */ { "The %s statement is not allowed in a module procedure." },
00206   /* 0166 */ { "Extraneous data follows a format specification." },
00207   /* 0167 */ { "Field width is too small in this usage." },
00208   /* 0168 */ { "Empty parentheses in a FORMAT are an extension to the Fortran standard and are ignored." },
00209   /* 0169 */ { "A comma between these format fields is required by the Fortran standard." },
00210   /* 0170 */ { "A comma preceding a right parenthesis is an extension to the Fortran standard." },
00211   /* 0171 */ { "Construct name \"%s\" was previously declared at line %d." },
00212   /* 0172 */ { "The assign variable name must be an unqualified name." },
00213   /* 0173 */ { "The compiler expected a NAMELIST group name following the NML specifier." },
00214   /* 0174 */ { "A WRITE statement with no unit I/O specifier is an extension to the Fortran standard." },
00215   /* 0175 */ { "The IMPLICIT range \"%c-%c\" is not in alphabetical order." },
00216   /* 0176 */ { "IMPLICIT NONE is specified in this scope, therefore no other IMPLICIT statements are allowed." },
00217   /* 0177 */ { "The following letter(s) were specified in a previous IMPLICIT statement: \"%s\", so must not be specified again." },
00218   /* 0178 */ { "Array class is Unknown_Array, but there is no declaration error for the dimension spec." },
00219   /* 0179 */ { "Chose DEFAULT case on case statement in routine %s.  Should never get here." },
00220   /* 0180 */ { "Identifier \"%s\" was found in table %s, but should not have been found." },
00221   /* 0181 */ { "The mask expression in a WHERE statement or WHERE construct must be an array-valued expression." },
00222   /* 0182 */ { "The use of a repetition count with the slash edit descriptor is an extension to the Fortran standard." },
00223   /* 0183 */ { "The %s statement is not allowed in a CASE block of a CASE construct." },
00224   /* 0184 */ { "Recursive function entry name \"%s\" must have a result name to be called recursively when declared an array." },
00225   /* 0185 */ { "Function entry \"%s\" has a result name.  Use result name \"%s\" when typing the function result." },
00226   /* 0186 */ { "Unexpected syntax:  Expecting \"%s\" to follow the END keyword, but found \"%s\"." },
00227   /* 0187 */ { "The \"::\" separator is required on a component definition statement, if the POINTER or DIMENSION attribute is specified." },
00228   /* 0188 */ { "\"%s\" is already used as a component name for this derived type." },
00229   /* 0189 */ { "Component \"%s\" has the POINTER attribute, therefore the DIMENSION attribute must be a deferred-shape dimension." },
00230   /* 0190 */ { "Component \"%s\" does not have a POINTER attribute so its dimension must be an explicit-shape array with constant bounds." },
00231   /* 0191 */ { "A character length for a component declaration must be a constant expression." },
00232   /* 0192 */ { "The \"* char-length\" must only be specified for an object of type character." },
00233   /* 0193 */ { "Unexpected value %d found in %s field for entry %d." },
00234   /* 0194 */ { "The DO variable must be the name of a variable." },
00235   /* 0195 */ { "In a masked array assignment, the mask expression and the variable being defined must be arrays of the same shape." },
00236   /* 0196 */ { "Function %s was called with a token whose length exceeds %d characters." },
00237   /* 0197 */ { "Unexpected syntax: \"%s\" was expected but found \"%s\"." },
00238   /* 0198 */ { "The \"::\" separator is illegal on the EXTERNAL and the INTRINSIC statements." },
00239   /* 0199 */ { "The DO variable must be an unqualified name." },
00240   /* 0200 */ { "The use of edit descriptor \"%c\" is an extension to the Fortran standard." },
00241   /* 0201 */ { "An allocate object in an ALLOCATE statement must be either a pointer or an allocatable array." },
00242   /* 0202 */ { "The status variable for this ALLOCATE/DEALLOCATE statement must be a scalar integer variable." },
00243   /* 0203 */ { "The STAT= must follow all allocation items in an ALLOCATE statement." },
00244   /* 0204 */ { "The number of subscripts is greater than the number of declared dimensions." },
00245   /* 0205 */ { "If an array is specified in an ALLOCATE statement, it must have an allocate shape specification list." },
00246   /* 0206 */ { "The exponent in a constant initialization expression must be type integer." },
00247   /* 0207 */ { "Reset lex has attempted to reset source input to a line not in the source buffer." },
00248   /* 0208 */ { "Using a SGI pointer as a DO variable is an extension to the Fortran standard." },
00249   /* 0209 */ { "There is no actual argument to correspond to dummy argument number %d." },
00250   /* 0210 */ { "\"%s\" has the %s attribute.  It must not be used in an initialization expression because it is not a constant." },
00251   /* 0211 */ { "Continuation is not allowed for this statement." },
00252   /* 0212 */ { "\"%s\" is typed as %s, therefore it must not have component references specified for it." },
00253   /* 0213 */ { "\"%s\" is not a component of derived type \"%s\"." },
00254   /* 0214 */ { "The maximum number, %d, of fatal errors has been exceeded." },
00255   /* 0215 */ { "Dummy argument \"%s\" of statement function \"%s\" must have a character length that is an integer constant expression." },
00256   /* 0216 */ { "A character string must be less than %d characters when used as a dataset name or Boolean constant." },
00257   /* 0217 */ { "The DO loop expression must be type integer, default real, or double precision real." },
00258   /* 0218 */ { "A DO loop expression of type default real or double precision real is an obsolescent feature." },
00259   /* 0219 */ { "The DO variable must be type integer, default real, or double precision real." },
00260   /* 0220 */ { "A DO variable of type default real or double precision real is an obsolescent feature." },
00261   /* 0221 */ { "Bound expressions other than integer are an extension to the Fortran standard." },
00262   /* 0222 */ { "This DO statement expression must be scalar." },
00263   /* 0223 */ { "The DO variable must be scalar." },
00264   /* 0224 */ { "Semantic analysis of compiler generated DO loop expression failed." },
00265   /* 0225 */ { "For [%s][%s], the error flag in table %s is TRUE (1), but the message number is 0." },
00266   /* 0226 */ { "There are problems with the semantic tables.  See previous error messages." },
00267   /* 0227 */ { "For [%s][%s], the error flag in table %s is FALSE (0), but the message number is %d." },
00268   /* 0228 */ { "The mode specifier for a BUFFER IN or BUFFER OUT statement must be type integer." },
00269   /* 0229 */ { "The unit specifier or file identifier is not a valid data type or form." },
00270   /* 0230 */ { "The mode specifier for the BUFFER IN or BUFFER OUT statement must be scalar." },
00271   /* 0231 */ { "The character string exceeds the maximum dataset name size of %d characters." },
00272   /* 0232 */ { "IMPLICIT NONE is specified in the local scope, therefore an explicit type must be specified for function \"%s\"." },
00273   /* 0233 */ { "IMPLICIT NONE is specified in the host scope, therefore an explicit type must be specified for function \"%s\"." },
00274   /* 0234 */ { "The DO WHILE expression must be type logical." },
00275   /* 0235 */ { "I/O list items of a derived type which have a pointer component are not allowed." },
00276   /* 0236 */ { "NULL_IDX encountered when completing a compiler generated CONTINUE statement." },
00277   /* 0237 */ { "Maximum table size has been exceeded for the \"%s\"." },
00278   /* 0238 */ { "\"%s\" is declared as a named constant.  The type is assumed to be %s." },
00279   /* 0239 */ { "\"%s\" is initialized in a DATA statement.  The type is assumed to be %s." },
00280   /* 0240 */ { "External function \"%s\" is referenced in a bounds specification expression.  It must have a nonpointer scalar result." },
00281   /* 0241 */ { "The nonblock DO construct is an obsolescent feature." },
00282   /* 0242 */ { "The termination statement of a nonblock DO construct must not be an unconditional GO TO statement." },
00283   /* 0243 */ { "The termination statement of a nonblock DO construct must not be an assigned GO TO statement." },
00284   /* 0244 */ { "The termination statement of a nonblock DO construct must not be a %s statement." },
00285   /* 0245 */ { "The number of arguments in the call list is greater than the largest list expected." },
00286   /* 0246 */ { "The termination statement of a nonblock DO construct must not be an outmoded IF statement." },
00287   /* 0247 */ { "A subscript or substring expression in an EQUIVALENCE statement must be an integer constant expression." },
00288   /* 0248 */ { "The DO statement label is already defined." },
00289   /* 0249 */ { "Compiler internal error in fold_relationals.  Unexpected types of operands." },
00290   /* 0250 */ { "Array syntax is not allowed in an EQUIVALENCE statement." },
00291   /* 0251 */ { "Compiler internal error in fold_relationals.  Unexpected operator." },
00292   /* 0252 */ { "The operands in this array syntax operation are not conformable." },
00293   /* 0253 */ { "The left and right hand sides of this array syntax assignment must be conformable arrays." },
00294   /* 0254 */ { "The values of the DO statement expressions prevent the loop from executing." },
00295   /* 0255 */ { "The value of the increment expression must not be zero." },
00296   /* 0256 */ { "Dummy argument \"%s\" has the POINTER attribute.  It requires an actual argument with the POINTER attribute." },
00297   /* 0257 */ { "An illegal item \"%d\" is detected in field %s of the attribute table." },
00298   /* 0258 */ { "This actual argument is an assumed-size array, therefore it must not be associated with an assumed-shape dummy argument." },
00299   /* 0259 */ { "Recursive reference to \"%s\", a %s, is illegal in a bounds specification expression." },
00300   /* 0260 */ { "Unexpected block stack order." },
00301   /* 0261 */ { "The %s statement is not allowed in a function subprogram." },
00302   /* 0262 */ { "The %s statement is not in the range of a matching DO construct." },
00303   /* 0263 */ { "The semantics pass statement driver encountered an illegal or unknown statement type." },
00304   /* 0264 */ { "The %s statement is not allowed following a CONTAINS statement.  Expecting FUNCTION, SUBROUTINE or END statement." },
00305   /* 0265 */ { "Specifying the NAMELIST statement after the first executable statement is an extension to the Fortran standard." },
00306   /* 0266 */ { "The use of edit descriptor -nX is an extension to the Fortran standard." },
00307   /* 0267 */ { "The %s statement is not allowed in the THEN block of an IF construct." },
00308   /* 0268 */ { "The %s statement is not allowed in a DO construct." },
00309   /* 0269 */ { "The %s statement is not allowed following a SELECT CASE statement." },
00310   /* 0270 */ { "The %s statement is not allowed in a WHERE construct." },
00311   /* 0271 */ { "The %s statement is not allowed in an interface body." },
00312   /* 0272 */ { "The %s statement is not allowed in a subroutine subprogram." },
00313   /* 0273 */ { "The %s attribute is specified more than once for the component declaration." },
00314   /* 0274 */ { "Fortran requires all intrinsic procedure actual arguments to be type integer or character for restricted expressions." },
00315   /* 0275 */ { "The PUBLIC and/or PRIVATE attribute is specified more than once for derived type \"%s\"." },
00316   /* 0276 */ { "\"%s\" is a %s.  It must be a constant to be used in an initialization expression." },
00317   /* 0277 */ { "\"%s\" is not valid as a keyword for this call to \"%s\"." },
00318   /* 0278 */ { "No semantics routine exists for statement type %s." },
00319   /* 0279 */ { "The EXTERNAL attribute has been specified for \"%s\", the program unit being compiled.  This is nonstandard." },
00320   /* 0280 */ { "Fortran requires all intrinsic procedure actual arguments to be type integer for specification expressions." },
00321   /* 0281 */ { "The left hand side of an assignment statement must be a variable or a function result." },
00322   /* 0282 */ { "Function \"%s\" is declared in an interface block, therefore it must not be typed assumed-length character." },
00323   /* 0283 */ { "The name specified on the %s statement must match the %s name \"%s\"." },
00324   /* 0284 */ { "The %s construct has construct name \"%s\", therefore the %s statement must specify the same construct name." },
00325   /* 0285 */ { "If the %s construct does not have a construct name, the %s statement must not have a construct name specified." },
00326   /* 0286 */ { "A derived type type-name must not be the same as the name of the intrinsic type %s." },
00327   /* 0287 */ { "The result of function name \"%s\" in the function subprogram is not defined." },
00328   /* 0288 */ { "A termination statement is missing for this DO statement." },
00329   /* 0289 */ { "This %s statement has no matching %s statement." },
00330   /* 0290 */ { "Derived type \"%s\" must have at least one component declared for it." },
00331   /* 0291 */ { "An END statement is missing for this %s statement." },
00332   /* 0292 */ { "\"%s\" is specified as the module name on a USE statement, but the compiler cannot find it." },
00333   /* 0293 */ { "This unnamed main program unit is missing an END statement." },
00334   /* 0294 */ { "Equivalence-object \"%s\" must be a sequence derived type." },
00335   /* 0295 */ { "Routine %s expected LA_CH input to be %s." },
00336   /* 0296 */ { "PRINTMSG received a zero line number.  The message number to print is %d.  The column number is %d." },
00337   /* 0297 */ { "IMPLICIT NONE is specified in the host scope, therefore an explicit type must be specified for data object \"%s\"." },
00338   /* 0298 */ { "Only one IMPLICIT NONE statement is allowed in a scope." },
00339   /* 0299 */ { "An assignment can not be made to a function name when a separate function result variable has been declared." },
00340   /* 0300 */ { "Operators \"=, =>, and %%\" must not be used as defined operators." },
00341   /* 0301 */ { "Binary output must be requested for a module information file for module \"%s\" to be created." },
00342   /* 0302 */ { "A rank %d operand and a rank %d operand are not conformant for \"%s\"." },
00343   /* 0303 */ { "Data type %s is not allowed with %s for the operation \"%s\"." },
00344   /* 0304 */ { "Missing left parenthesis in FORMAT specifier." },
00345   /* 0305 */ { "Missing right parenthesis or unexpected end of FORMAT specifier." },
00346   /* 0306 */ { "Integer constant expected where \"%c\" is present." },
00347   /* 0307 */ { "A period is expected where \"%c\" is present." },
00348   /* 0308 */ { "Expecting -nP, -nX, or +nP, but found \"%c\"." },
00349   /* 0309 */ { "No repeat count is allowed for the \"%c\" edit descriptor." },
00350   /* 0310 */ { "The repeat count value must be greater than 0." },
00351   /* 0311 */ { "Field width must not be zero." },
00352   /* 0312 */ { "Maximum size for field width, decimal field width, exponent field width, or repetition count exceeded." },
00353   /* 0313 */ { "Missing or zero length for the H edit descriptor." },
00354   /* 0314 */ { "Unknown edit descriptor \"%c\" has been detected." },
00355   /* 0315 */ { "Encountered end of data before completion of last edit descriptor processing." },
00356   /* 0316 */ { "Hollerith, octal, hexadecimal and binary constants are not allowed as I/O list items." },
00357   /* 0317 */ { "The use of \".%s.\" as a dot operator is an extension to the Fortran standard." },
00358   /* 0318 */ { "The operator \"%s\" has not been declared as a user defined operator." },
00359   /* 0319 */ { "A subscript must be a scalar integer expression." },
00360   /* 0320 */ { "A vector subscript must be a rank /* 1 */ { integer expression." },
00361   /* 0321 */ { "The second subscript must not be omitted from a subscript triplet in the last dimension of an assumed-size array." },
00362   /* 0322 */ { "This use of a function or derived type \"%s\" is not valid." },
00363   /* 0323 */ { "The expressions in a substring range must be scalar integer expressions." },
00364   /* 0324 */ { "Assignment of a rank %d expression to a rank %d variable is not allowed." },
00365   /* 0325 */ { "The routine get_dummy_arg_type is called with a dummy argument that is not a data object." },
00366   /* 0326 */ { "The left hand side of this assignment statement is a constant." },
00367   /* 0327 */ { "The actual argument to IACHAR and ICHAR must have length equal to one character." },
00368   /* 0328 */ { "Statement label %s is not a FORMAT statement label." },
00369   /* 0329 */ { "Intrinsic function \"%s\" is not allowed in an initialization expression. " },
00370   /* 0330 */ { "More than one actual argument has been specified for a dummy argument." },
00371   /* 0331 */ { "There is no corresponding dummy argument for actual argument number %d." },
00372   /* 0332 */ { "There is no actual argument to correspond to dummy argument \"%s\"." },
00373   /* 0333 */ { "An actual argument keyword is being used when an explicit interface is not known." },
00374   /* 0334 */ { "The type of this actual argument does not match that of the dummy argument." },
00375   /* 0335 */ { "Function \"%s\" is an illegal reference in a CALL statement." },
00376   /* 0336 */ { "The kind of this actual argument does not match that of its associated dummy argument." },
00377   /* 0337 */ { "The rank of this actual argument does not match that of its corresponding dummy argument." },
00378   /* 0338 */ { "An alternate return dummy argument (*) requires a user label as its actual argument." },
00379   /* 0339 */ { "Unexpected syntax:  A label, a left parenthesis, or a variable name is expected but found \"%s\"." },
00380   /* 0340 */ { "Variable \"%s\" does not appear in an ASSIGN statement in this scoping unit." },
00381   /* 0341 */ { "The ASSIGN statement is an obsolescent feature." },
00382   /* 0342 */ { "The assigned GO TO statement is an obsolescent feature." },
00383   /* 0343 */ { "A RECURSIVE keyword must be declared for a subprogram so that the subprogram can be called recursively." },
00384   /* 0344 */ { "This subprogram has no result name, but is being called recursively.  This is an extension to the Fortran standard." },
00385   /* 0345 */ { "Label %s is not defined on either an executable statement or a FORMAT statement." },
00386   /* 0346 */ { "The %s statement at line %d is not a valid branch target statement." },
00387   /* 0347 */ { "Label %s is defined in the WHERE construct starting at line %d." },
00388   /* 0348 */ { "Label %s is defined in the CASE block starting at line %d." },
00389   /* 0349 */ { "Label \"%s\" does not appear in an ASSIGN statement in this scoping unit." },
00390   /* 0350 */ { "\"%s\" is typed CHARACTER*(*), therefore it must be a dummy argument, a constant or a SGI pointee." },
00391   /* 0351 */ { "\"%s\" is an assumed-shape array, therefore it must be a nonpointer dummy argument." },
00392   /* 0352 */ { "\"%s\" has the %s attribute, therefore it must be a dummy argument." },
00393   /* 0353 */ { "\"%s\" must have the POINTER or ALLOCATABLE attributes or be a dummy argument, because it is a deferred-shape array." },
00394   /* 0354 */ { "Equivalence-object \"%s\" is of a derived type that has an ultimate component that has the POINTER attribute." },
00395   /* 0355 */ { "\"%s\" is used in an expression or specified in a namelist group, therefore the type is assumed to be %s." },
00396   /* 0356 */ { "Assignment of a %s expression to a %s variable is not allowed." },
00397   /* 0357 */ { "The number of components in this derived type constructor does not match the declared number." },
00398   /* 0358 */ { "This derived type constructor has a type mismatch error in component number %d." },
00399   /* 0359 */ { "This structure constructor item which corresponds to a pointer component is not an allowable target." },
00400   /* 0360 */ { "The rank of derived type constructor component number %d does not match the declared rank." },
00401   /* 0361 */ { "Both actual arguments must be of type default real." },
00402   /* 0362 */ { "This statement can not be reached." },
00403   /* 0363 */ { "All of the actual arguments to this intrinsic call are not conformable to each other." },
00404   /* 0364 */ { "The number of compiler generated labels exceeds the compiler limit of %d." },
00405   /* 0365 */ { "This statement must not be the action-stmt of a logical IF statement." },
00406   /* 0366 */ { "Unexpected statement type when parsing the target statement of a logical IF." },
00407   /* 0367 */ { "Object \"%s\" is a module procedure or an internal function so it must not be typed as an assumed-length character." },
00408   /* 0368 */ { "Module procedure \"%s\" must be defined in this scoping unit or associated from another scoping unit." },
00409   /* 0369 */ { "This expression must be an integer scalar expression." },
00410   /* 0370 */ { "Alternate return specifiers are not allowed in function subprograms." },
00411   /* 0371 */ { "Alternate return specifiers are obsolescent." },
00412   /* 0372 */ { "All dimension specifiers on a COMMON statement must be declared with constant bounds." },
00413   /* 0373 */ { "Object \"%s\" is in a common block and is derived-type \"%s\".  This derived-type must be a sequence type." },
00414   /* 0374 */ { "This numeric constant is out of range." },
00415   /* 0375 */ { "The number of subscripts is smaller than the number of declared dimensions." },
00416   /* 0376 */ { "An array reference with fewer than the declared number of dimensions is an extension to the Fortran standard." },
00417   /* 0377 */ { "Unexpected syntax:  expected the keyword THEN, the beginning of an action-stmt, or a label. " },
00418   /* 0378 */ { "This subprogram reference is illegal." },
00419   /* 0379 */ { "Procedure \"%s\" must be EXTERNAL, a module procedure or declared in an interface block to be an actual argument." },
00420   /* 0380 */ { "No specific match to the defined generic operation \"%s\" can be found." },
00421   /* 0381 */ { "The PAUSE statement is obsolescent." },
00422   /* 0382 */ { "Cannot open Compiler Information File \"%s\"." },
00423   /* 0383 */ { "Cannot write to the Compiler Information File." },
00424   /* 0384 */ { "The length of the keyword at index %d in a keyword table is %d, which is greater than the maximum of 31." },
00425   /* 0385 */ { "The character variable/expression or the integer constant following the STOP/PAUSE statement is nonstandard." },
00426   /* 0386 */ { "The expression following a STOP/PAUSE must be a scalar character expression or an unsigned integer constant." },
00427   /* 0387 */ { "The CONTAINS statement must be followed by a FUNCTION or SUBROUTINE statement." },
00428   /* 0388 */ { "Assembly language listing (-rg) disables assembly language output (-eS or -S filename).  The listing is selected." },
00429   /* 0389 */ { "No specific match can be found for the generic subprogram call \"%s\"." },
00430   /* 0390 */ { "Derived type \"%s\" is defined in the host scope and used in the local scope, therefore it must not be redefined." },
00431   /* 0391 */ { "Type %s*%d will be mapped to %s*%d." },
00432   /* 0392 */ { "Data type %s is not allowed for operator \"%s\"." },
00433   /* 0393 */ { "An array reference with parentheses must have at least one subscript." },
00434   /* 0394 */ { "This Hollerith constant is longer than one word." },
00435   /* 0395 */ { "Masking expressions are an extension to the Fortran standard." },
00436   /* 0396 */ { "This generic interface has both subroutine and function specific interfaces." },
00437   /* 0397 */ { "The generic interface \"%s\" cannot be called as a subroutine." },
00438   /* 0398 */ { "The generic interface \"%s\" cannot be used as a function." },
00439   /* 0399 */ { "Generic interface call \"%s\" resolved to \"%s\"." },
00440   /* 0400 */ { "The characters found in the label field are not valid." },
00441   /* 0401 */ { "A stride specification in the array shape specification on the ALLOCATE statement is illegal." },
00442   /* 0402 */ { "The number of extents specified for this allocate object does not match the declared rank." },
00443   /* 0403 */ { "The upper or lower bound of a dimension in an allocate object must be a scalar integer expression." },
00444   /* 0404 */ { "Only scalar objects can be allocated in an ALLOCATE statement." },
00445   /* 0405 */ { "An allocate/deallocate object cannot be a substring reference." },
00446   /* 0406 */ { "The indirect logical IF and the two-branch arithmetic IF statements are both nonstandard and outmoded." },
00447   /* 0407 */ { "Labels must be in columns /* 1 */ { through /* 5 */ { in fixed source form." },
00448   /* 0408 */ { "This pointer is to the right of a part-ref with nonzero rank." },
00449   /* 0409 */ { "The conditional expression must be type integer, real, or double precision." },
00450   /* 0410 */ { "The conditional expression must be scalar." },
00451   /* 0411 */ { "A variable in an assignment statement must not be an assumed-size array." },
00452   /* 0412 */ { "This whole array reference of an assumed-size array is not allowed." },
00453   /* 0413 */ { "The STAT variable must not be allocated within the ALLOCATE statement in which it appears." },
00454   /* 0414 */ { "The conditional expression must be type logical, integer, real, or double precision." },
00455   /* 0415 */ { "A blank is required before this lexical token in free source form." },
00456   /* 0416 */ { "The conditional expression must be type logical." },
00457   /* 0417 */ { "The pointer-object in a pointer assignment statement must have the POINTER attribute." },
00458   /* 0418 */ { "The variable in a pointer assignment statement must have the TARGET attribute or the POINTER attribute." },
00459   /* 0419 */ { "The target in a pointer assignment statement must have the same type parameters as the pointer." },
00460   /* 0420 */ { "The target in a pointer assignment statement must not be an array section with a vector subscript." },
00461   /* 0421 */ { "An expression used in a pointer assignment statement must deliver a pointer result." },
00462   /* 0422 */ { "Character '%c' is not valid in a binary constant." },
00463   /* 0423 */ { "Character '%c' is not valid in a hexadecimal constant." },
00464   /* 0424 */ { "Attribute %s appears more than once in this attribute list." },
00465   /* 0425 */ { "Attributes %s and %s must not appear in the same attribute list." },
00466   /* 0426 */ { "Each pointer-object in a NULLIFY statement must have the POINTER attribute." },
00467   /* 0427 */ { "The STAT= variable must not be deallocated within the same DEALLOCATE statement." },
00468   /* 0428 */ { "An allocate object must be either a pointer or an allocatable array in a DEALLOCATE statement." },
00469   /* 0429 */ { "Only scalar objects can be deallocated in a DEALLOCATE statement." },
00470   /* 0430 */ { "A deallocate object in a DEALLOCATE statement cannot be an array element or section." },
00471   /* 0431 */ { "The target in a pointer assignment statement must have the same rank as the pointer." },
00472   /* 0432 */ { "Pointer assignment of a %s target or pointer to a %s pointer is not allowed." },
00473   /* 0433 */ { "Attempting to split an I/O statement without creating a begin and end I/O statement." },
00474   /* 0434 */ { "Illegal association of a scalar actual argument to an assumed-shape dummy argument \"%s\"." },
00475   /* 0435 */ { "Illegal association of a scalar actual argument with array dummy argument \"%s\"." },
00476   /* 0436 */ { "Illegal association of an array-valued actual argument with a scalar dummy argument \"%s\"." },
00477   /* 0437 */ { "\"%s\" has the %s attribute, therefore it must not be used in a bounds specification expression." },
00478   /* 0438 */ { "Namelist group \"%s\" has the PUBLIC attribute so namelist group object \"%s\" cannot have the PRIVATE attribute." },
00479   /* 0439 */ { "The I/O control list for a %s statement must have a UNIT specifier." },
00480   /* 0440 */ { "The I/O control list for an INQUIRE statement must have either a UNIT or FILE specifier." },
00481   /* 0441 */ { "A type %s expression is not valid as an argument for the %s specifier of a %s statement." },
00482   /* 0442 */ { "The INQUIRE statement must not have both the UNIT and FILE specifiers." },
00483   /* 0443 */ { "The FMT and NML specifiers must not be specified in the same I/O control list." },
00484   /* 0444 */ { "A namelist group name must not be present if an I/O list is present." },
00485   /* 0445 */ { "The %s specifier cannot be used in a WRITE statement control list." },
00486   /* 0446 */ { "The NML= control list specifier requires a namelist group name as an argument." },
00487   /* 0447 */ { "The FMT= control list item must be a label, a character expression or an ASSIGN integer variable." },
00488   /* 0448 */ { "This I/O control list item must be a label." },
00489   /* 0449 */ { "A rank %d expression is not valid for the %s control list specifier." },
00490   /* 0450 */ { "Procedure get_type_desc has been called with something that does not need a type descriptor." },
00491   /* 0451 */ { "This reference to function %s without an actual argument list is illegal." },
00492   /* 0452 */ { "This reference to subroutine %s is not in a CALL statement." },
00493   /* 0453 */ { "This reference to main program %s is illegal." },
00494   /* 0454 */ { "This reference to block data %s is illegal." },
00495   /* 0455 */ { "This reference to module %s is illegal." },
00496   /* 0456 */ { "Main program %s is an illegal reference in a CALL statement." },
00497   /* 0457 */ { "Blockdata \"%s\" is an illegal reference in a CALL statement." },
00498   /* 0458 */ { "Module %s is an illegal reference in a CALL statement." },
00499   /* 0459 */ { "A type %s variable is not valid as an argument for the %s specifier of a %s statement." },
00500   /* 0460 */ { "The %s control list specifier must have a scalar %s variable as an argument for this %s statement." },
00501   /* 0461 */ { "The %s I/O control list specifier requires an argument with default kind parameter for the %s statement." },
00502   /* 0462 */ { "If the FMT= specifier is an integer variable, it must be of default kind type." },
00503   /* 0463 */ { "If REC= is present, an END= specifier must not appear in a %s statement." },
00504   /* 0464 */ { "If REC= is present, the format must not be list-directed in a %s statement." },
00505   /* 0465 */ { "If an EOR= specifier is present, an ADVANCE= specifier must also appear in a %s statement." },
00506   /* 0466 */ { "If REC= is present, a namelist group name must not appear in a %s statement." },
00507   /* 0467 */ { "A variable used as an internal file must not be an array section with a vector subscript." },
00508   /* 0468 */ { "If an ADVANCE= specifier is present, the FMT= specifier must be present." },
00509   /* 0469 */ { "If an ADVANCE= specifier is present, the FMT= specifier must not be list-directed." },
00510   /* 0470 */ { "If the ADVANCE= specifier is present, the UNIT= specifier must not specify an internal file." },
00511   /* 0471 */ { "If the UNIT= specifier refers to an internal file, the REC= specifier must not be present." },
00512   /* 0472 */ { "If the UNIT= specifier refers to an internal file, a namelist group name must not be present." },
00513   /* 0473 */ { "If the ADVANCE= specifier is present, the statement must be a sequential access I/O statement." },
00514   /* 0474 */ { "The DO variable of an implied-DO loop must be integer, default real, or double precision real." },
00515   /* 0475 */ { "Specific interface \"%s\" must be a subroutine, if it is inside a defined assignment interface block." },
00516   /* 0476 */ { "This implied-DO control expression must be scalar." },
00517   /* 0477 */ { "This implied-DO control expression must be an integer, default real, or double precision real expression. " },
00518   /* 0478 */ { "An expression cannot be used as an input item in a %s statement." },
00519   /* 0479 */ { "A constant cannot be used as an input item in a %s statement." },
00520   /* 0480 */ { "Type %s*%d will be mapped to DOUBLE PRECISION." },
00521   /* 0481 */ { "This implied-DO control variable is not valid." },
00522   /* 0482 */ { "This implied-DO variable is not scalar." },
00523   /* 0483 */ { "The IOLENGTH= specifier in an INQUIRE statement must be a scalar default integer variable." },
00524   /* 0484 */ { "\"%s\" has an ultimate component that has the POINTER attribute, therefore it must not be in a namelist group." },
00525   /* 0485 */ { "A character constant file name used as a UNIT= specifier is an extension of the Fortran standard." },
00526   /* 0486 */ { "\"%s\" has been use associated from module \"%s\" and at least one more module.  It must not be referenced." },
00527   /* 0487 */ { "The specific interfaces for \"%s\" and \"%s\" make the %s interface \"%s\" ambiguous." },
00528   /* 0488 */ { "All bounds and kind selector expressions must be type integer, but this expression is type %s." },
00529   /* 0489 */ { "The specific interface \"%s\" must have exactly two dummy arguments when inside a defined assignment interface block." },
00530   /* 0490 */ { "Dummy argument \"%s\" must not have the OPTIONAL attribute within a defined operator or assignment interface block." },
00531   /* 0491 */ { "Dummy argument \"%s\" must be specified with INTENT(%s) within a defined %s interface block." },
00532   /* 0492 */ { "Specific interface \"%s\" must be a function within a defined operator interface block." },
00533   /* 0493 */ { "The function result cannot be assumed-length character for \"%s\" because it is in a defined operator interface block." },
00534   /* 0494 */ { "The specific interface \"%s\" must have exactly one dummy argument when inside a defined unary operator interface block." },
00535   /* 0495 */ { "This specific interface \"%s\" conflicts with the intrinsic use of \"%s\"." },
00536   /* 0496 */ { "The specific interface \"%s\" must have exactly two dummy arguments when inside a defined binary operator interface block." },
00537   /* 0497 */ { "The specific interface \"%s\" must have one or two dummy arguments when inside a defined operator interface block." },
00538   /* 0498 */ { "Dummy argument \"%s\" is a dummy procedure.  This is not allowed within a defined %s interface." },
00539   /* 0499 */ { "A defined operator must not be the same as a logical literal constant." },
00540   /* 0500 */ { "Array \"%s\" is assumed-size, therefore it must be a dummy argument." },
00541   /* 0501 */ { "\"%s\" is an assumed-size array of type character.  It must be a dummy argument or a pointee of a SGI character pointer." },
00542   /* 0502 */ { "This actual argument is not a program unit.  Dummy argument \"%s\" is a dummy procedure." },
00543   /* 0503 */ { "Argument mismatch:  Actual argument \"%s\" is a \"%s\".  Dummy argument \"%s\" is a \"%s\"." },
00544   /* 0504 */ { "Actual argument \"%s\" is a label but dummy argument \"%s\" is not an alternate return specifier." },
00545   /* 0505 */ { "Continuation of character context in free source form requires an \"&\" as the first nonblank character of the next line." },
00546   /* 0506 */ { "Function \"%s\" is recursive, therefore it must not be typed as assumed-length character." },
00547   /* 0507 */ { "Function \"%s\" is array-valued and/or pointer-valued, therefore it must not be typed as assumed-length character." },
00548   /* 0508 */ { "The parent-string of a substring reference must be of type character." },
00549   /* 0509 */ { "\"%s\" is a %s, therefore it must not be used in a bounds specification expression." },
00550   /* 0510 */ { "The use of \".%s.\" as a logical literal constant is an extension to the Fortran standard." },
00551   /* 0511 */ { "\"%s\" is scalar, but it is being used as an array or function reference." },
00552   /* 0512 */ { "\"%s\" is the name of a namelist group.  This is an illegal usage." },
00553   /* 0513 */ { "Unexpected syntax:  A comma, identifier, WHILE, or EOS was expected but found \"%c\"." },
00554   /* 0514 */ { "malloc_check has found a problem with the malloc'd tables.  See previous message." },
00555   /* 0515 */ { "Unexpected syntax:  A label, comma, identifier, WHILE, or EOS was expected but found \"%c\"." },
00556   /* 0516 */ { "For \"%s\", LN_NAME_IDX (%d) does not match AT_NAME_IDX(%d)." },
00557   /* 0517 */ { "This DO variable is already being used as the DO variable of an outer loop." },
00558   /* 0518 */ { "\"%s\" is used as a subroutine, therefore it must not be used in a bounds specification expression." },
00559   /* 0519 */ { "Dummy argument \"%s\" has the INTENT(OUT) attribute, therefore it must not be used in a bounds specification expression." },
00560   /* 0520 */ { "Using external function \"%s\" in a bounds specification expression is nonstandard.  It should be PURE." },
00561   /* 0521 */ { "Local variable \"%s\" must be a dummy argument or in common to be used in a bounds specification expression." },
00562   /* 0522 */ { "It is an extension to the Fortran standard to allow character and noncharacter to be equivalenced to each other." },
00563   /* 0523 */ { "The type of equivalence object \"%s\" is not identical to the type of the other equivalence objects." },
00564   /* 0524 */ { "More than /* 99 */ { continuation lines in fixed source form is not allowed." },
00565   /* 0525 */ { "More than /* 99 */ { continuation lines in free source form is not allowed." },
00566   /* 0526 */ { "Common block \"%s\" has been extended past its start by equivalencing \"%s\"." },
00567   /* 0527 */ { "Object \"%s\" does not start on a word boundary.  This is caused by equivalence alignment." },
00568   /* 0528 */ { "Object \"%s\" is equivalenced in two different places." },
00569   /* 0529 */ { "Object \"%s\" has been previously used in an executable statement, therefore it must not be a dummy argument." },
00570   /* 0530 */ { "An implied-DO variable must not be a variable subobject." },
00571   /* 0531 */ { "Compiler directive %s must appear before the first executable statement." },
00572   /* 0532 */ { "An input item must not be the implied-DO variable of any implied-DO loop that contains the input item." },
00573   /* 0533 */ { "Reuse of \"%s\" as an implied-DO variable in a nested implied-DO is not allowed." },
00574   /* 0534 */ { "\"%s\" is in blank common, therefore it must not be given the AUXILIARY attribute via a compiler directive statement." },
00575   /* 0535 */ { "\"%s\" is typed as character, therefore it must not be given the AUXILIARY attribute via a compiler directive statement." },
00576   /* 0536 */ { "\"%s\" is type \"%s\" which has a character or pointer component, therefore it must not be in auxiliary storage." },
00577   /* 0537 */ { "\"%s\" is in TASK COMMON block \"%s\".  It must not be given the AUXILIARY attribute via a compiler directive statement." },
00578   /* 0538 */ { "A negative base of type real cannot be raised to a real power." },
00579   /* 0539 */ { "A continuation line is expected but this is not a continuation line." },
00580   /* 0540 */ { "The value specified for DIM is invalid." },
00581   /* 0541 */ { "Implementation is deferred for this Fortran statement, type, expression or constructor." },
00582   /* 0542 */ { "The repeat factor must not be signed." },
00583   /* 0543 */ { "Kind type parameter value %d will be mapped to %d." },
00584   /* 0544 */ { "The termination statement of a nonblock DO construct must be an executable statement." },
00585   /* 0545 */ { "Two operator nodes were marked IR_ARRAY_NODE in a reference tree." },
00586   /* 0546 */ { "Nonarray used with subscript_opr in expr_semantics." },
00587   /* 0547 */ { "\"%s\" is a named constant and is also a common block name.  This is an extension to the Fortran standard." },
00588   /* 0548 */ { "\"%s\" has been used as a variable, therefore it must not be used as a derived-type name." },
00589   /* 0549 */ { "A %s statement is not allowed within a parallel region." },
00590   /* 0550 */ { "\"%s\" has the %s attribute, therefore it must not be declared with the %s attribute." },
00591   /* 0551 */ { "\"%s\" is a %s, therefore it must not be declared with the %s attribute." },
00592   /* 0552 */ { "\"%s\" has the %s attribute, therefore it must not be declared as a %s." },
00593   /* 0553 */ { "\"%s\" is a %s, therefore it must not be declared as a %s." },
00594   /* 0554 */ { "\"%s\" has the %s attribute.  It must not be given the %s attribute again." },
00595   /* 0555 */ { "Cannot write to the temporary message file." },
00596   /* 0556 */ { "Cannot open the temporary message file." },
00597   /* 0557 */ { "\"%s\" has been used as a variable, therefore it must not be declared or used as a procedure." },
00598   /* 0558 */ { "\"%s\" has been used as a variable, therefore it must not be declared as a %s." },
00599   /* 0559 */ { "\"%s\" has been used as a variable, therefore it must not be declared with the %s attribute." },
00600   /* 0560 */ { "\"%s\" is typed as variable length character, therefore it must not be declared with the %s attribute." },
00601   /* 0561 */ { "\"%s\" is typed as variable length character, therefore it must not be declared as a %s." },
00602   /* 0562 */ { "\"%s\" is an explicit-shape array with nonconstant bounds, therefore it must not be declared with the %s attribute." },
00603   /* 0563 */ { "\"%s\" is an explicit-shape array with nonconstant bounds, therefore it must not be declared as a %s." },
00604   /* 0564 */ { "\"%s\" is in a common block, therefore it must not be declared with the %s attribute." },
00605   /* 0565 */ { "\"%s\" is in a common block, therefore it must not be declared as a %s." },
00606   /* 0566 */ { "\"%s\" is defined in an explicit interface, therefore it must not be declared with the %s attribute." },
00607   /* 0567 */ { "\"%s\" is defined in an explicit interface, therefore it must not be declared as a %s." },
00608   /* 0568 */ { "\"%s\" is not a valid reference in a subroutine call." },
00609   /* 0569 */ { "Label variable \"%s\" must be a variable, not a named constant." },
00610   /* 0570 */ { "\"%s\" has the ALLOCATABLE attribute, therefore it must be specified as a deferred-shape array." },
00611   /* 0571 */ { "Function result \"%s\" is a deferred-shape array, therefore it must have the POINTER attribute." },
00612   /* 0572 */ { "\"%s\" has been used as a function, therefore it must not be declared with the %s attribute." },
00613   /* 0573 */ { "\"%s\" has been used as a function, therefore it must not be declared as a %s." },
00614   /* 0574 */ { "\"%s\" has been used as a subroutine, therefore it must not be declared with the %s attribute." },
00615   /* 0575 */ { "\"%s\" has been used as a subroutine, therefore it must not be declared as a %s." },
00616   /* 0576 */ { "\"%s\" has the %s attribute, therefore it must not be typed as variable length character." },
00617   /* 0577 */ { "\"%s\" is a %s, therefore it must not be typed as variable length character." },
00618   /* 0578 */ { "\"%s\" is in a common block, therefore it must not be typed as variable length character." },
00619   /* 0579 */ { "\"%s\" is defined in an explicit interface.  All information about this procedure must be specified in the interface." },
00620   /* 0580 */ { "The data type of object \"%s\" is %s and is incompatible with data type %s in this PARAMETER assignment." },
00621   /* 0581 */ { "\"%s\" is a subroutine, therefore it must not be given an explicit type." },
00622   /* 0582 */ { "\"%s\" has the %s attribute, therefore it must not be declared as an explicit-shape array with nonconstant bounds." },
00623   /* 0583 */ { "\"%s\" is a %s, therefore it must not be declared as an explicit-shape array with nonconstant bounds." },
00624   /* 0584 */ { "Machine characteristics system call \"%s\" failed." },
00625   /* 0585 */ { "\"%s\" is in a common block, therefore it must not be declared as an explicit-shape array with nonconstant bounds." },
00626   /* 0586 */ { "The -dp option does not affect REAL(KIND=16) or COMPLEX(KIND=16).  These will remain double precision." },
00627   /* 0587 */ { "The initialization expression must be a constant to be used with PARAMETER assignment for object \"%s\"." },
00628   /* 0588 */ { "\"%s\" is a subroutine, therefore it must not be declared with the DIMENSION attribute." },
00629   /* 0589 */ { "\"%s\" has the %s attribute, therefore it must not be in a common block." },
00630   /* 0590 */ { "\"%s\" is a %s, therefore it must not be in a common block." },
00631   /* 0591 */ { "\"%s\" is typed as variable length character, therefore it must not be in a common block." },
00632   /* 0592 */ { "\"%s\" is an explicit-shape array with nonconstant bounds, therefore it must not be in a common block." },
00633   /* 0593 */ { "\"%s\" already appears in common block \"%s\".  It must only be specified once in a common block." },
00634   /* 0594 */ { "\"%s\" is a procedure name, therefore it must not be in a common block." },
00635   /* 0595 */ { "The %s attribute on the type declaration statement is not allowed in a %s program unit." },
00636   /* 0596 */ { "The %s attribute must only be specified if the derived type statement is in the specification part of a module." },
00637   /* 0597 */ { "Compiler internal development command line option caused the compiler to abort on the first ANSI message." },
00638   /* 0598 */ { "\"%s\" must not have the PUBLIC attribute, because it is typed as private type \"%s\"." },
00639   /* 0599 */ { "\"%s\" has the %s attribute, therefore it must not be in a namelist group." },
00640   /* 0600 */ { "\"%s\" is a %s, therefore it must not be in a namelist group." },
00641   /* 0601 */ { "\"%s\" is typed as variable length character, therefore it must not be in a namelist group." },
00642   /* 0602 */ { "\"%s\" is an explicit-shape array with nonconstant bounds, therefore it must not be in a namelist group." },
00643   /* 0603 */ { "\"%s\" is a procedure name, therefore it must not be in a namelist group." },
00644   /* 0604 */ { "-%c %s is an unsupported compiler directive." },
00645   /* 0605 */ { "\"%s\" must be a constant to be used in an initialization expression." },
00646   /* 0606 */ { "Internal Error with I/O control list table." },
00647   /* 0607 */ { "Object \"%s\" is in auxiliary storage.  It must not be host associated." },
00648   /* 0608 */ { "\"%s\" has the %s attribute, therefore it must not be a procedure in an interface block." },
00649   /* 0609 */ { "\"%s\" is a %s, therefore it must not be a function in an interface block." },
00650   /* 0610 */ { "\"%s\" is typed as variable length character, therefore it must not be a procedure in an interface block." },
00651   /* 0611 */ { "\"%s\" is an explicit-shape array with nonconstant bounds, therefore it must not be a procedure in an interface block." },
00652   /* 0612 */ { "\"%s\" is in a common block, therefore it must not be a procedure or be used as a procedure." },
00653   /* 0613 */ { "\"%s\" is defined in an explicit interface.  It must not be defined with more than one explicit interface." },
00654   /* 0614 */ { "The storage size needed for \"%s\" exceeds %d words, the maximum storage size available." },
00655   /* 0615 */ { "The storage size needed for this expression exceeds %d, the maximum storage size available." },
00656   /* 0616 */ { "\"%s\" has been used as a function, therefore it cannot be declared in an explicit interface block." },
00657   /* 0617 */ { "\"%s\" has been used as a subroutine, therefore it cannot be declared in an explicit interface block." },
00658   /* 0618 */ { "Precompiled procedure \"%s\" must have the same double precision (-ep/-dp) option specified as this compilation." },
00659   /* 0619 */ { "\"%s\" is a %s, therefore it must not be a subroutine in an interface block." },
00660   /* 0620 */ { "Dummy argument \"%s\" is not an auxiliary array but this actual argument is." },
00661   /* 0621 */ { "The kind parameter \"%s\" is not valid.  It must be a scalar integer constant." },
00662   /* 0622 */ { "Dummy argument \"%s\" has the TARGET attribute.  It requires an actual argument with the TARGET or POINTER attribute." },
00663   /* 0623 */ { "Default integer kind size for precompiled procedure \"%s\" must match the default integer kind size for this compilation." },
00664   /* 0624 */ { "Bad left operand to ptr_assign_from_target." },
00665   /* 0625 */ { "\"%s\" is a %s.  To be a SGI character pointee, it must be declared %s prior to the POINTER statement." },
00666   /* 0626 */ { "Expected %s in %s." },
00667   /* 0627 */ { "Dummy argument \"%s\" is an auxiliary array and the actual argument is not." },
00668   /* 0628 */ { "\"%s\" has the %s attribute, therefore it must not be used as an external function name." },
00669   /* 0629 */ { "\"%s\" is a %s, therefore it must not be used as an external function name." },
00670   /* 0630 */ { "Non constant character in namelist_static_dv_whole_def." },
00671   /* 0631 */ { "This compiler is not licensed on this hardware.  Please contact craysoft." },
00672   /* 0632 */ { "\"%s\" has been used as a subroutine, therefore it must not be used as a function." },
00673   /* 0633 */ { "\"%s\" has the %s attribute, therefore it must not be used as a subroutine name in a CALL statement." },
00674   /* 0634 */ { "\"%s\" is a %s, therefore it must not be used as an external subroutine name in a CALL statement." },
00675   /* 0635 */ { "\"%s\" is typed as character, therefore it must not be used as a subroutine." },
00676   /* 0636 */ { "\"%s\" has the DIMENSION attribute, therefore it must not be used as a subroutine." },
00677   /* 0637 */ { "Something other than list opnd in io_list_semantics." },
00678   /* 0638 */ { "SGI character pointee \"%s\" must be an assumed-length character variable." },
00679   /* 0639 */ { "\"%s\" is used as a function, therefore it must not be used as a subroutine." },
00680   /* 0640 */ { "This actual argument must not be scalar." },
00681   /* 0641 */ { "\"%s\" is a %s, therefore it must not be used in an expression." },
00682   /* 0642 */ { "\"%s\" is already a %s, therefore it must not be declared a %s." },
00683   /* 0643 */ { "\"%s\" has been used as a subroutine, therefore it must not be referenced in an expression." },
00684   /* 0644 */ { "\"%s\" has the %s attribute, therefore it must not be used as a derived-type name." },
00685   /* 0645 */ { "\"%s\" is a %s, therefore it must not be used as a derived-type name." },
00686   /* 0646 */ { "\"%s\" is typed as character, therefore it must not be used as a derived-type name." },
00687   /* 0647 */ { "\"%s\" has the DIMENSION attribute, therefore it must not be used as a derived-type name." },
00688   /* 0648 */ { "\"%s\" is in a common block which makes it a variable, therefore it must not be used as a derived-type name." },
00689   /* 0649 */ { "\"%s\" is a procedure, therefore it must not be used as a derived-type name." },
00690   /* 0650 */ { "\"%s\" is a SGI pointee.  It must not be typed as a derived type." },
00691   /* 0651 */ { "\"%s\" is typed as a derived type, therefore it must not be declared as a SGI pointee." },
00692   /* 0652 */ { "\"%s\" has been used as a function, therefore it must not be used as a derived-type name." },
00693   /* 0653 */ { "\"%s\" has been used as a subroutine, therefore it must not be used as a derived-type name." },
00694   /* 0654 */ { "This actual argument does not have a legal rank for this intrinsic procedure." },
00695   /* 0655 */ { "fnd_semantic_err is detecting error(s) that the calling routine, %s, is not." },
00696   /* 0656 */ { "A PUBLIC/PRIVATE statement with no access list must only be specified once in the scoping unit of module \"%s\"." },
00697   /* 0657 */ { "Function result \"%s\" cannot be in a namelist group, because it is not the result of an active function." },
00698   /* 0658 */ { "\"%s\" must be an integer constant or the DO variable of a containing implied-DO." },
00699   /* 0659 */ { "All dummy arguments used in the length expression for object \"%s\" must be specified at the same entry point." },
00700   /* 0660 */ { "All dummy arguments used in the bounds expressions for array \"%s\" must be specified at the same entry point." },
00701   /* 0661 */ { "All dummy arguments used in specification expressions to declare \"%s\" must be specified at the same entry point." },
00702   /* 0662 */ { "All dummy arguments used in expressions to declare \"%s\" must be specified at the same entry point as the object." },
00703   /* 0663 */ { "\"%s\" belongs to common block \"%s\" that is in auxiliary storage so it must not be a namelist group object." },
00704   /* 0664 */ { "Expression semantics missed detection of an error for a constant specification expression." },
00705   /* 0665 */ { "Unexpected basic type from create_dv_type_code." },
00706   /* 0666 */ { "\"%s\" has been used as a variable or a function in the character length, therefore it must not be the function name." },
00707   /* 0667 */ { "The number of entities to be initialized exceeds the number of values." },
00708   /* 0668 */ { "The number of values exceeds the number of entities to be initialized." },
00709   /* 0669 */ { "The matching DO statement has a construct name, therefore this statement must be an END DO with the same construct name." },
00710   /* 0670 */ { "Number of list items is greater than list count value." },
00711   /* 0671 */ { "Procedure \"%s\" is already in interface block \"%s\".  It must not be specified multiple times." },
00712   /* 0672 */ { "\"%s\" has been used as a function, therefore it must not be declared an explicit-shape array with nonconstant bounds." },
00713   /* 0673 */ { "The dimension attributes for entry points \"%s\" and \"%s\" conflict." },
00714   /* 0674 */ { "Entry points \"%s\" and \"%s\" must both have the POINTER attribute." },
00715   /* 0675 */ { "An implied-DO variable must be the name of a variable of type integer." },
00716   /* 0676 */ { "An identifier in a DATA value list must be the name of a previously declared named constant." },
00717   /* 0677 */ { "If the repeat factor is an identifier, it must be the name of a scalar named constant." },
00718   /* 0678 */ { "A DATA statement repeat factor must be type integer and be a scalar constant." },
00719   /* 0679 */ { "The value of a DATA statement repeat factor must be equal to or greater than zero." },
00720   /* 0680 */ { "More than one IF condition is specified for %s tasking directive." },
00721   /* 0681 */ { "The specifier for number of characters in this %s statement must be of type integer." },
00722   /* 0682 */ { "The specifier for number of characters in this %s statement must be in the range /* 1 */ { to 152." },
00723   /* 0683 */ { "The specifier for number of characters in this %s statement must be a scalar integer expression." },
00724   /* 0684 */ { "Module procedure \"%s\" must have the PRIVATE attribute, because its function result is a private type." },
00725   /* 0685 */ { "Module procedure \"%s\" must have the PRIVATE attribute, because dummy argument \"%s\" is a private type." },
00726   /* 0686 */ { "Generic interface \"%s\" must be private, because specific interface \"%s\" is a function with a private type." },
00727   /* 0687 */ { "Generic interface \"%s\" must be private, because dummy argument \"%s\" for specific interface \"%s\" is a private type." },
00728   /* 0688 */ { "Common block \"%s\" was specified in a SAVE statement, but has not been specified in a COMMON statement." },
00729   /* 0689 */ { "The operator enum in globals.h does not match the operator_str array in debug.h." },
00730   /* 0690 */ { "Common block \"%s\" is specified in a TASK COMMON directive, therefore it must be specified in a COMMON statement." },
00731   /* 0691 */ { "\"%s\" is of a derived type that has an ultimate component that is a pointer, therefore it must not be a named constant." },
00732   /* 0692 */ { "Initializing a named common block member in a program unit other than a block data program unit is nonstandard." },
00733   /* 0693 */ { "A blank common block member must not be initialized." },
00734   /* 0694 */ { "This Hollerith constant is longer than one word." },
00735   /* 0695 */ { "A SGI character pointer must not be initialized." },
00736   /* 0696 */ { "The implied-DO variable has already been used as an implied-DO variable in an inner loop." },
00737   /* 0697 */ { "SGI pointer \"%s\" and  Cray pointee \"%s\" both must be public or they both must be private." },
00738   /* 0698 */ { "Partial initialization of a whole array is an extension to the Fortran standard." },
00739   /* 0699 */ { "DATA target is a function reference or an array element reference to an undeclared array." },
00740   /* 0700 */ { "No specific intrinsic exists for the intrinsic call \"%s\"." },
00741   /* 0701 */ { "\"%s\" is not an intrinsic routine." },
00742   /* 0702 */ { "Type double complex is not supported with -ep." },
00743   /* 0703 */ { "A continuation line can only follow a line continued with the \"&\" symbol." },
00744   /* 0704 */ { "Unexpected FLD value." },
00745   /* 0705 */ { "\"%s\" is not a constant therefore it must not appear in an initialization expression." },
00746   /* 0706 */ { "This function name must not appear in a DATA statement expression." },
00747   /* 0707 */ { "Module procedure \"%s\" is not a module procedure in a parent of this scoping unit." },
00748   /* 0708 */ { "Possible recursive reference to module procedure \"%s\".  RECURSIVE must be specified for a recursive reference." },
00749   /* 0709 */ { "A DATA implied-DO target must be an array element or scalar structure component reference." },
00750   /* 0710 */ { "The -dp option does not change type %s*%d.  It will remain double precision." },
00751   /* 0711 */ { "The type statement for generic intrinsic function %s is ignored." },
00752   /* 0712 */ { "Generic interface \"%s\" must not also be the name of a module %s, unless it is a specific name in generic interface \"%s\"." },
00753   /* 0713 */ { "Generic interface \"%s\" is also an external or module procedure.  It must be a specific name in generic interface \"%s\"." },
00754   /* 0714 */ { "\"%s\" is a common block name and is declared as an intrinsic procedure.  This is nonstandard." },
00755   /* 0715 */ { "Binary output (-eB or -b filename) disables assembly language output (-eS or -S filename).  Binary file selected." },
00756   /* 0716 */ { "\"%s\" is an external procedure or a program unit and is also a common block name.  This is nonstandard." },
00757   /* 0717 */ { "The -Ta option implies -Ca." },
00758   /* 0718 */ { "The line number passed to the routine set_format_start_idx is not a valid line number." },
00759   /* 0719 */ { "Integer overflow resulted from an integer conversion or arithmetic operation." },
00760   /* 0720 */ { "A constant expression exceeds the valid range." },
00761   /* 0721 */ { "A divisor of zero was detected in an expression." },
00762   /* 0722 */ { "This use of function \"%s\" is not valid." },
00763   /* 0723 */ { "This use of a generic interface or internal function \"%s\" is not valid." },
00764   /* 0724 */ { "Unknown statement.  Expected assignment statement but found \"%s\" instead of \"=\" or \"=>\"." },
00765   /* 0725 */ { "Module \"%s\" must be targeted for the same operating system as this compilation." },
00766   /* 0726 */ { "There is a problem with the module information file for module \"%s\"." },
00767   /* 0727 */ { "The BOUNDARY argument must have the same type and type parameters as ARRAY." },
00768   /* 0728 */ { "At least one actual argument to this intrinsic must be present." },
00769   /* 0729 */ { "\"%s\" is not type integer, therefore initializing it with a BOZ literal constant is nonstandard." },
00770   /* 0730 */ { "A dummy argument with INTENT(OUT) or INTENT(INOUT) is associated with an actual argument that cannot be defined." },
00771   /* 0731 */ { "\"%s\" is the name of a dummy argument to program unit \"%s\", therefore it must not be use associated from module \"%s\"." },
00772   /* 0732 */ { "\"%s\" is not in module \"%s\"." },
00773   /* 0733 */ { "Initializing multiple array elements with a single Hollerith or character constant is nonstandard." },
00774   /* 0734 */ { "Internal error in create_loop_stmts. " },
00775   /* 0735 */ { "Using a single END DO as a termination statement for multiple DO loops is an extension to the Fortran standard." },
00776   /* 0736 */ { "\"%s\" is the name of this program unit, therefore it must not be use associated from module \"%s\"." },
00777   /* 0737 */ { "Internal compiler error encountered in process_deferred_io_list." },
00778   /* 0738 */ { "Dummy argument X is type complex, thus dummy argument Y must not be present." },
00779   /* 0739 */ { "No arguments are allowed to the \"%s\" intrinsic function - arguments ignored." },
00780   /* 0740 */ { "IMPLICIT NONE is specified in the local scope, therefore an explicit type must be specified for statement function \"%s\"." },
00781   /* 0741 */ { "IMPLICIT NONE is specified in the local scope.  Statement function dummy argument \"%s\" must have an explicit type." },
00782   /* 0742 */ { "IMPLICIT NONE is specified in the host scope, therefore an explicit type must be specified for statement function \"%s\"." },
00783   /* 0743 */ { "IMPLICIT NONE is specified in the host scope.  Statement function dummy argument \"%s\" must have an explicit type." },
00784   /* 0744 */ { "The -%c command line option has an unsupported option \"%s\"." },
00785   /* 0745 */ { "The case value is not the same type as the case expression in the SELECT CASE statement." },
00786   /* 0746 */ { "The case value has the same value as a case value on line %d." },
00787   /* 0747 */ { "The case-value is already contained in a case-value range on line %d." },
00788   /* 0748 */ { "The case-value range contains a value that was already specified by a case-value on line %d." },
00789   /* 0749 */ { "The case-value range overlaps a case-value range on line %d." },
00790   /* 0750 */ { "Actual argument number %d to statement function \"%s\" is not scalar." },
00791   /* 0751 */ { "Actual argument has type \"%s\".  Associated dummy argument \"%s\" has type \"%s\"." },
00792   /* 0752 */ { "Actual argument number %d to statement function \"%s\" has a different kind type than the dummy argument." },
00793   /* 0753 */ { "Statement function \"%s\" must not call itself recursively." },
00794   /* 0754 */ { "Statement function \"%s\" is called with an incorrect number of arguments." },
00795   /* 0755 */ { "The expression of statement function \"%s\" must be a scalar expression." },
00796   /* 0756 */ { "The type of the expression is not assignment compatible with the result of statement function \"%s\"." },
00797   /* 0757 */ { "Operator \"%s\" is not intrinsic.  All operations in a statement function expression must be intrinsic." },
00798   /* 0758 */ { "The value to the left of the colon is greater than the value to the right of the colon. " },
00799   /* 0759 */ { "\"%s\" has the %s attribute, so it is a procedure.  Statement function actual arguments must be scalar data objects." },
00800   /* 0760 */ { "\"%s\" is a %s.  Statement function actual arguments must be scalar data objects." },
00801   /* 0761 */ { "\"%s\" is a procedure name, therefore it must not be used as an actual argument to a statement function." },
00802   /* 0762 */ { "Internal error in io_ctl_list_semantics." },
00803   /* 0763 */ { "Namelist descriptor was not created for %s." },
00804   /* 0764 */ { "The SELECT CASE case-expr is type logical therefore a colon must not appear." },
00805   /* 0765 */ { "The SELECT CASE case-expr must be scalar." },
00806   /* 0766 */ { "The case-value must be a scalar expression." },
00807   /* 0767 */ { "The SELECT CASE case-expr must be type integer, character, or logical." },
00808   /* 0768 */ { "The case-value must be type integer, character, or logical." },
00809   /* 0769 */ { "Unexpected syntax:  Expecting \"%s\" or EOS to follow the END keyword, but found \"%c\". " },
00810   /* 0770 */ { "The kind-selector expression must be a scalar integer initialization expression." },
00811   /* 0771 */ { "Use of a BOZ literal constant outside of a DATA statement is an extension to the Fortran standard." },
00812   /* 0772 */ { "The rank of this actual argument must match that of assumed-shape dummy argument \"%s\"." },
00813   /* 0773 */ { "The rank of this actual argument does not match that of the dummy argument \"%s\"." },
00814   /* 0774 */ { "Improper intrinsic argument type or inconsistent types." },
00815   /* 0775 */ { "An extent tmp has unexpected IR, during bound expansion at a call site.  The tmp is \"%s\" (%d)." },
00816   /* 0776 */ { "\"cif_stmt_type_rec\" was passed a statement type it did not expect." },
00817   /* 0777 */ { "The actual argument to the PRESENT intrinsic must be an optional dummy argument." },
00818   /* 0778 */ { "This format specifier is an extension to the Fortran standard." },
00819   /* 0779 */ { "LOC function argument must be a variable, array, or array element." },
00820   /* 0780 */ { "Statement label \"%s\" was previously defined in this derived type definition." },
00821   /* 0781 */ { "The substring start or end value exceeds the defined range." },
00822   /* 0782 */ { "List entry %d has a variant problem with field %s." },
00823   /* 0783 */ { "The TARGET argument must have the TARGET attribute or the POINTER attribute." },
00824   /* 0784 */ { "The first argument to this intrinsic must have the POINTER attribute." },
00825   /* 0785 */ { "The autotasking directive \"%s\" must only be used within a parallel region bounded by PARALLEL/ENDPARALLEL directives." },
00826   /* 0786 */ { "An actual argument must be definable when associated with a dummy argument that has INTENT(OUT) or INTENT(INOUT)." },
00827   /* 0787 */ { "Intrinsic \"%s\" is an extension to the Fortran standard." },
00828   /* 0788 */ { "If -G/* 0 */ { (full debug) is specified, all optimizations are turned off." },
00829   /* 0789 */ { "The case-value-range is missing both its case-values." },
00830   /* 0790 */ { "Unknown compiler directive or syntax error." },
00831   /* 0791 */ { "\"%s\" is not a module, therefore it must not be specified on the USE statement as the module-name." },
00832   /* 0792 */ { "\"%s\" is the name of the module being compiled.  It must not be specified on a USE statement." },
00833   /* 0793 */ { "Module \"%s\" has no public entities declared in the module, therefore names specified in the only-list cannot be found." },
00834   /* 0794 */ { "!DIR$ INTEGER= must either precede a program unit or must precede any statements within the program unit." },
00835   /* 0795 */ { "Compiler directive %s is only allowed within a program unit." },
00836   /* 0796 */ { "The specified SAFEVL= value on the IVDEP directive must be a scalar integer constant in the range /* 1 */ { to 1024." },
00837   /* 0797 */ { "The command line has an unsupported option \"%c\"." },
00838   /* 0798 */ { "Unexpected parameter or work distribution for the DO ALL directive." },
00839   /* 0799 */ { "The use of \"%s\" as a continuation character is an extension to the Fortran standard." },
00840   /* 0800 */ { "Only one work distribution must be specified on a DO ALL directive." },
00841   /* 0801 */ { "Unsupported compiler directive." },
00842   /* 0802 */ { "Variable subobjects are not allowed as arguments for this parameter of a tasking compiler directive." },
00843   /* 0803 */ { "The expression for the tasking directive parameter IF must be a scalar logical expression." },
00844   /* 0804 */ { "\"%s\" is not a variable and will be ignored in the %s list of this %s directive." },
00845   /* 0805 */ { "Object \"%s\" is declared both SHARED and PRIVATE." },
00846   /* 0806 */ { "This argument on a tasking directive must be a scalar integer expression." },
00847   /* 0807 */ { "The SHAPE argument must be a constant size rank one array with /* 7 */ { or less elements." },
00848   /* 0808 */ { "Unexpected work distribution for the DO PARALLEL directive." },
00849   /* 0809 */ { "Unexpected parameter for the PARALLEL compiler directive." },
00850   /* 0810 */ { "\"%s\" has a bad linear type." },
00851   /* 0811 */ { "The case-value expression must be an initialization expression." },
00852   /* 0812 */ { "This ENDCASE autotasking directive has no matching CASE directive." },
00853   /* 0813 */ { "This END DO directive has no matching DO PARALLEL directive." },
00854   /* 0814 */ { "This DO ALL autotasking directive is already within a parallel region." },
00855   /* 0815 */ { "Unexpected nesting or overlap of GUARD regions." },
00856   /* 0816 */ { "Matching GUARD/ENDGUARD directives must both have the same flag argument or have no argument." },
00857   /* 0817 */ { "This ENDGUARD directive has no matching GUARD directive." },
00858   /* 0818 */ { "The PARALLEL directive must not be used within another parallel region." },
00859   /* 0819 */ { "This END PARALLEL directive has no matching PARALLEL directive." },
00860   /* 0820 */ { "An END CASE directive was expected before the end of the previous parallel region." },
00861   /* 0821 */ { "A call to an internal procedure is illegal within a parallel region." },
00862   /* 0822 */ { "An \"%s\" autotasking directive was expected." },
00863   /* 0823 */ { "Two different common blocks, \"%s\" and \"%s\", are equivalenced together.   " },
00864   /* 0824 */ { "The pdgcs symbol table index for attribute index %d (\"%s\") is 0.  This must be a valid index." },
00865   /* 0825 */ { "The object being initialized is not a member of any common block declared in this block data program unit." },
00866   /* 0826 */ { "Two different objects, \"%s\" and \"%s\", in the same common block are equivalenced together." },
00867   /* 0827 */ { "\"%s\" is used in an expression, before it is typed via an implicit or type statement, so the type is assumed to be %s." },
00868   /* 0828 */ { "Unsupported operator in folder_driver." },
00869   /* 0829 */ { "All ac-value expressions in an array constructor must have the same type and type parameters." },
00870   /* 0830 */ { "There must be only one or zero arguments present when calling this intrinsic." },
00871   /* 0831 */ { "The value of this subscript is less than the declared lower bound." },
00872   /* 0832 */ { "The compiler has detected a local name table following the scope for \"%s\"." },
00873   /* 0833 */ { "The argument to this intrinsic must be an allocatable array." },
00874   /* 0834 */ { "The shape of the initialization expression value does not match that of named constant \"%s\"." },
00875   /* 0835 */ { "The initialization of scalar named constant \"%s\" with an array-valued expression is not valid." },
00876   /* 0836 */ { "Compiler tmp \"%s\" does not have a storage block assigned to it." },
00877   /* 0837 */ { "An implied-DO variable that is not scalar is an extension to the Fortran standard." },
00878   /* 0838 */ { "Array constructor values of type character must all have the same length." },
00879   /* 0839 */ { "The assumed-length character bounds entry from decl_semantics is not valid." },
00880   /* 0840 */ { "\"%s\" is substringed but not declared type character, or the object is subscripted but not dimensioned." },
00881   /* 0841 */ { "The start value of the section subscript triplet is less than the declared lower bound." },
00882   /* 0842 */ { "The initialization expression used on a type declaration statement must be a constant expression." },
00883   /* 0843 */ { "The data type of object \"%s\" is %s and is incompatable with data type %s in this initialization assignment." },
00884   /* 0844 */ { "The initialization of scalar variable \"%s\" with an array-valued expression is not valid." },
00885   /* 0845 */ { "The shape of the initialization expression does not match that of variable \"%s\"." },
00886   /* 0846 */ { "Storage block \"%s\" should be in the storage block table for the local scope, but is not." },
00887   /* 0847 */ { "\"%s\" does not have a storage block." },
00888   /* 0848 */ { "Dummy argument \"%s\" is longer than the actual argument." },
00889   /* 0849 */ { "The start value of the section subscript triplet is greater than the declared upper bound." },
00890   /* 0850 */ { "\"%s\" is host associated and on the stack, but it is not in a host associated stack storage block." },
00891   /* 0851 */ { "A task common block member must not be data initialized." },
00892   /* 0852 */ { "Host associated object \"%s\" must be referenced or defined by a contained procedure." },
00893   /* 0853 */ { "The target must have the same character length as the pointer in a pointer assignment statement." },
00894   /* 0854 */ { "The compiler cannot open file \"%s\", which may contain information about the used module \"%s\"." },
00895   /* 0855 */ { "The compiler has detected errors in module \"%s\".  No module information file will be created for this module." },
00896   /* 0856 */ { "DO loop iteration count exceeds the compiler limit of %d iterations." },
00897   /* 0857 */ { "DO loop iteration count calculation failed." },
00898   /* 0858 */ { "An object with the SAVE attribute must not be equivalenced to an object in a common block." },
00899   /* 0859 */ { "A variable subobject is not valid on a SUPPRESS directive." },
00900   /* 0860 */ { "The intrinsic \"%s\" cannot be passed as an actual argument." },
00901   /* 0861 */ { "Bad IR in %s." },
00902   /* 0862 */ { "The storage order of object \"%s\" has been altered through equivalencing." },
00903   /* 0863 */ { "\"%s\" has been referenced in the function character length expression, therefore it must not be declared as a \"%s\"." },
00904   /* 0864 */ { "\"%s\" has been referenced in the function character length expression, so it must not be a subroutine." },
00905   /* 0865 */ { "Inline option conflict detected.  Non-automatic mode selected." },
00906   /* 0866 */ { "The function character length expression references \"%s\", therefore it must not be used as a derived-type name." },
00907   /* 0867 */ { "Module \"%s\" has no public objects declared in the module, therefore nothing can be use associated from the module." },
00908   /* 0868 */ { "\"%s\" is used in a constant expression, therefore it must be a constant." },
00909   /* 0869 */ { "\"%s\" has been typed, but the intrinsic procedure with the same name is a subroutine and subroutines cannot be typed." },
00910   /* 0870 */ { "The intrinsic call \"%s\" is not valid in a specification expression." },
00911   /* 0871 */ { "Field \"%s\" for statement header %d indexes to itself." },
00912   /* 0872 */ { "The implied-do-object-list is missing for this implied-DO." },
00913   /* 0873 */ { "The length tmp \"%s\" (%d) can only have one statement associated with it.  This one has multiple statement headers." },
00914   /* 0874 */ { "The argument to the compiler directive ID must be a character literal." },
00915   /* 0875 */ { "This actual argument must not be an optional dummy argument." },
00916   /* 0876 */ { "\"%s\" has the AUXILIARY attribute and is in the specification part of a module, therefore it must be in a common block." },
00917   /* 0877 */ { "The -u options are ignored because this is not a DEBUG version of the compiler." },
00918   /* 0878 */ { "A module named \"%s\" has already been directly or indirectly use associated into this scope." },
00919   /* 0879 */ { "The bloc or eloc variables must not be of derived type in a BUFFER I/O statement." },
00920   /* 0880 */ { "Operator \"%s\" is not intrinsic.  All operations in a specification expression must be intrinsic." },
00921   /* 0881 */ { "The value of DIM must be:  /* 1 */ { <= DIM <= (rank of MASK)." },
00922   /* 0882 */ { "Derived type \"%s\" has private components, which means component name \"%s\" must not be referenced." },
00923   /* 0883 */ { "Derived type \"%s\" has private components, therefore a structure constructor must not be defined for this type." },
00924   /* 0884 */ { "Verify_interface has found a bad dummy argument \"%s\" in the dummy argument list for procedure \"%s\"." },
00925   /* 0885 */ { "Inlining is a deferred implementation." },
00926   /* 0886 */ { "Implementation of the -G %d debugging level is deferred." },
00927   /* 0887 */ { "The %s optimization level should be %d since the debugging level is %d." },
00928   /* 0888 */ { "The BOUNDARY argument must be present if the ARRAY argument is of derived type." },
00929   /* 0889 */ { "The upper bound or extent of an assumed-size array must not be requested." },
00930   /* 0890 */ { "\"%s\" is a dummy argument with INTENT(IN), therefore it must not be defined." },
00931   /* 0891 */ { "Attribute %d (%s) has no TYPE.  It should because it is a Data_Obj." },
00932   /* 0892 */ { "The H edit descriptor is an obsolescent feature." },
00933   /* 0893 */ { "Fields %s and %s for %s entry %d must both be set to a legal value.  One field is set and the other is clear." },
00934   /* 0894 */ { "Module \"%s\" has compile errors, therefore declarations obtained from the module via the USE statement may be incomplete." },
00935   /* 0895 */ { "Intrinsic operator encountered in constant constructor that has no folder." },
00936   /* 0896 */ { "The data item length must be equal for bloc and eloc in a BUFFER I/O statement." },
00937   /* 0897 */ { "This call to VFUNCTION \"%s\" is not allowed inside a WHERE block or on a WHERE statement." },
00938   /* 0898 */ { "\"%s\" is declared as a scalar variable in a module, therefore it must not be used as an external function name." },
00939   /* 0899 */ { "Use of the tab character is an extension of the Fortran standard." },
00940   /* 0900 */ { "Use of the \"@\" character in identifiers is an extension to the Fortran standard." },
00941   /* 0901 */ { "Use of the \"$\" character in identifiers is an extension to the Fortran standard." },
00942   /* 0902 */ { "The char_len.fld is Null_Idx in create_runtime_array_constructor." },
00943   /* 0903 */ { "Constant length character array constructor values with unequal lengths are nonstandard." },
00944   /* 0904 */ { "Call_Opr in constant constructor that was not an intrinsic." },
00945   /* 0905 */ { "The section subscript triplet produces a subscript value greater than the declared upper bound." },
00946   /* 0906 */ { "A structure constructor in a DATA statement value list must represent a constant value." },
00947   /* 0907 */ { "All bounds and kind selector specification expressions must be scalar." },
00948   /* 0908 */ { "This integer constant is too large to be used in a 46-bit multiply or divide." },
00949   /* 0909 */ { "There are not enough registers available to make this vfunction call." },
00950   /* 0910 */ { "Arguments of derived type or type character are not allowed for vfunction calls." },
00951   /* 0911 */ { "An assembly language file (-eS or -S filename) disables an assembly language listing (-rg).  Output file selected." },
00952   /* 0912 */ { "sgif90-912: %d ERRORS found in command line.  Compilation aborted." },
00953   /* 0913 */ { "A binary output file must be enabled to get an assembly language listing. (-rg)" },
00954   /* 0914 */ { "\"%s\" has the DIMENSION attribute, therefore it must have an explicit interface to be used as a function." },
00955   /* 0915 */ { "\"%s\" has the POINTER attribute, therefore it must have an explicit interface to be used as a function." },
00956   /* 0916 */ { "\"%s\" has a variable length character result, therefore it must have an explicit interface." },
00957   /* 0917 */ { "The CIF option has an illegal argument \"%s\"." },
00958   /* 0918 */ { "Function \"%s\" has a pointer result, but the result has not been pointer assigned or allocated." },
00959   /* 0919 */ { "\"%s\" has been host associated and used as a named constant, therefore it must not be redeclared as an internal %s." },
00960   /* 0920 */ { "\"%s\" is host associated, therefore it must not be redeclared with the %s attribute." },
00961   /* 0921 */ { "\"%s\" is host associated, therefore it must not be redeclared as a %s." },
00962   /* 0922 */ { "\"%s\" has been use associated, therefore it must not be redeclared with the %s attribute." },
00963   /* 0923 */ { "\"%s\" has been use associated, therefore it must not be redeclared as a %s." },
00964   /* 0924 */ { "\"%s\" is host associated into this scope, so it cannot be redeclared as variable length character." },
00965   /* 0925 */ { "\"%s\" has been use associated, therefore it must not be redeclared as variable length character." },
00966   /* 0926 */ { "\"%s\" is host associated, therefore it must not be redeclared with the DIMENSION attribute." },
00967   /* 0927 */ { "\"%s\" has been use associated, therefore it must not be redeclared with the DIMENSION attribute." },
00968   /* 0928 */ { "\"%s\" is host associated, therefore it must not be redeclared in a common block." },
00969   /* 0929 */ { "\"%s\" has been use associated, therefore it must not be redeclared in a common block." },
00970   /* 0930 */ { "\"%s\" is host associated, therefore it must not be redeclared as a function." },
00971   /* 0931 */ { "\"%s\" has been use associated, therefore it must not be redeclared as a function." },
00972   /* 0932 */ { "\"%s\" is host associated, therefore it cannot be redeclared as a subroutine." },
00973   /* 0933 */ { "\"%s\" has been use associated, therefore it must not be redeclared as a subroutine." },
00974   /* 0934 */ { "Module \"%s\" has no public entities declared in the module, therefore names specified in the rename-list cannot be found." },
00975   /* 0935 */ { "The integer arithmetic expression exceeds 46-bit maximum.  64-bit integer arithmetic will be tried." },
00976   /* 0936 */ { "A DATA implied-DO loop control expression must be a scalar integer expression." },
00977   /* 0937 */ { "The compiler is trying to use the intrinsic enum to call an intrinsic processor, but the enum is Unknown_Intrinsic." },
00978   /* 0938 */ { "A real division was encountered in an expression being converted to integer." },
00979   /* 0939 */ { "Function \"%s\" is typed as assumed-length character.  It must have a known character length to be called." },
00980   /* 0940 */ { "\"%s\" is a statement function dummy argument and a variable.  The types must agree." },
00981   /* 0941 */ { "Common block \"%s\" is defined and/or associated as a standard and a task common block in the same scope." },
00982   /* 0942 */ { "Common block \"%s\" is defined and/or associated in this scope as a standard and an auxiliary storage block." },
00983   /* 0943 */ { "The use of type default real or double precision real expressions for io-implied-do-control is an obsolescent feature." },
00984   /* 0944 */ { "The use of a type default real or double precision real DO variable is an obsolescent feature." },
00985   /* 0945 */ { "An auxiliary variable must not be used in an I/O statement." },
00986   /* 0946 */ { "If a SIZE= specifier is present in an I/O control list, an ADVANCE= specifier also must appear." },
00987   /* 0947 */ { "The array actual argument cannot be optional in this context." },
00988   /* 0948 */ { "The \"%s\" option was specified so the compilation is aborting on the first error." },
00989   /* 0949 */ { "Generic interface \"%s\" must not have an explicit type." },
00990   /* 0950 */ { "\"%s\" is a generic interface or an intrinsic.  It must not be typed, because it has already been referenced." },
00991   /* 0951 */ { "The extent for dimension %d is too large for array \"%s\"." },
00992   /* 0952 */ { "\"%s\" is the name of a local variable in a host scope so it must not be the name of an external procedure." },
00993   /* 0953 */ { "\"%s\" is the name of a local entity in a host scope so it must not be the name of the module in a USE statement." },
00994   /* 0954 */ { "SGI sgif/* 90 */ { Version %s (%s) %s" },
00995   /* 0955 */ { "Program \"%s\" is missing an END statement." },
00996   /* 0956 */ { "\"%s\" is host associated into this scope, but is not a derived type so it must not be used as a derived type." },
00997   /* 0957 */ { "Permitting a BOZ constant to be signed is an extension to the Fortran standard." },
00998   /* 0958 */ { "A sign is permitted only for an integer literal constant or a real literal constant." },
00999   /* 0959 */ { "The AUTOSCOPE parameter on a PARALLEL or DOALL compiler directive is not yet supported." },
01000   /* 0960 */ { "Variable \"%s\" is in a parallel region and must be in the shared or private list if autoscope is not specified." },
01001   /* 0961 */ { "The DO control variable must not be SHARED in a DOALL loop." },
01002   /* 0962 */ { "An array constructor implied-DO control expression must be a scalar integer expression." },
01003   /* 0963 */ { "Encountered SH_Tbl_Idx in cmp_ref_trees." },
01004   /* 0964 */ { "Non constant character in gen_static_dv_whole_def." },
01005   /* 0965 */ { "Problem in process_deferred_functions." },
01006   /* 0966 */ { "Nonconstant shape for create_bd_ntry_for_const." },
01007   /* 0967 */ { "Nonconstant character len in create_bd_ntry_for_const." },
01008   /* 0968 */ { "Assumed_Size func result in set_shape_for_deferred_funcs." },
01009   /* 0969 */ { "Non constant character in gen_internal_dope_vector." },
01010   /* 0970 */ { "No function type information in call_list_semantics." },
01011   /* 0971 */ { "Trying to change data obj in call_list_semantics." },
01012   /* 0972 */ { "Bad dummy argument in call_list_semantics." },
01013   /* 0973 */ { "Improper ir for left side of ptr assignment." },
01014   /* 0974 */ { "Wrong statement header in assignment_stmt_semantics." },
01015   /* 0975 */ { "Improper ir tree in expr_semantics." },
01016   /* 0976 */ { "Expected Dv_Deref_Opr from ptr_assign_from_pointer." },
01017   /* 0977 */ { "Expected ir from ptr_assign_from_pointer." },
01018   /* 0978 */ { "Something other than list opnd in array_construct_semantics." },
01019   /* 0979 */ { "Bad assumption in fold_aggragate_expression." },
01020   /* 0980 */ { "Unexpected type for lcv constant in interpret_constructor." },
01021   /* 0981 */ { "Not constant IN interpret_constructor." },
01022   /* 0982 */ { "Not an lcv constant in interpret_constructor." },
01023   /* 0983 */ { "Invalid position idx in interpret_constructor." },
01024   /* 0984 */ { "Structure in array syntax portion of interpret ref." },
01025   /* 0985 */ { "Error in create_array_constructor_asg, not ir idx." },
01026   /* 0986 */ { "Error in create_array_constructor_asg, unexpected opr." },
01027   /* 0987 */ { "Problem in create_struct_constructor_asg." },
01028   /* 0988 */ { "\"%s\" is the result name of function \"%s\", therefore it must not be use associated from module \"%s\"." },
01029   /* 0989 */ { "The compiler has found an unexpected entity \"%s\" in the attr table when checking for not visible during use processing." },
01030   /* 0990 */ { "It is illegal to take the LOC of an auxiliary array." },
01031   /* 0991 */ { "Multiple specific interfaces exist for \"%s\" and are ambiguous.  This makes %s interface \"%s\" ambiguous." },
01032   /* 0992 */ { "\"-O %d\" is specified, therefore \"-O %s%d\" must not be specified." },
01033   /* 0993 */ { "An operator internal text does not have a valid type table index." },
01034   /* 0994 */ { "The actual arguments to the ASSOCIATED intrinsic may both be dummy arguments only if they are both pointers." },
01035   /* 0995 */ { "Unrecoverable error encountered while attempting to print buffered messages - %s" },
01036   /* 0996 */ { "The value of this subscript is greater than the declared upper bound." },
01037   /* 0997 */ { "The section subscript triplet produces a subscript value less than the declared lower bound." },
01038   /* 0998 */ { "The stride value of a section subscript triplet must not be zero." },
01039   /* 0999 */ { "The argument to the CHAR intrinsic is outside the valid collating sequence." },
01040   /* 1000 */ { "Reserved" },
01041   /* 1001 */ { "The stride of an array subscript triplet must not be zero." },
01042   /* 1002 */ { "\"%s\" is specified in a namelist group, therefore the type is assumed to be %s." },
01043   /* 1003 */ { "This compilation unit contains more than one unnamed program unit." },
01044   /* 1004 */ { "\"%s\" has a negative offset.  (attr index is %d)." },
01045   /* 1005 */ { "\"%s\" is a common block name and is also declared as an intrinsic procedure." },
01046   /* 1006 */ { "Global name \"%s\" is in use as a common block name and a %s name." },
01047   /* 1007 */ { "Global name \"%s\" is in use as a %s name and a %s name." },
01048   /* 1008 */ { "\"%s\" cannot be double aligned because of equivalence alignment." },
01049   /* 1009 */ { "This compilation unit contains multiple main program units." },
01050   /* 1010 */ { "Global name \"%s\" is in use already as a %s name." },
01051   /* 1011 */ { "Procedure \"%s\" and this compilation must both be compiled with -a dalign, or without -a dalign." },
01052   /* 1012 */ { "The DIM argument to the LBOUND, UBOUND, or SIZE intrinsic must be a value between /* 1 */ { and the rank of the ARRAY argument." },
01053   /* 1013 */ { "The -a dalign command line option has forced padding to be inserted before \"%s\" in common block \"%s\"." },
01054   /* 1014 */ { "Character object \"%s\" has nonconstant bounds.  It can only be declared in a function, subroutine or interface body." },
01055   /* 1015 */ { "Local-name \"%s\" must only be referenced once in a rename-list in this scope." },
01056   /* 1016 */ { "An invalid type \"%s\" was sent to arith input conversion." },
01057   /* 1017 */ { "The DIM argument is not in a valid range." },
01058   /* 1018 */ { "The char_len field is not set for a character expression in create_tmp_asg." },
01059   /* 1019 */ { "\"%s\" is in an equivalence group, but does not have ATD_EQUIV set TRUE." },
01060   /* 1020 */ { "Internal compiler error in process_variable_size_func." },
01061   /* 1021 */ { "The implied-DO was transformed into a whole array or array section initialization." },
01062   /* 1022 */ { "Expected character substring in create_io_call_descriptor." },
01063   /* 1023 */ { "The line number passed on the fei_new_stmt must be nonzero." },
01064   /* 1024 */ { "Expression evaluation failed. " },
01065   /* 1025 */ { "Nonconstant character length in create_scalar_type_tbl." },
01066   /* 1026 */ { "Cannot open output file for module information table for module \"%s\".  Check directory permissions." },
01067   /* 1027 */ { "Module \"%s\", specified on the USE statement, is the module currently being compiled.  A module cannot use itself." },
01068   /* 1028 */ { "\"%s\" is a host associated common block name and is an intrinsic procedure.  This is nonstandard." },
01069   /* 1029 */ { "\"%s\" is a use associated common block name and is an intrinsic procedure.  This is nonstandard." },
01070   /* 1030 */ { "\"%s\" is a host associated common block name and is also declared as an intrinsic procedure." },
01071   /* 1031 */ { "\"%s\" is a use associated common block name and is also declared as an intrinsic procedure." },
01072   /* 1032 */ { "\"%s\" is a named constant and is also a host associated common block name.  This is nonstandard." },
01073   /* 1033 */ { "\"%s\" is a named constant and is also a use associated common block name.  This is nonstandard." },
01074   /* 1034 */ { "The compiler cannot open file \"%s [or .o]\", which may contain information about used module \"%s\"." },
01075   /* 1035 */ { "Character object \"%s\" is used recursively to declare its own length." },
01076   /* 1036 */ { "Array \"%s\" is used recursively to declare its own bounds." },
01077   /* 1037 */ { "\"%s\" has been declared and used as a dummy argument, therefore it must not be declared or used as a procedure." },
01078   /* 1038 */ { "\"%s\" has been declared and used as a dummy argument, therefore it must not be declared as a %s." },
01079   /* 1039 */ { "\"%s\" has been declared and used as a dummy argument, therefore it must not be declared with the %s attribute." },
01080   /* 1040 */ { "\"%s\" has been declared and used as a dummy argument, therefore it must not be used as a derived-type name." },
01081   /* 1041 */ { "Dummy procedure \"%s\" is called within a parallel region and must be in the shared list if autoscope is not specified." },
01082   /* 1042 */ { "The compiler could not successfully write intermediate file \"%s\"." },
01083   /* 1043 */ { "The compiler cannot open intermediate file \"%s\"." },
01084   /* 1044 */ { "Internal : %s" },
01085   /* 1045 */ { "sgif90: SGI sgif/* 90 */ { Version %s (sgif90:%s mif:%03d) %s" },
01086   /* 1046 */ { "The bounds needed for automatic variable \"%s\" are not available at all entry points." },
01087   /* 1047 */ { "Typeless or BOZ constant is not allowed because the DO-variable is type DOUBLE PRECISION." },
01088   /* 1048 */ { "Invalid operator encountered in change_to_base_and_offset." },
01089   /* 1049 */ { "Invalid form to operator Init_Reloc_Opr found in cvrt_exp_to_pdg." },
01090   /* 1050 */ { "Invalid form of Implied_Do_Opr in expand_io_list." },
01091   /* 1051 */ { "Object \"%s\" is data initialized, but does not have a storage type of static or common." },
01092   /* 1052 */ { "The TARGET environment variable has not been set." },
01093   /* 1053 */ { "\"%s\" is both a MODULE name specified on a USE statement and an object use associated from MODULE \"%s\"." },
01094   /* 1054 */ { "A /* 32 */ { bit integer is not a valid argument to this intrinsic." },
01095   /* 1055 */ { "Module file \"%s\" is incompatible with this compiling system.  Recompile the module with this compiling system." },
01096   /* 1056 */ { "This is an invalid value for the NCOPIES argument." },
01097   /* 1057 */ { "Object \"%s\" has been USE associated twice from the same module but is not the sma object." },
01098   /* 1058 */ { "Unexpected input to set_merge_link routine during use statement semantics.  Attribute \"%s\" has /* 3 */ { indexes - %d %d and %d." },
01099   /* 1059 */ { "Generic interface \"%s\" has both subroutine and function specific interfaces." },
01100   /* 1060 */ { "Converting message file; libcif returned error status:  %s" },
01101   /* 1061 */ { "Integer length %d is not supported on this hardware.  This directive is ignored." },
01102   /* 1062 */ { "The argument is not in the valid range for this intrinsic." },
01103   /* 1063 */ { "Index %d is not a valid index for the %s table." },
01104   /* 1064 */ { "Optimization levels \"%s\" and \"%s\" are specified on the command line.  These cause the default \"%s\" to be reset to \"%s\"." },
01105   /* 1065 */ { "Object \"%s\" has already been specified in a CACHE_ALIGN directive." },
01106   /* 1066 */ { "Variable subobjects are not allowed in a CACHE_ALIGN compiler directive." },
01107   /* 1067 */ { "This object is not allowed in a CACHE_ALIGN compiler directive." },
01108   /* 1068 */ { "Optimization level \"%s\" is specified on the command line.  This causes the default \"%s\" to be reset to \"%s\"." },
01109   /* 1069 */ { "The %s optimization option is ignored, if the debugging level is %d." },
01110   /* 1070 */ { "This reference to the \"%s\" intrinsic must have an integer scalar result to be specified in a specification expression." },
01111   /* 1071 */ { "Interface %s(%s) contains procedure \"%s\" which has dummy argument \"%s\".  This dummy argument must not be OPTIONAL." },
01112   /* 1072 */ { "Interface OPERATOR(%s) contains procedure \"%s\" which has dummy argument \"%s\".  This dummy argument must have INTENT(IN)." },
01113   /* 1073 */ { "Interface %s(%s) contains procedure \"%s\" which has dummy procedure \"%s\".  A dummy procedure is not allowed." },
01114   /* 1074 */ { "Interface ASSIGNMENT(=) contains procedure \"%s\" which has dummy argument \"%s\".  The dummy argument must have INTENT(%s)." },
01115   /* 1075 */ { "This argument may not be ALLOCATABLE or POINTER." },
01116   /* 1076 */ { "Arguments which have TYPELESS type are not standard." },
01117   /* 1077 */ { "Unused" },
01118   /* 1078 */ { "This use of generic interface \"%s\" is not valid." },
01119   /* 1079 */ { "Invalid type sent to arith.a folding routine." },
01120   /* 1080 */ { "The argument to the PRESENT intrinsic must be an unqualified name." },
01121   /* 1081 */ { "Name qualification is not allowed in this context." },
01122   /* 1082 */ { "The iteration count is too large." },
01123   /* 1083 */ { "The magnitude of the final value of the DO variable is too large." },
01124   /* 1084 */ { "An implied-DO increment value of zero is not allowed." },
01125   /* 1085 */ { "Namelist group \"%s\" has the PUBLIC attribute so namelist group object \"%s\" cannot have PRIVATE components." },
01126   /* 1086 */ { "More than one actual argument has been specified for argument \"%s\" of the %s intrinsic." },
01127   /* 1087 */ { "Argument \"%s\" to the %s intrinsic has the wrong rank." },
01128   /* 1088 */ { "Argument \"%s\" to the %s intrinsic has the wrong type." },
01129   /* 1089 */ { "Argument \"%s\" to the %s intrinsic has the wrong kind type." },
01130   /* 1090 */ { "The %s intrinsic requires the \"%s\" argument." },
01131   /* 1091 */ { "The rank of this POINTER actual argument does not match the rank of POINTER dummy argument \"%s\"." },
01132   /* 1092 */ { "SGI pointer \"%s\" has multiple pointees which are typed with differing numeric lengths." },
01133   /* 1093 */ { "The output argument of this intrinsic does not conform to the other actual arguments." },
01134   /* 1094 */ { "\"%s\" is declared as the statement function dummy argument, therefore it must not be used as an external function name." },
01135   /* 1095 */ { "Invalid form of preparsed format constant." },
01136   /* 1096 */ { "An assumed-size array is illegal in this context." },
01137   /* 1097 */ { "It is nonstandard to mix kind types in an equivalence group, if any object in the group is a non default numeric type." },
01138   /* 1098 */ { "\"%s\" is a MODULE name specified on a USE statement, so it must not be specified as a rename or only name." },
01139   /* 1099 */ { "An INTEGER variable has been used as a FORMAT specifier but was not specified in an ASSIGN statement." },
01140   /* 1100 */ { "I/O list items of a derived type which have a PRIVATE component are not allowed." },
01141   /* 1101 */ { "An identifier in a DATA value list must be the name of a scalar named constant." },
01142   /* 1102 */ { "SGI pointer \"%s\" has multiple pointees with differing types.  This may be non portable." },
01143   /* 1103 */ { "Procedure \"%s\" has the RECURSIVE attribute, so -ev (saveall option) will be ignored for this procedure." },
01144   /* 1104 */ { "The -eR option overrides the -ev option." },
01145   /* 1105 */ { "The unroll directive must be followed by EOS or a positive integer value <= 1024,  to be used for the unroll count." },
01146   /* 1106 */ { "The SHAPE argument must have a constant size and must be less than 8." },
01147   /* 1107 */ { "Function \"%s\" must be the current function being compiled or a dummy procedure to be typed as assumed size character." },
01148   /* 1108 */ { "The type of the actual argument, \"%s\", does not match \"%s\", the type of the dummy argument." },
01149   /* 1109 */ { "Initializing a member of blank common is nonstandard." },
01150   /* 1110 */ { "DOUBLE PRECISION is not supported on this platform.  REAL will be used." },
01151   /* 1111 */ { "The external name following the equal on the compiler directive NAME must be a character literal." },
01152   /* 1112 */ { "Invalid %s for %s. It must be a variable, array element or whole array reference." },
01153   /* 1113 */ { "The %s specifier must be scalar." },
01154   /* 1114 */ { "Defines \"%s\" and \"%s\" are incompatible.  This compiler has not been built correctly." },
01155   /* 1115 */ { "The maximum number, %d, of alternate entries in one scope has been exceeded." },
01156   /* 1116 */ { "Defines \"%s\" or defines \"%s\" must be specified in defines.h under the appropriate build section." },
01157   /* 1117 */ { "Internal error in create_struct_argchck_tbl." },
01158   /* 1118 */ { "The TASK COMMON statement is not supported on this platform." },
01159   /* 1119 */ { "Internal compiler error. The number of actual arguments does not match the number of dummy arguments for \"%s\"." },
01160   /* 1120 */ { "This is not a legal value for the DIM argument." },
01161   /* 1121 */ { "The NUMCPUS tasking directive is not allowed within a parallel region." },
01162   /* 1122 */ { "The value specified on the NUMCPUS tasking directive is \"%d\".  Its range must be /* 1 */ { to /* 64 */ { so it has been reset to \"%d\"." },
01163   /* 1123 */ { "Arguments to the CNCALL tasking directive are ignored." },
01164   /* 1124 */ { "The NUMCPUS tasking directive must have a value specified in the range of /* 1 */ { to 64." },
01165   /* 1125 */ { "Invalid type of argument for VAL intrinsic." },
01166   /* 1126 */ { "Object \"%s\", specified on the PERMUTATION tasking directive, must be an integer array." },
01167   /* 1127 */ { "Bit value truncated in conversion." },
01168   /* 1128 */ { "Common block \"%s\" is specified in a COMMON directive, therefore it must be specified in a COMMON statement." },
01169   /* 1129 */ { "Common block \"%s\" may be specified in a COMMON directive or as TASK COMMON, but it must not be specified as both." },
01170   /* 1130 */ { "The INTEGER(KIND=6) and INTEGER*/* 6 */ { declarations will be removed in the next release." },
01171   /* 1131 */ { "The \"-i 46\" option will be removed in the next release of sgif90.  Use \"-O fastint\" instead." },
01172   /* 1132 */ { "File \"%s\" : \"%s\".  The compiler is attempting to open this file to search for module \"%s\"." },
01173   /* 1133 */ { "This Hollerith constant is longer than /* 256 */ { bits." },
01174   /* 1134 */ { "\"%s\" is already a symbolic constant, therefore it must not be given the %s attribute." },
01175   /* 1135 */ { "\"%s\" is already a symbolic constant, therefore it must not be declared as a %s." },
01176   /* 1136 */ { "\"%s\" is a symbolic constant, therefore it must not be declared as a procedure or used as a derived type." },
01177   /* 1137 */ { "%s\" is a scalar integer symbolic constant, therefore it must not be an array, typed as character, or be in common." },
01178   /* 1138 */ { "\"%s\" is a symbolic constant, therefore it must not be an object in a namelist group." },
01179   /* 1139 */ { "Only one work distribution must be specified on a DO PARALLEL directive." },
01180   /* 1140 */ { "Work distribution parameter NCPUS_CHUNKS is not supported on this platform." },
01181   /* 1141 */ { "Only variable names are allowed in a %s compiler directive." },
01182   /* 1142 */ { "The STACK directive must not be specified in the specification part of a MODULE." },
01183   /* 1143 */ { "The STACK directive must not be specified inside an interface body or an interface block." },
01184   /* 1144 */ { "A SAVE statement with no save entity list and a %s directive are specified in the same scope.  SAVE takes precedence." },
01185   /* 1145 */ { "The result of /* 128 */ { bit floating point operations currently may be of a lesser precision." },
01186   /* 1146 */ { "The !DIR$ INTEGER=/* 46 */ { directive will be removed in the next release; \"-O fastint\" will provide equivalent behavior." },
01187   /* 1147 */ { "The INLINE ALWAYS and the INLINE NEVER directives have both been specified for object \"%s\".  Only one may be specified." },
01188   /* 1148 */ { "Can not build the message file." },
01189   /* 1149 */ { "N$PES has been referenced, but was not given a value with the -X option.  A value of /* 0 */ { (zero) is being used for N$PES." },
01190   /* 1150 */ { "Line number is invalid." },
01191   /* 1151 */ { "Module \"%s\" has been referenced in a USE statement.  It may not be redefined with a MODULE statement." },
01192   /* 1152 */ { "The size of the first (or only) dimension of MATRIX_B must equal the size of the last (or only) dimension of MATRIX_A." },
01193   /* 1153 */ { "Invalid argument to the PACK intrinsic." },
01194   /* 1154 */ { "Invalid FIELD argument to the UNPACK intrinsic." },
01195   /* 1155 */ { "The MASK argument must be conformable with ARRAY." },
01196   /* 1156 */ { "Illegal value for the POS argument." },
01197   /* 1157 */ { "Module file \"%s\" was created with a previous compiler release.  It will not be supported by the next major release." },
01198   /* 1158 */ { "An ELSE IF block must not follow an ELSE block." },
01199   /* 1159 */ { "The library format parser is issuing message number \"%d\".  This message is unknown to the compiler." },
01200   /* 1160 */ { "The NULL edit descriptor is an extension to the Fortran standard." },
01201   /* 1161 */ { "Alignment of variable \"%s\" in common \"%s\" may cause performance degradation." },
01202   /* 1162 */ { "-i /* 46 */ { means -i %d on this platform.  -i /* 46 */ {  will be removed in the next release of this compiler.  " },
01203   /* 1163 */ { "!DIR$ INTEGER=/* 46 */ { means INTEGER=%d on this platform.  The !DIR INTEGER=/* 46 */ { directive will be removed in the next release." },
01204   /* 1164 */ { "Internal compiler error in conditional compilation routine \"%s\"." },
01205   /* 1165 */ { "Conditional compilation has unexpected syntax.  Expected %s." },
01206   /* 1166 */ { "Conditional compilation blocking error.  %s." },
01207   /* 1167 */ { "Conditional compilation error.  Identifier \"%s\" is referenced but not defined." },
01208   /* 1168 */ { "Common block \"%s\" is specified in a CACHE_ALIGN directive, therefore it must be specified in a COMMON statement." },
01209   /* 1169 */ { "The !DIR$ [NO]MODINLINE must be specified within the scope of a module." },
01210   /* 1170 */ { "The %s directive will no longer be available in the next release." },
01211   /* 1171 */ { "An explicit type must be specified for object \"%s\", because -eI, the IMPLICIT NONE command line option is specified." },
01212   /* 1172 */ { "-s cf77types is for FORTRAN /* 77 */ { programs only.  If used with Fortran 90//* 95 */ { programs, unexpected behavior may result." },
01213   /* 1173 */ { "The value \"%s\" has been used as an align to size in align_bit_length.  Only 8, 16, /* 32 */ { and /* 64 */ { are valid bit sizes." },
01214   /* 1174 */ { "The dope vector element length of %d has exceeded the maximum length of %d." },
01215   /* 1175 */ { "Integer overflow has occurred while calculating array bounds, character length or offset." },
01216   /* 1176 */ { "The SHAPE array for the RESHAPE intrinsic function contains a negative value." },
01217   /* 1177 */ { "Conditional compilation #error:  \"%s\"." },
01218   /* 1178 */ { "The conditional compilation ERROR directive must not be continued." },
01219   /* 1179 */ { "Internal compiler error. Invalid use of %s in folder_driver call." },
01220   /* 1180 */ { "\"%s\" has already been named as a pointee in a POINTER statement.  It cannot be given character type now." },
01221   /* 1181 */ { "Module file \"%s\" must be recompiled. Its format is unsupported." },
01222   /* 1182 */ { "\"-O taskinner\" is specified, therefore \"-O task2\" or \"-O task3\" must be specified." },
01223   /* 1183 */ { "Module file \"%s\" must be recompiled. It was created by a later release of the compiler" },
01224   /* 1184 */ { "Evaluation of this constant expression produced a NaN or other abnormal value." },
01225   /* 1185 */ { "The \"-O pattern\" option is temporarily disabled." },
01226   /* 1186 */ { "The actual argument to IACHAR and ICHAR must have length equal to one character." },
01227   /* 1187 */ { "The SHAPE argument specified is not valid for the SOURCE argument provided." },
01228   /* 1188 */ { "The arguments to this bitwise intrinsic or operator must be the same size." },
01229   /* 1189 */ { "This numeric constant is out of range." },
01230   /* 1190 */ { "Internal compiler error. Invalid type or constant sent to cvrt_str_to_cn." },
01231   /* 1191 */ { "Unsupported operator in expr_sem." },
01232   /* 1192 */ { "The \"%s\" option conflicts with the \"%s\" option.  The \"%s\" option is ignored." },
01233   /* 1193 */ { "Module \"%s\" is indirectly used in module \"%s\" and is from file \"%s\".  That file no longer exists." },
01234   /* 1194 */ { "The use of the Dw.dEe edit descriptor is an extension to the Fortran standard." },
01235   /* 1195 */ { "Possible function result type conflict. -i/* 32 */ { changes the type of \"%s\" to a half word integer.  \"%s\" is not changed." },
01236   /* 1196 */ { "Command line option \"%s\" is being replaced by \"%s\".  \"%s\" will no longer be available in the next release." },
01237   /* 1197 */ { "The array subscript for dimension %d does not fall within the defined range." },
01238   /* 1198 */ { "Alignment of component \"%s\" in numeric sequence structure \"%s\" may cause performance degradation." },
01239   /* 1199 */ { "Inlining may not be combined with debugging.  Inlining has been turned off." },
01240   /* 1200 */ { "An invalid name is being entered into a name table.  The name must not be NULL and must be greater than one in length." },
01241   /* 1201 */ { "The offset or length for block or object \"%s\" must be constant.  It is not." },
01242   /* 1202 */ { "Routine %s was not inlined because %s." },
01243   /* 1203 */ { "Bad assumption in create_constructor_constant." },
01244   /* 1204 */ { "The call to %s was inlined." },
01245   /* 1205 */ { "Dummy argument \"%s\" is longer than the actual argument." },
01246   /* 1206 */ { "Asterisk is not allowed as UNIT control item specifier for this %s statement." },
01247   /* 1207 */ { "An asterisk can not be used as the UNIT control item specifier for unformatted I/O." },
01248   /* 1208 */ { "A FMT or NML specifer without a keyword following a keyworded UNIT specifier is an extension to the Fortran standard." },
01249   /* 1209 */ { "Routine %s was conditionally expanded inline." },
01250   /* 1210 */ { "Subprograms that contain assigned GOTO statements cannot contain Autotasking directives." },
01251   /* 1211 */ { "The character length for \"%s\" is dependent upon the runtime N$PES symbolic constant.  This is not allowed." },
01252   /* 1212 */ { "An initialization expression must not contain symbolic constant \"%s\"." },
01253   /* 1213 */ { "\"%s\" for \"%s\" must be a constant or a symbolic constant tmp." },
01254   /* 1214 */ { "INTENT OUT dummy arguments must not have a constant passed as an actual argument." },
01255   /* 1215 */ { "Command line option \"-du\" must not be specified with \"-O ieeeconform\".  \"-eu\" is in effect." },
01256   /* 1216 */ { "Command line option \"-O ieeeconform\" causes default option \"-du\" to be switched to \"-eu\"." },
01257   /* 1217 */ { "The %s autotasking directive is missing for this %s directive." },
01258   /* 1218 */ { "Implementation of command line option \"%s\" is deferred." },
01259   /* 1219 */ { "This %s directive does not precede a DO loop construct." },
01260   /* 1220 */ { "Illegal branch %s a %s autotasking region." },
01261   /* 1221 */ { "The -O command line option has been specified with no arguments.  It will be ignored." },
01262   /* 1222 */ { "The FIELD argument to the UNPACK intrinsic does not conform to MASK." },
01263   /* 1223 */ { "\"%s\" has the %s attribute, so it must not be an array whose bounds are determined by a symbolic constant expression." },
01264   /* 1224 */ { "\"%s\" is a %s, therefore it must not be an array whose bounds are determined by a symbolic constant expression." },
01265   /* 1225 */ { "Character constant intrinsic argument has been converted to Hollerith." },
01266   /* 1226 */ { "The \"-ea\" option was specified so the compilation is aborting on the first error." },
01267   /* 1227 */ { "\"%s\", in common block \"%s\", must not be initialized, because the block length is dependent on a symbolic constant." },
01268   /* 1228 */ { "\"%s\", in common block \"%s\", must not be equivalenced, because the block length is dependent on a symbolic constant." },
01269   /* 1229 */ { "The use of symbolic constant \"%s\" is non standard." },
01270   /* 1230 */ { "Entry point \"%s\" is an array based on symbolic constants.  There are multiple entry points, so this is not allowed." },
01271   /* 1231 */ { "Command line options -Xm and -X # (where # is number of N$PES) are mutually exclusive.  -X %s takes precedence." },
01272   /* 1232 */ { "Command line option -Xm has been specified, so N$PES must not be used in a declaration statement." },
01273   /* 1233 */ { "The %s directive must not be specified in the specification part of a MODULE." },
01274   /* 1234 */ { "The SYMMETRIC directive does not apply to variable \"%s\" because the variable has the \"%s\" attribute." },
01275   /* 1235 */ { "Variable \"%s\" must not be specified with the !DIR$ SYMMETRIC directive because it is host associated." },
01276   /* 1236 */ { "SYMMETRIC does not apply to variable \"%s\" because it is host associated." },
01277   /* 1237 */ { "I/O problem in module processing.  I/O error is \"%s\"." },
01278   /* 1238 */ { "\"%s\" is an invalid argument to the -X command line option.  The argument to -X must be m or in the range /* 1 */ { thru 2048." },
01279   /* 1239 */ { "All objects in this equivalence set must be default numeric or numeric sequence derived type.  \"%s\" is not." },
01280   /* 1240 */ { "All objects in this equivalence set must be default character or character sequence derived type.  \"%s\" is not." },
01281   /* 1241 */ { "Object \"%s\" is a non-default intrinsic type.  All objects in this equivalence set must be the same type and kind type." },
01282   /* 1242 */ { "\"%s\" is a not a character or numeric sequence derived type, so all objects in the equivalence set must be the same type." },
01283   /* 1243 */ { "The .LG. operator is an extension to the Fortran standard." },
01284   /* 1244 */ { "\"%s\" is type(%s) whose components are typed using -s default32.  Equivalence storage association may not be as expected." },
01285   /* 1245 */ { "Object \"%s\" was not declared with co-dimensions." },
01286   /* 1246 */ { "Precompiled procedure \"%s\" is incompatible with this compiling system.  Recompile with this compiling system." },
01287   /* 1247 */ { "Precompiled procedure \"%s\" must be targeted for the same operating system as this compilation." },
01288   /* 1248 */ { "Procedure \"%s\" and this compilation must both be compiled with \"%s\", or both must be compiled without the option." },
01289   /* 1249 */ { "Module \"%s\" was compiled in this compilation, but the compiler can no longer find the module." },
01290   /* 1250 */ { "Expected to find \"%s\" in the global name table, but srch_global_name_tbl returned not found." },
01291   /* 1251 */ { "The optional pad amount specified on the -apad[n] command line option must be between /* 0 */ { and 4096.  %d is specified." },
01292   /* 1252 */ { "The binary output file \"%s\" is the same as the binary output file created for inlinefrom file \"%s\"." },
01293   /* 1253 */ { "The %s statement is an extension to the Fortran standard." },
01294   /* 1254 */ { "The %s attribute is an extension to the Fortran standard." },
01295   /* 1255 */ { "\"%s\" must not have the AUTOMATIC attribute as it is an array, pointer, character or a derived type function result." },
01296   /* 1256 */ { "Object \"%s\" has the %s attribute, so it must not be equivalenced to an object in a common block." },
01297   /* 1257 */ { "Object \"%s\" has the %s attribute, so all objects in this equivalence group must have the %s attribute." },
01298   /* 1258 */ { "Module \"%s\" contains objects whose type is integer(kind=6) or integer*6.  This is no longer supported." },
01299   /* 1259 */ { "\"%s\" has been given the %s attribute more than once.  This is nonstandard." },
01300   /* 1260 */ { "Prefix-spec %s is specified twice for this subprogram." },
01301   /* 1261 */ { "RECURSIVE and ELEMENTAL must not be specified for the same subprogram." },
01302   /* 1262 */ { "A %s statement is not allowed within %s subprogram \"%s\"." },
01303   /* 1263 */ { "A %s statement whose io-unit is an external-file-unit or *, is not allowed in %s subprogram \"%s\"." },
01304   /* 1264 */ { "Variable \"%s\" in %s subprogram \"%s\" must not be given the %s attribute." },
01305   /* 1265 */ { "Non-pointer dummy argument \"%s\" to %s FUNCTION \"%s\" must have INTENT(IN) specified for it." },
01306   /* 1266 */ { "Non-pointer dummy argument \"%s\" to %s SUBROUTINE \"%s\" must have an intent specified for it." },
01307   /* 1267 */ { "\"%s\" is a dummy argument to elemental subprogram \"%s\", so it must be a non-pointer scalar dummy argument." },
01308   /* 1268 */ { "\"%s\" is an elemental function, so its function result \"%s\" must be scalar and cannot be a pointer." },
01309   /* 1269 */ { "An alternate return specifier is not allowed as a dummy argument to elemental SUBROUTINE \"%s\"." },
01310   /* 1270 */ { "\"%s\" must not be defined inside of a %s subprogram.  It is in common, a dummy argument or host or use associated." },
01311   /* 1271 */ { "\"%s\" is a dummy procedure to pure subprogram \"%s\".  It must be specified with the PURE attribute." },
01312   /* 1272 */ { "\"%s\" is an internal subprogram to %s subprogram \"%s\".  It must be given the %s prefix-spec." },
01313   /* 1273 */ { "\"%s\" must not be argument associated with \"%s\" in a %s subprogram." },
01314   /* 1274 */ { "Procedure \"%s\" must be %s, because it is referenced in a %s subprogram." },
01315   /* 1275 */ { "Common block \"%s\" is used in multiple program units and has different lengths in the different program units." },
01316   /* 1276 */ { "Common block \"%s\" is used in multiple program units.  It must be in %s storage in all uses." },
01317   /* 1277 */ { "Procedure \"%s\" is %s at line %s.  It must have an explicit interface specified." },
01318   /* 1278 */ { "Procedure \"%s\" is defined at line %s.  Dummy argument \"%s\" is scalar.  This argument is an array argument." },
01319   /* 1279 */ { "Procedure \"%s\" is defined at line %s.  The type of this argument does not agree with dummy argument \"%s\"." },
01320   /* 1280 */ { "Directive \"%s\" is being replaced by \"%s\".  \"%s\" will no longer be available in the next release." },
01321   /* 1281 */ { "This use of the COPY_ASSUMED_SHAPE directive is not allowed." },
01322   /* 1282 */ { "\"%s\" is defined as a %s at line %s and as a %s in this program unit." },
01323   /* 1283 */ { "Global name \"%s\" is declared in an interface block as a %s at line %s, but is defined as a %s in this program unit." },
01324   /* 1284 */ { "Procedure \"%s\" is defined at line %s and has %d dummy argument(s).  This interface has %d dummy argument(s) specified." },
01325   /* 1285 */ { "The %s attribute is specified in either the program unit or interface block definition for \"%s\", but not in both." },
01326   /* 1286 */ { "Type and/or rank for dummy argument \"%s\" to %s \"%s\" defined at line %s does not agree with this interface block." },
01327   /* 1287 */ { "Type and/or rank for result \"%s\" to function \"%s\" defined at line %s does not agree with this interface block." },
01328   /* 1288 */ { "Global name \"%s\" is defined as a %s at line %s, but declared in this interface block as a %s." },
01329   /* 1289 */ { "A %s directive cannot be specified within a DO PARALLEL loop." },
01330   /* 1290 */ { "Type and/or rank for result \"%s\" to function \"%s\" in the interface block at line %s differs with this definition." },
01331   /* 1291 */ { "Type and/or rank for dummy argument \"%s\" to %s \"%s\" in the interface block at line %s differs with this definition." },
01332   /* 1292 */ { "The interface block for procedure \"%s\" at line %s has %d dummy argument(s).  The definition has %d dummy argument(s)." },
01333   /* 1293 */ { "Program unit \"%s\" is defined as a %s at line %s, but is defined or referenced as a %s here." },
01334   /* 1294 */ { "Function \"%s\" is defined at line %s. Type and rank for result \"%s\" differ at this definition or reference." },
01335   /* 1295 */ { "\"%s\" is defined or referenced at line %s and here.  The number of arguments do not match.  Expected %d, but found %d." },
01336   /* 1296 */ { "Subroutine \"%s\" defined at line %s has an alternate return dummy argument, so this actual argument must be a user label." },
01337   /* 1297 */ { "Procedure \"%s\" is defined at line %s with dummy procedure \"%s\".  This argument is a data object, constant or expression." },
01338   /* 1298 */ { "Procedure \"%s\" is defined at line %s. The type and rank of dummy function \"%s\" must agree with procedure argument \"%s\"." },
01339   /* 1299 */ { "\"%s\" is defined/referenced at line %s with %s \"%s\" as an argument. This argument must be the same type of program unit." },
01340   /* 1300 */ { "\"%s\" is referenced at line %s and defined here. Argument \"%s\" is a dummy procedure. The actual argument is not." },
01341   /* 1301 */ { "Procedure \"%s\" is also referenced at line %s.  The type of argument %d does not agree." },
01342   /* 1302 */ { "An assumed size character array used as an internal file is an extension to the Fortran standard." },
01343   /* 1303 */ { "Only assumed shape dummy arguments are allowed on the COPY_ASSUMED_SHAPE directive." },
01344   /* 1304 */ { "The COPY_ASSUMED_SHAPE directive was encountered but there are no assumed shape dummy arguments." },
01345   /* 1305 */ { "This character literal has been blank padded to the length of the dummy argument." },
01346   /* 1306 */ { "Blank padding of a character literal actual argument is an extension to the Fortran standard." },
01347   /* 1307 */ { "The kind (%d) of this actual argument does not match that of its associated dummy argument (%d)." },
01348   /* 1308 */ { "In a real constant with a D, E or Q following the decimal field, the D, E or Q must be followed by an exponent." },
01349   /* 1309 */ { "The kind parameter suffix is not valid on a double or quad precision real constant form." },
01350   /* 1310 */ { "f90: Compile time:  %s seconds" },
01351   /* 1311 */ { "This array argument to an ELEMENTAL call is not conformant to the other arguments." },
01352   /* 1312 */ { "This DO PARALLEL directive is not allowed within a parallel CASE region." },
01353   /* 1313 */ { "Command line option \"%s\" overrides \"%s\". " },
01354   /* 1314 */ { "Object \"%s\" is declared both %s and %s." },
01355   /* 1315 */ { "An internal inlining data structure has overflowed.   The compilation cannot continue." },
01356   /* 1316 */ { "Symbol table field %s is NULL and should not be at this location." },
01357   /* 1317 */ { "SAFEVL is not allowed on the IVDEP directive on this platform.  This IVDEP directive will be ignored." },
01358   /* 1318 */ { "\"%s\" is specified on the CACHE_BYPASS directive.  It must have the dimension attribute." },
01359   /* 1319 */ { "An array name must be specified on the CACHE_BYPASS directive.  A subobject or an expression is not allowed." },
01360   /* 1320 */ { "\"%s\" is specified on the CACHE_BYPASS directive.  Its type must be integer, logical or real with a kind type of 8." },
01361   /* 1321 */ { "Attr list table entry %d holds attr entry %d, which is being compressed out." },
01362   /* 1322 */ { "The compiler has detected errors in procedure \"%s\".  No inline information file will be created for this procedure." },
01363   /* 1323 */ { "The kind type of all the arguments to the intrinsic are not identical. " },
01364   /* 1324 */ { "Maximum number of loops (%d) specified for a given line has been exceeded." },
01365   /* 1325 */ { "Routine %s was not inlined because a store into a constant will occur." },
01366   /* 1326 */ { "Routine %s was not inlined because the routine contains an alternate RETURN." },
01367   /* 1327 */ { "Routine %s was not inlined because the routine calls the PRESENT intrinsic." },
01368   /* 1328 */ { "Routine %s was not inlined because a corresponding actual and dummy argument do not have identical type and kind-type." },
01369   /* 1329 */ { "Routine %s was not inlined because the routine calls the NUMARG intrinsic." },
01370   /* 1330 */ { "Routine %s was not inlined because a scalar actual argument is being mapped to an array dummy argument." },
01371   /* 1331 */ { "Routine %s was not inlined because the routine contains ASSIGN statements." },
01372   /* 1332 */ { "Routine %s was not inlined because the routine is RECURSIVE." },
01373   /* 1333 */ { "Routine %s was not inlined because the routine being called is a dummy procedure." },
01374   /* 1334 */ { "Routine %s was not inlined because it has OPTIONAL dummy arguments." },
01375   /* 1335 */ { "Routine %s was not inlined because an INLINE directive is not in effect." },
01376   /* 1336 */ { "Routine %s was not inlined because the call was not within a loop." },
01377   /* 1337 */ { "Routine %s was not inlined because it contains a Fortran pointer in static storage." },
01378   /* 1338 */ { "Routine %s was not inlined because a NOINLINE directive is in effect." },
01379   /* 1339 */ { "Routine %s is not inlined because an INLINENEVER directive has been specified." },
01380   /* 1340 */ { "Routine %s was not inlined because a dummy argument of the routine being inlined is a dummy procedure." },
01381   /* 1341 */ { "Routine %s was not inlined because the routine has a dummy argument that is referenced in a child routine." },
01382   /* 1342 */ { "Routine %s was not inlined because there are an unequal number of actual and dummy arguments." },
01383   /* 1343 */ { "Routine %s was not inlined because a maximum of /* 256 */ { actual arguments can be in the call list." },
01384   /* 1344 */ { "Routine %s was not inlined because the compiler was unable to locate the routine to expand it inline." },
01385   /* 1345 */ { "Routine %s was not inlined because the routine references a dummy argument not from the ENTRY taken." },
01386   /* 1346 */ { "Routine %s was not inlined because there is a USE of a module that has not been defined yet." },
01387   /* 1347 */ { "Routine %s was not inlined because it is too large to expand inline." },
01388   /* 1348 */ { "QUAD PRECISION is not supported on this platform. DOUBLE PRECISION will be used." },
01389   /* 1349 */ { "Constant table entry %d had a CN_POOL_IDX of zero." },
01390   /* 1350 */ { "The %s directive is obsolete.  Support will be removed in the next major release." },
01391   /* 1351 */ { "Storage block \"%s\" will not be padded (-a pad), because one or more objects in the storage block are equivalenced." },
01392   /* 1352 */ { "The static storage block will not be padded (-a pad), because one or more objects in the storage block are equivalenced." },
01393   /* 1353 */ { "Command line option conflict detected between \"%s\" and \"%s\".  \"%s\" is selected." },
01394   /* 1354 */ { "Unimplemented compiler directive: %s." },
01395   /* 1355 */ { "Routine %s was not inlined because it has dummy argument(s) which are SGI pointers." },
01396   /* 1356 */ { "Expected a valid compiler directive." },
01397   /* 1357 */ { "Routine %s was not inlined because this function's result is referenced in a child routine." },
01398   /* 1358 */ { "Routine %s was not inlined because the routine contains a LOC of a variable in COMMON." },
01399   /* 1359 */ { "Routine %s was not inlined because it contains SGI pointers which are in COMMON." },
01400   /* 1360 */ { "More than one %s clause has been specified for this %s directive." },
01401   /* 1361 */ { "The ONTO clause is not allowed with the %s directive unless a NEST clause is seen first." },
01402   /* 1362 */ { "Object \"%s\" is specified in more than one scoping list." },
01403   /* 1363 */ { "Objects in the REDUCTION clause must be scalar references." },
01404   /* 1364 */ { "The CHUNK expression must be a scalar INTEGER expression." },
01405   /* 1365 */ { "Variable \"%s\" must be declared in a COMMON block in order to use PE dimensions." },
01406   /* 1366 */ { "References with PE dimensions are not allowed as actual arguments." },
01407   /* 1367 */ { "Bounds entry %d has a variant problem with field %s." },
01408   /* 1368 */ { "Arguments to the ONTO clause must be INTEGER constants greater than zero." },
01409   /* 1369 */ { "The number of ONTO constants must equal the number of NEST variables." },
01410   /* 1370 */ { "The %s clause is not allowed with the %s mp directive." },
01411   /* 1371 */ { "The argument to the THREAD clause must be a scalar INTEGER expression." },
01412   /* 1372 */ { "Arguments to the DATA clause must be array elements." },
01413   /* 1373 */ { "Arguments to the THREAD clause must be constants." },
01414   /* 1374 */ { "A subobject reference is not allowed in this context." },
01415   /* 1375 */ { "The variable name list must contain at least two names." },
01416   /* 1376 */ { "Objects in the LASTTHREAD clause must be simple scalar variables." },
01417   /* 1377 */ { "The ONTO clause can only be specifed when the count of objects in the NEST clause is greater than 1." },
01418   /* 1378 */ { "Invalid argument to the %s directive." },
01419   /* 1379 */ { "The DO-variable was not specified in the %s list preceding this loop nest. " },
01420   /* 1380 */ { "%s loops are not perfectly nested. " },
01421   /* 1381 */ { "A statement must not appear between the %s directive and the DO loop that follows it." },
01422   /* 1382 */ { "The argument to the PREFETCH_REF_DISABLE directive must be an array name." },
01423   /* 1383 */ { "The SIZE argument to the %s directive must be a constant." },
01424   /* 1384 */ { "Invalid LEVEL value for this PREFETCH_REF directive." },
01425   /* 1385 */ { "The autotasking directive %s must be specified within a do loop." },
01426   /* 1386 */ { "The second argument to the %s directive must be L1cacheline, L2cacheline, page, or a power of /* 2 */ { constant." },
01427   /* 1387 */ { "A(n) %s directive has already been specified for the current loop nest." },
01428   /* 1388 */ { "Routine %s was not inlined because it is a function with alternate entries." },
01429   /* 1389 */ { "The DO loop nesting depth does not match the number of DO-variables in the BLOCKABLE directive DO-variable list." },
01430   /* 1390 */ { "SGI character pointee \"%s\" will be treated as an assumed-length character variable." },
01431   /* 1391 */ { "Source file \"%s\" contains no Fortran statements." },
01432   /* 1392 */ { "Intrinsics which return a data type other than integer are not allowed in specification expressions." },
01433   /* 1393 */ { "Initializing multiple array elements with a single Hollerith or character constant will be removed in the next release." },
01434   /* 1394 */ { "Only COMMON block names and COMMON block variables are allowed as arguments to the COPYIN directive." },
01435   /* 1395 */ { "The C$COPYIN directive cannot be used within a parallel region." },
01436   /* 1396 */ { "Only array variable names can be specified on the %s directive." },
01437   /* 1397 */ { "This must be a scalar INTEGER expression." },
01438   /* 1398 */ { "Too %s ONTO values." },
01439   /* 1399 */ { "This intrinsic will not be supported in the 3./* 2 */ { release and beyond." },
01440   /* 1400 */ { "An allocatable array is not allowed in this context." },
01441   /* 1401 */ { "sgif90: %d source lines" },
01442   /* 1402 */ { "sgif90: SGI Pro/* 64 */ { Fortran /* 90 */ { Version %s (%s) %s" },
01443   /* 1403 */ { "sgif90: %d Error(s), %d Warning(s), %d Other message(s), %d ANSI(s)" },
01444   /* 1404 */ { "The STACK directive must not be specified inside an interface body or an interface block." },
01445   /* 1405 */ { "The STACK directive must not be specified in the specification part of a MODULE." },
01446   /* 1406 */ { "Overflow of file_id_list in cif_flush_include_recs." },
01447   /* 1407 */ { "\"%s\" has the %s attribute, support for declaration as a %s is deferred." },
01448   /* 1408 */ { "\"%s\" is a %s, support for a declaration with the %s attribute is deferred." },
01449   /* 1409 */ { "Routine %s was not inlined because the routine contains a !DIR$ INTEGER= directive." },
01450   /* 1410 */ { "The length of the keyword at index %d in the %s table is %d, which is greater than the maximum of 31." },
01451   /* 1411 */ { "The %s directive cannot be specified within a %s." },
01452   /* 1412 */ { "The %s directive must be specified within a %s." },
01453   /* 1413 */ { "This numeric constant is out of range." },
01454   /* 1414 */ { "The symbolic constant \"N$PES\" is an extension to the Fortran standard." },
01455   /* 1415 */ { "The AUTOSCOPE clause is not supported on this platform." },
01456   /* 1416 */ { "The order of the loop indices must correspond to the order in this NEST clause." },
01457   /* 1417 */ { "This AFFINITY list item does not match the NEST list." },
01458   /* 1418 */ { "ONTO is not allowed for DATA affinity." },
01459   /* 1419 */ { "Array \"%s\" is an assumed-size pointee.  It must not be declared in a module." },
01460   /* 1420 */ { "An interface body cannot access named entities from the host, thus derived type \"%s\" is undefined." },
01461   /* 1421 */ { "Local name entry %d has been compressed out during interface compression.  It should not be." },
01462   /* 1422 */ { "The SAFE_DISTANCE= value on the CONCURRENT directive must be a scalar integer constant greater than or equal to one." },
01463   /* 1423 */ { "Implicit typing is confirmed for object \"%s\".  The Fortran standard requires typing before reference with IMPLICIT NONE." },
01464   /* 1424 */ { "A type must be declared for \"%s\" before it is referenced, initialized or declared a constant because of IMPLICIT NONE." },
01465   /* 1425 */ { "Routine %s was not inlined because the function result types do not match." },
01466   /* 1426 */ { "\"%s\" has been referenced or defined in a prior statement in this scope.  It may not be given the PARAMETER attribute." },
01467   /* 1427 */ { "\"%s\" is a SGI character pointer.  All its pointees must be character, but \"%s\" is not character." },
01468   /* 1428 */ { "\"%s\" is a SGI pointer.  All its pointees must be non-character, but \"%s\" is typed as character." },
01469   /* 1429 */ { "The %s command line option overrides the %s directive, so the directive is ignored." },
01470   /* 1430 */ { "%s array \"%s\" cannot be declared in the LOCAL clause of this %s directive." },
01471   /* 1431 */ { "The argument to the %s clause of the %s directive must be an integer constant or variable." },
01472   /* 1432 */ { "The argument to the %s clause of the %s directive must be an integer constant." },
01473   /* 1433 */ { "The argument to the %s clause of the %s directive must be a logical expression." },
01474   /* 1434 */ { "The storage size needed for this expression exceeds %s bytes, the maximum storage size available." },
01475   /* 1435 */ { "The storage size needed for \"%s\" exceeds %s bytes, the maximum storage size available." },
01476   /* 1436 */ { "The %s clause is not supported and will be ignored." },
01477   /* 1437 */ { "Routine %s was not inlined because a LOC() of a constant will be generated." },
01478   /* 1438 */ { "This argument produces a %s to a temporary variable." },
01479   /* 1439 */ { "Dummy argument \"%s\" must not appear in a specification expression." },
01480   /* 1440 */ { "Common block name \"/%s/\", not the object name \"%s\" must be specified on the %s directive." },
01481   /* 1441 */ { "\"%s\" has the %s attribute, therefore it must not be specified with compiler directive %s." },
01482   /* 1442 */ { "\"%s\" is a %s, therefore it must not be declared again with compiler directive %s." },
01483   /* 1443 */ { "\"%s\" has been declared and used as a dummy argument.  It must not be declared again with compiler directive %s." },
01484   /* 1444 */ { "\"%s\" has been used as a variable, therefore it must not be declared again with compiler directive %s." },
01485   /* 1445 */ { "The %s directive does not affect autotasking under the -pfa command line option." },
01486   /* 1446 */ { "%s variable \"%s\" cannot be declared in the PRIVATE clause of this %s directive." },
01487   /* 1447 */ { "\"%s\" is already a symbolic constant, therefore it must not be specified with compiler directive %s." },
01488   /* 1448 */ { "\"%s\" has been use associated, therefore it must not be declared again with compiler directive %s." },
01489   /* 1449 */ { "\"%s\" is host associated, therefore it must not be specified with the %s compiler directive." },
01490   /* 1450 */ { "\"%s\" is typed as variable length character, therefore it must not be declared again with compiler directive %s." },
01491   /* 1451 */ { "\"%s\" is an explicit-shape array with nonconstant bounds, therefore it must not be specified with compiler directive %s." },
01492   /* 1452 */ { "\"%s\" is specified with the %s directive, therefore it must not be typed as variable length character." },
01493   /* 1453 */ { "\"%s\" is defined in an explicit interface, therefore it must not be declared again with compiler directive %s." },
01494   /* 1454 */ { "\"%s\" has been used as a function, therefore it must not be declared again with compiler directive %s." },
01495   /* 1455 */ { "\"%s\" has been used as a subroutine, therefore it must not be declared again with compiler directive %s." },
01496   /* 1456 */ { "Only elemental intrinsics of type integer or character are allowed in an initialization expression." },
01497   /* 1457 */ { "\"%s\" is specified with the %s directive, so it must not be declared again with the %s directive." },
01498   /* 1458 */ { "\"%s\" is specified with the %s directive, so it must not be declared as a %s." },
01499   /* 1459 */ { "\"%s\" is specified with the %s directive, therefore it must not be specified with the %s attribute." },
01500   /* 1460 */ { "A call to start_pes_() has been generated by the compiler." },
01501   /* 1461 */ { "This use of construct name \"%s\" is not allowed." },
01502   /* 1462 */ { "This use of label \"%s\" is not allowed." },
01503   /* 1463 */ { "\"%s\", specified with the %s directive, is a procedure.  Statement function actual arguments must be scalar data objects." },
01504   /* 1464 */ { "\"%s\" is specified with the %s directive.  It must not be declared as an explicit-shape array with nonconstant bounds." },
01505   /* 1465 */ { "\"%s\" is specified with the %s directive.  It must not be an array whose bounds are dependent on a symbolic constant." },
01506   /* 1466 */ { "\"%s\" is specified with the %s directive, therefore it must not be a procedure in an interface block." },
01507   /* 1467 */ { "\"%s\" is specified with the %s directive, therefore it must not be used as an external function name." },
01508   /* 1468 */ { "\"%s\" is specified with the %s directive, therefore it must not be used as a subroutine name in a CALL statement." },
01509   /* 1469 */ { "\"%s\" is specified with the %s directive, therefore it must not be used as a derived-type name." },
01510   /* 1470 */ { "\"%s\" is specified with the %s directive, so it is not a constant.  It must not be used in an initialization expression." },
01511   /* 1471 */ { "\"%s\" has been referenced or declared in this scope already.  It must not be declared as the function result." },
01512   /* 1472 */ { "This END CRITICAL directive must have the same name as the matching CRITICAL directive." },
01513   /* 1473 */ { "Object %s must be a variable to be in the %s clause of the %s directive." },
01514   /* 1474 */ { "DO, SECTIONS, and SINGLE directives are not allowed to be nested." },
01515   /* 1475 */ { "It is illegal to specify a CHUNK in the SCHEDULE clause when RUNTIME schedule type is specified." },
01516   /* 1476 */ { "Variable \"%s\" is specified in more than one !$OMP directive clause." },
01517   /* 1477 */ { "It is illegal to declare a scope attribute for pointee \"%s\"." },
01518   /* 1478 */ { "%s, \"%s\", may not be specified in FIRSTPRIVATE or LASTPRIVATE clauses." },
01519   /* 1479 */ { "Common block \"%s\" must be declared before being specified with the THREADPRIVATE directive." },
01520   /* 1480 */ { "Only named variables are allowed in the list of a FLUSH directive." },
01521   /* 1481 */ { "Blank common, \"//\", must not be declared in a %s directive." },
01522   /* 1482 */ { "%s arrays cannot be specified as PRIVATE, FIRSTPRIVATE, or LASTPRIVATE." },
01523   /* 1483 */ { "Object %s must be a scalar variable to be in the REDUCTION clause of the %s directive." },
01524   /* 1484 */ { "%s \"%s\" is not allowed in the %s clause." },
01525   /* 1485 */ { "Common block \"/%s/\" is host or use associated.  It must not be specified with the THREADPRIVATE directive." },
01526   /* 1486 */ { "Storage block \"/%s/\" must be declared as a common block before being specified with the THREADPRIVATE directive." },
01527   /* 1487 */ { "A variable subobject is not allowed on the %s compiler directive." },
01528   /* 1488 */ { "\"%s\", a member of common block \"/%s/\" must not be equivalenced because directive %s has been specified for the block." },
01529   /* 1489 */ { "\"%s\", a member of module \"%s\" must not be equivalenced because directive %s has been specified for the module." },
01530   /* 1490 */ { "Storage block or module \"%s\" has the %s directive specified for it, so the %s directive must not also be specified." },
01531   /* 1491 */ { "If compiler directive %s is specified for a module name, it must be for the current module being compiled." },
01532   /* 1492 */ { "Dummy argument \"%s\" has the INTENT(IN) attribute. It must be definable to be declared in a %s clause." },
01533   /* 1493 */ { "Variable \"%s\" is in a %s procedure and cannot be defined. It must be definable to be specified in a %s clause." },
01534   /* 1494 */ { "Variable \"%s\" is referenced but not defined in this program unit." },
01535   /* 1495 */ { "Routine %s was not inlined because it is a module procedure and NOMODINLINE is in effect." },
01536   /* 1496 */ { "\"%s\" is not a module in this scope, therefore it must not be specified on the implicit use option as a module-name." },
01537   /* 1497 */ { "\"%s\" is specified with the %s directive.  It must be a common block name, a module name, or in static storage." },
01538   /* 1498 */ { "Module name \"%s\", not the object name \"%s\" must be specified on the %s directive." },
01539   /* 1499 */ { "The value for work distribution %s must be a positive integer." },
01540   /* 1500 */ { "The overall size of the dummy argument array is greater than the size of this actual argument." },
01541   /* 1501 */ { "\"%s\" has been referenced in the function character length expression.  It must not be declared with directive %s." },
01542   /* 1502 */ { "Common block \"/%s/\" is specified in a %s directive, therefore it must be specified in a COMMON statement." },
01543   /* 1503 */ { "Illegal branch %s a %s region." },
01544   /* 1504 */ { "Illegal branch %s a %s region." },
01545   /* 1505 */ { "\"%s\" is specified with the %s directive, therefore it must be a dummy argument." },
01546   /* 1506 */ { "An ORDERED directive can only appear in the dynamic extent of a DO or PARALLEL DO directive." },
01547   /* 1507 */ { "It is illegal for an ORDERED directive to bind to a DO directive that does not have the ORDERED clause specified." },
01548   /* 1508 */ { "The %s directive must be specified within the declaration part of a module." },
01549   /* 1509 */ { "Do loop control variable \"%s\" is in a parallel region and must be in the PRIVATE list if autoscope is not specified." },
01550   /* 1510 */ { "Variable \"%s\" must have its data scope explicitly declared because DEFAULT(NONE) was specified." },
01551   /* 1511 */ { "The expression in an IF clause must be a scalar Fortran logical expression." },
01552   /* 1512 */ { "Variable \"%s\" was privatized in the enclosing PARALLEL region. It cannot be privatized again." },
01553   /* 1513 */ { "The %s directive must appear immediately after the end of the Do loop." },
01554   /* 1514 */ { "The DO loop iteration variable must be of type integer when within an OpenMP work-sharing construct." },
01555   /* 1515 */ { "Procedure \"%s\" has multiple explicit interfaces declared in the same scope.  This is nonstandard." },
01556   /* 1516 */ { "Procedure \"%s\" has multiple explicit interfaces declared in this scope.  The interfaces must agree completely." },
01557   /* 1517 */ { "Invalid %s clause." },
01558   /* 1518 */ { "The %s is an extension to the OpenMP standard. It should have the %s sentinal." },
01559   /* 1519 */ { "The autotasking directive WAIT must not be specified within a %s region." },
01560   /* 1520 */ { "The autotasking directive %s must be specified within a DOPARALLEL or DOALL region." },
01561   /* 1521 */ { "All WAIT/SEND pairs within a loop except one must be numbered.  The numbers must be unique." },
01562   /* 1522 */ { "Object \"%s\" must not be used as an argument to the KIND intrinsic before being typed." },
01563   /* 1523 */ { "A WAIT/SEND pair must both have the same POINT value or neither of them should have a POINT value." },
01564   /* 1524 */ { "COMMON block %s is increasing in length due to the inline expansion of routine %s." },
01565   /* 1525 */ { "Multiple spans within a loop are not allowed." },
01566   /* 1526 */ { "The maximum number of wait/send directive pairs for this loop is %d and has been exceeded." },
01567   /* 1527 */ { "This %s POINT does not match a %s POINT in this loop." },
01568   /* 1528 */ { "Constant point values must not exceed %d, which is the maximum number of wait/send directive pairs." },
01569   /* 1529 */ { "Object \"%s\" is already a module procedure within this module, so it must not be declared again as a module procedure." },
01570   /* 1530 */ { "The %s directive is obsolete and will be removed in the next major release." },
01571   /* 1531 */ { "This initialization expression has a non-constant value.  It must evaluate to a constant value at compile time." },
01572   /* 1532 */ { "If SPAN is specified, it must be an integer constant value in the range /* 1 */ { to 64." },
01573   /* 1533 */ { "The argument must be default integer type." },
01574   /* 1534 */ { "All specifics that are intrinsic, must follow all non-inrinsic specifics.  Intrinsic %s is out of order." },
01575   /* 1535 */ { "\"-O %d\" is specified, therefore \"-O %s\" must not be specified." },
01576   /* 1536 */ { "The optimzation level should be %s, because the debugging level is %d." },
01577   /* 1537 */ { "A component reference is not allowed in an EQUIVALENCE statement." },
01578   /* 1538 */ { "Array \"%s\" is specified on the -O reshape command line option.  It is not an array in scope \"%s\"." },
01579   /* 1539 */ { "Array \"%s\" must be an explicit shape constant or variable sized array to be specified with -O reshape." },
01580   /* 1540 */ { "The -O inlinefrom= option must be specified when the -O inlinepgm= option is specified." },
01581   /* 1541 */ { "Support for passing a DISTRIBUTE_RESHAPE array to an assumed-shape dummy argument is deferred." },
01582   /* 1542 */ { "Initializing a named common block member in a program unit other than a block data is not legal for this architecture." },
01583   /* 1543 */ { "Routine %s was not inlined because the routine is not a leaf routine in the call graph." },
01584   /* 1544 */ { "The loop that follows this %s directive cannot be a DO WHILE or a DO loop without loop control." },
01585   /* 1545 */ { "Routine %s was not inlined because the rank of the actual and dummy arguments are not identical." },
01586   /* 1546 */ { "Routine %s was not inlined because the extents are not identical in all dimensions." },
01587   /* 1547 */ { "Module name \"%s\", not the variable name \"%s\" must be specified on the %s directive." },
01588   /* 1548 */ { "%s is no longer the most aggressive form of inlining.  Please see explain for this message number." },
01589   /* 1549 */ { "Macro \"%s\" is used within its own definition." },
01590   /* 1550 */ { "Too few arguments in invocation of macro \"%s\"." },
01591   /* 1551 */ { "Too many arguments in invocation of macro \"%s\"." },
01592   /* 1552 */ { "\"%s\" has the ALLOCATABLE attribute, therefore it must be specified as a deferred-shape co-array." },
01593   /* 1553 */ { "Routine %s was not inlined because the actual argument is a structure reference." },
01594   /* 1554 */ { "Routine %s was not inlined because the actual argument is a character constant." },
01595   /* 1555 */ { "Routine %s was not inlined because it contains DATA statements." },
01596   /* 1556 */ { "Routine %s was not inlined because the routine contains a parallel region." },
01597   /* 1557 */ { "Illegal placement of the NULL intrinsic." },
01598   /* 1558 */ { "This ALLOCATE shape specifier has missing %s." },
01599   /* 1559 */ { "Pointers must be initialized with the NULL intrinsic." },
01600   /* 1560 */ { "Invalid CHUNK value." },
01601   /* 1561 */ { "\"%s\" is must be a locally declared variable to be specified in the %s list of the %s directive." },
01602   /* 1562 */ { "Illegal pointer assignment." },
01603   /* 1563 */ { "The \"* <char-length> [,]\" form of character declaration is an obsolesent form." },
01604   /* 1564 */ { "Function \"%s\" is a %s function.  It must not be declared CHARACTER*(*)." },
01605   /* 1565 */ { "Assumed length character functions are obsolescent." },
01606   /* 1566 */ { "Assumed length character function \"%s\" cannot be invoked.  There is no way to match caller/callee characteristics." },
01607   /* 1567 */ { "Transfer of control to an END IF statement from outside the IF construct is an extension to the Fortran standard." },
01608   /* 1568 */ { "The %s statement is an extension to the Fortran standard." },
01609   /* 1569 */ { "A DO loop variable or expression of type default real or double precision real is an extension to the Fortran standard." },
01610   /* 1570 */ { "The -O stream command line option must not be specifed with the %s command line option." },
01611   /* 1571 */ { "Positioning the DATA statement amongst executable statements is an obsolescent feature." },
01612   /* 1572 */ { "Pointer assignment for components of derived type co-arrays is not supported." },
01613   /* 1573 */ { "The MOLD argument is not a valid argument to the NULL intrinsic in this context." },
01614   /* 1574 */ { "The MOLD argument must have the POINTER attribute." },
01615   /* 1575 */ { "This argument to the THIS_IMAGE intrinsic must be a co-array. " },
01616   /* 1576 */ { "The final co-array bound must be '*'." },
01617   /* 1577 */ { "\"%s\" is an automatic variable.  It must not have the co-array DIMENSION attribute." },
01618   /* 1578 */ { "Variable \"%s\" has a co-array subobject.  Co-array subobjects must not be specified in %s statements." },
01619   /* 1579 */ { "Component \"%s\" of derived type \"%s\" has the co-array DIMENSION attribute.  This is not permitted." },
01620   /* 1580 */ { "Pure or elemental subprogram \"%s\" must not contain \"%s\", which is a co-array variable or intrinsic." },
01621   /* 1581 */ { "All statements must be contained within a program unit and followed by END." },
01622   /* 1582 */ { "Fixed source form is an obsolescent feature in Fortran 95." },
01623   /* 1583 */ { "Support for %s for %s is deferred." },
01624   /* 1584 */ { "This actual argument must be a co-array in order to be associated with a co-array dummy argument." },
01625   /* 1585 */ { "Only variables with a /* 64 */ { bit type are currently supported in co-array references." },
01626   /* 1586 */ { "Illegal branch %s a %s region." },
01627   /* 1587 */ { "Co-array %s must have the ALLOCATABLE attribute in order to have a deferred shape in the co-array dimensions." },
01628   /* 1588 */ { "The %s statement is not allowed in a parallel or work sharing region." },
01629   /* 1589 */ { "\"%s\" must not be specified in a DATA statement.  It is typed as derived type \"%s\", which is default initialized." },
01630   /* 1590 */ { "\"%s\" is an assumed size array with INTENT(OUT).  It must not be typed as %s, because that type is default initialized." },
01631   /* 1591 */ { "\"%s\" must not be equivalenced to an object in a common block, as its type is \"%s\", which is default initialized. " },
01632   /* 1592 */ { "ntr_stor_blk_tbl has been called with an invalid storage block type.  This should never happen." },
01633   /* 1593 */ { "Macro expansion has caused a continued statement to exceed the size of an internal source buffer." },
01634   /* 1594 */ { "In an ALLOCATE statement for a co-array, the upper bound for the final co-dimension must always be '*'." },
01635   /* 1595 */ { "Transfer of control into the FORALL construct starting at line %d is not allowed." },
01636   /* 1596 */ { "Label %s is defined in the FORALL construct starting at line %d." },
01637   /* 1597 */ { "The %s statement is not allowed in a FORALL construct." },
01638   /* 1598 */ { "The index-name in a FORALL header must be a named scalar variable of type INTEGER." },
01639   /* 1599 */ { "Index-name \"%s\" is already an index-name for an enclosing FORALL construct." },
01640   /* 1600 */ { "Object \"%s\" is typed as derived type \"%s\" with default initialization.  It must not also be a common block object." },
01641   /* 1601 */ { "Routine %s was not inlined because it has a Co-array dummy argument." },
01642   /* 1602 */ { "Common block \"%s\" is used in multiple program units.  It must be specified with the %s directive in all uses." },
01643   /* 1603 */ { "Common block %s is declared in multiple program units.  One or more common objects differ in type, kind or rank." },
01644   /* 1604 */ { "The subscript or stride in a forall-triplet-spec must be a scalar integer expression." },
01645   /* 1605 */ { "A subscript or stride must not reference an index-name in the forall-triplet-spec-list in which it appears." },
01646   /* 1606 */ { "The stride value in a forall-triplet-spec must not be zero." },
01647   /* 1607 */ { "The scalar-mask-expr for a FORALL statement must be a scalar logical expression." },
01648   /* 1608 */ { "The FORALL index must not be defined while it is active." },
01649   /* 1609 */ { "A masked ELSE WHERE block must not follow an ELSE WHERE block." },
01650   /* 1610 */ { "All mask expression within a WHERE construct must have the same shape." },
01651   /* 1611 */ { "Procedure %s is referenced within a %s. It must be a PURE procedure." },
01652   /* 1612 */ { "Routine %s was not inlined because it was called with a Co-array actual argument." },
01653   /* 1613 */ { "Routine %s was not inlined because it shares a common block with a Co-array member." },
01654   /* 1614 */ { "Procedure \"%s\" is also referenced at line %s.  The type and rank of the function result of argument %d do not agree." },
01655   /* 1615 */ { "Procedure \"%s\" is defined at line %s.  Dummy argument \"%s\" is an array argument.  This argument is scalar." },
01656   /* 1616 */ { "Procedure \"%s\" is also referenced at line %s.  Argument %d is scalar.  This argument is array-valued." },
01657   /* 1617 */ { "Function \"%s\" is also referenced at line %s.  The function result type and rank differ for the two references." },
01658   /* 1618 */ { "Function \"%s\" is referenced at line %s.  The function result type and rank differ from this definition." },
01659   /* 1619 */ { "Procedure \"%s\" is also referenced at line %s.  Argument %d is array-valued.  This argument is scalar." },
01660   /* 1620 */ { "Program unit \"%s\" is referenced as a %s at line %s, but is defined or referenced as a %s here." },
01661   /* 1621 */ { "\"%s\" is also referenced at line %s.  Argument %d is a label in one reference but not the other. They should be the same." },
01662   /* 1622 */ { " \"%s\" is referenced at line %s. Argument %d is a user label. The dummy argument must be an alternate return argument." },
01663   /* 1623 */ { "\"%s\" is also defined at line %s.  Argument %d must be an alternate return argument in both definitions." },
01664   /* 1624 */ { "\"%s\" is also defined at line %s.  The %s attribute is specified in only one of the definitions.  It should be in both." },
01665   /* 1625 */ { "\"%s\" is also referenced at line %s.  The %s directive is specified in one location, but not the other." },
01666   /* 1626 */ { "Omitting the field width for edit descriptor \"%c\" is an extension to the Fortran standard." },
01667   /* 1627 */ { "Equivalence-objects that are substrings, must not have a length of zero." },
01668   /* 1628 */ { "Omitting the field width for edit descriptor \"%c\" is an extension to the Fortran standard." },
01669   /* 1629 */ { "The following letter(s) were specified in a previous IMPLICIT %s statement: \"%s\", so must not be specified again." },
01670   /* 1630 */ { "Macro \"%s\" exceeds limit of %d characters." },
01671   /* 1631 */ { "Unterminated character literal encountered in preprocessing directive." },
01672   /* 1632 */ { "The symbolic constant \"%s\" must not be defined." },
01673   /* 1633 */ { "The array subscript for dimension %d does not fall within the defined range." },
01674   /* 1634 */ { "The substring start or end value are outside the defined range." },
01675   /* 1635 */ { "Argument mismatch:  \"%s\" and \"%s\" must both be functions or both be subroutines and have the same number of arguments." },
01676   /* 1636 */ { "%s: \"explain %s-message number\" gives more information about each message" },
01677   /* 1637 */ { "Command line option %s has been applied to array \"%s\"." },
01678   /* 1638 */ { "A WHERE assignment statement that is a defined assignment must be elemental." },
01679   /* 1639 */ { "\"%s\" is an elemental procedure.  It must not be used as an actual argument." },
01680   /* 1640 */ { "The Fortran standard does not allow the END statement to be continued." },
01681   /* 1641 */ { "The standard states that ALLOCATABLE, POINTER or SAVE must be specified for \"%s\" as it is default initialized type \"%s\"." },
01682   /* 1642 */ { "Procedure \"%s\" is being passed to PURE procedure \"%s\".  It must also be PURE." },
01683   /* 1643 */ { "The %s enum has been changed." },
01684   /* 1644 */ { "Array \"%s\" must not be statically intialized to be specified with -O reshape." },
01685   /* 1645 */ { "Common block \"/%s/\" cannot be specified in both a !$OMP THREADPRIVATE directive and a !*$* SECTION_GP directive." },
01686   /* 1646 */ { "Rank of the actual argument \"%s\" is less than the rank of the dummy argument \"%s\"." },
01687   /* 1647 */ { "\"%s\" is a CRI Pointee.  It will not be default initialized." },
01688   /* 1648 */ { "The data-stmt-constant must be a named or literal constant or NULL() or a structure-constructor." },
01689   /* 1649 */ { "A divisor of zero was detected in an expression." },
01690   /* 1650 */ { "This argument cannot be a constant." },
01691   /* 1651 */ { "%s variable %s not SHARED in enclosing parallel region." },
01692   /* 1652 */ { "Routine %s was not inlined because it contains assignment of integer to a CRI pointer." },
01693   /* 1653 */ { "The message severity for message number %d must not be changed to %s.  The change in severity will be ignored." },
01694   /* 1654 */ { "Generic interface \"%s\" must not be specified with the %s directive, because the directive has the GLOBAL clause." },
01695   /* 1655 */ { "The \"%s\" intrinsic must not be specified with the %s directive.  The intrinsic is not overloaded." },
01696   /* 1656 */ { "A compiler directive may not follow a continued Fortran source line." },
01697   /* 1657 */ { "Routine %s was not inlined because it is an ELEMENTAL procedure." },
01698   /* 1658 */ { "Module output must be going to a .mod file, if the -J option is specified with a path name for module output." },
01699   /* 1659 */ { "\"-col120\" will be translated to -extend_source which allows /* 132 */ { columns." },
01700   /* 1660 */ { "Procedure \"%s\" is defined at line %s with dummy argument \"%s\".  This argument is a procedure." },
01701   /* 1661 */ { "\"%s\" is referenced at line %s and defined here. Argument \"%s\" is a dummy argument.  The actual argument is a procedure." },
01702   /* 1662 */ { "The slash form of data initialization on a type declaration statement is nonstandard." },
01703   /* 1663 */ { "The slash form of data initialization must not be used when the PARAMETER attribute is specified." },
01704   /* 1664 */ { "The argument must be integer and large enough to hold an address." },
01705   /* 1665 */ { "Module or procedure \"%s\" cannot be written out, because the compiler cannot open file \"%s\"." },
01706   /* 1666 */ { "Label variable \"%s\" must be scalar and of type Integer (kind=8)." },
01707   /* 1667 */ { "External function \"%s\" is referenced in a bounds specification expression.  It must not be recursive." },
01708   /* 1668 */ { "External function \"%s\" is referenced in a bounds specification expression.  It must not have procedure arguments." },
01709   /* 1669 */ { "\"%s\" is not supported on this platform." },
01710   /* 1670 */ { "Macro \"%s\" redefined without intervening undef directive." },
01711 
01712 };
01713 
01714 static unsigned int Msg_Table_Sz = sizeof(Msg_Table) / sizeof(catmsg_t);
01715 
01716 /****************************************************************************/
01717 
01718 #define CATDESCRIPTOR ((nl_catd)42)
01719 
01720 nl_catd 
01721 my_catopen(const char *name, int oflag)
01722 {
01723   return CATDESCRIPTOR;
01724 }
01725 
01726 int 
01727 my_catclose(nl_catd catd)
01728 {
01729   if (catd != CATDESCRIPTOR) { 
01730     return 1; /* error */
01731   }
01732   return 0;
01733 }
01734 
01735 char *
01736 my_catgets(nl_catd catd, 
01737            int set_num, /* NL_MSGSET (ignored) */
01738            int msg_num,
01739            const char *s)
01740 {
01741   catmsg_t entry;
01742 
01743   if (catd != CATDESCRIPTOR) { 
01744     return (char*)s; /* error */
01745   }
01746   if ( !(0 < msg_num && msg_num < Msg_Table_Sz) ) {
01747     return (char*)s; /* error */    
01748   }
01749   
01750   entry = Msg_Table[msg_num];
01751   if (!entry.msg) {
01752     return (char*)s; /* error */
01753   } else {
01754     return (char*)entry.msg;
01755   }
01756 }
01757 
01758 char* 
01759 my_catgetmsg(nl_catd catd, 
01760              int set_num,  /* NL_MSGSET (ignored) */
01761              int msg_num,
01762              char *buf,
01763              int buflen)
01764 {
01765   char* msg = NULL;
01766 
01767   buf[0] = '\0'; /* default return value signifies error */
01768   
01769   msg = my_catgets(catd, set_num, msg_num, NULL);
01770   if (msg) {
01771     unsigned int msgLn = MIN(buflen, strlen(msg) + 1);
01772     strncpy(buf, msg, msgLn);
01773     buf[msgLn-1] = '\0';
01774   }
01775   
01776   return buf;
01777 }
01778 
01779 char* 
01780 my_catmsgfmt(const char *cmdname,
01781              const char *groupcode,
01782              int msgnum,
01783              const char *severity,
01784              const char *msgtext,
01785              char *buf,
01786              int buflen,
01787              const char *position,
01788              const char *debug)
01789 {
01790   // use version in libcsup/msgnew/catmsgfmt.c
01791   return catmsgfmt(cmdname, groupcode, msgnum, severity, 
01792                    msgtext, buf, buflen, (char*)position, (char*)debug);
01793 }
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines