- KAP intrinsic function could not be inserted because of
a name conflict. An attempt was made to change an intrinsic
function call in this statement to a KAP "intrinsic," but the
attempt failed because the name of the intrinsic had already
been used in a conflicting way. You can rename the variable that
causes the conflict, if possible.
- Optimization inhibited: the COMMON block name "#1"
cannot be renamed. Page 18-2 lines 45-54 of the X3J3 ANSI
Fortran 77 specification states that a COMMON block name may
not conflict with an intrinsic function name in the same program
unit. This program unit has a COMMON block with the same name as
an intrinsic function inserted by KAP. KAP attempts to correct a
program unit by renaming any local variables with the same name
as inserted intrinsics. This is not possible with a global name
such as a COMMON block. The resulting, transformed program may
not compile or link correctly.
- Optimization inhibited: the external function name "#1"
cannot be renamed. This statement was recognized as having
an external function name in conflict with an intrinsic name
inserted by KAP. The translator is unable to rename the external
function.
- Optimization inhibited: the function entry name "#1"
cannot be renamed. This statement was recognized as having a
function entry name in conflict with an intrinsic name inserted
by KAP. The translator is unable to rename the function entry.
- Optimization inhibited: the function name "#1" cannot
be renamed.
This statement was recognized as having a function name in conflict
with an intrinsic name inserted by KAP. The translator is unable to
rename the function.
- Optimization inhibited: the main program name "#1"
cannot be renamed. This statement was recognized as having a
main program name in conflict with an intrinsic name inserted by
KAP. The translator is unable to rename the main program.
- Optimization inhibited: the subroutine entry name "#1"
cannot be renamed. This statement was recognized as having a
subroutine entry name in conflict with an intrinsic name inserted
by KAP. The translator is unable to rename the subroutine entry.
- Optimization inhibited: the subroutine name "#1"
cannot be renamed. This statement was recognized as having
a subroutine name in conflict with an intrinsic name inserted by
KAP. The translator is unable to rename the subroutine.
- Optimization inhibited: the variable "#1" cannot be
renamed. This statement was recognized as having at least
one variable in conflict with intrinsic names inserted by KAP.
The translator tried to rename the conflicting variable name,
but the attempt failed because KAP ran out of possible renaming
alternatives.
- Optimization inhibited: the variable "#1" cannot be
renamed. This statement was recognized as having at least
one variable that is in conflict with the named COMMON block used
by KAP. The translator tried to rename the conflicting variable
name, but the attempt failed because KAP ran out of possible
renaming alternatives.
- This unit cannot be optimized due to an indeterminable
flow graph. KAP optimization was disabled for this program
unit because the flow graph is indeterminable at the end of the
scanner.
Previous Page | Next Page | Contents | Index |
Command-Line Qualifiers