-qrestrict

In IBM® XL C/C++ for AIX® 16.1.0 or earlier releases, you could use the -qrestrict option to imply that pointer type parameters in all functions had the restrict keyword.

In IBM Open XL C/C++ for AIX 17.1.4, use -frestrict-args to achieve the same effect.

Related information