-qinit

Category

Language element control

Purpose

Makes the initial association status of pointers disassociated.

Note that this option applies to Fortran 90 and above.

Syntax

Read syntax diagramSkip visual syntax diagram
>>- -q--init--=--f90ptr----------------------------------------><

@PROCESS:

@PROCESS INIT(F90PTR)

Defaults

Not applicable.

Usage

You can use this option to help locate and fix problems that are due to using a pointer before you define it.

Related information