- Dynamic array is referenced in the statement. There
   is a reference to a dynamic array that may prevent translation.
   
 - Optimization from pass: "#1" is inhibited because of
   data structure overflow. The given pass did not optimize the
   entire program unit because the amount of storage required to do
   so would exceed the capacity of internal data structures.
- Note
 - It is possible for a given
routine to be partially optimized by the pass that issues this
message.
 
    - Possible use of variable "#1" before its
   definition. Live variable analysis was performed and
   a possible use of the specified variable was found before
   any definition. The optimizer may be acting (necessarily)
   conservatively and the variable may not actually be used before
   any definition.
   
 
Previous Page | Next Page | Contents | Index | 
Command-Line Qualifiers