Open System Services Shell and Utilities Reference Manual (G06.27+, H06.04+)

c89(1) OSS Shell and Utilities Reference Manual
C++ compilations.
-Winline_limit=n
Species the maximum number of lines that the compiler can inline, where n is an
integer in the range 0 through 2147483647. Specifying the value 0 (zero) means there
is no limit.
The -Winline_limit ag is valid only for TNS/R-targeted C++ compilations.
-Winline_string_literals
Allows the compiler to generate an inline function when a function takes the address of
a string literal. Specifying this ag does not guarantee that a function can be inlined.
If a function is inlined by this specication, its program will not conform to section
7.1.2 of the 1998 ISO C++ standard.
The -Winline_string_literals
ag is valid only for TNS/R-targeted C++ compilations.
-W[no]innerlist
Enables [disables] the generation of instruction code mnemonics in the listing text
immediately following each corresponding statement. This ag is ignored unless
-Wnosuppress is specied. The default setting is -Wnoinnerlist.
-W[no]inspect
Designates [does not designate] the symbolic debugger as the default debugger for the
output object le. Use this ag with the -g ag. The default setting is -Wnoinspect.
This ag is set only if an executable object le is produced.
-Wkr Directs the C compiler to process C source les according to the traditional Kernighan
and Ritchie C or Common C rules, instead of according to ISO/ANSI Standard C.
-Wld="args"
Passes the arguments specied in args to the ld utility after any other arguments are
passed. This ag is valid only for TNS/R-targeted compilations.
Use this ag to pass arguments to ld when creating a PIC le. c89 does not check the
validity of ld arguments.
You can only use this ag when you use one of the following ags:
-Wcall_shared or -Wshared
This ag is ignored when the command does not initiate linking.
-Wld_obey="file"
Directs the ld utility to read additional command-line arguments from the command
le specied in the le argument. The arguments are processed as if they had been
passed directly to ld in place of le. c89 does not verify the existence or readability of
le.
This ag is valid only for TNS/R-targeted compilations. This ag does not invoke ld.
If the ld utility is not invoked, this ag is ignored. Use this ag to pass arguments to ld
when creating a PIC TNS/R native program or dynamic-link library (DLL).
You can only use this ag if you use one of the following ags:
-Wcall_shared or -Wshared
This ag is ignored when the command does not initiate linking.
210 Hewlett-Packard Company 527188-004