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

The -assume switch tells KAP to make certain global assumptions about the program being processed. Most of these can also be controlled by various assertions (see Chapter 6). The -assume switch 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 Switches