4.3.1 /assume, /a, (/assume=cel), /noassume, /na

The /assume qualifier tells KAP to make certain global assumptions about the program being processed. The /assume qualifier settings and the corresponding KAP assertions are as follows:

By default, KAP assumes that a program conforms to the Fortran 77 standard, that is, /assume=el . The default includes /assume=c to simplify some analysis and inlining.

To disable all the above assumptions, enter /noassume on the command line.


Previous Page | Next Page | Contents | Index |
Command-Line Qualifiers