C/C++ Programmer's Guide (G06.25+)

Compiler Pragmas
HP C/C++ Programmer’s Guide for NonStop Systems429301-008
13-51
INNERLIST
Usage Guidelines
INLINE_STRING_LITERALS can be entered on the compiler RUN command line
(NMCPLUS) or be specified with the -Winline_string_literals flag of the
c89 utility.
If a function is inlined by this specification, its program will not conform to section
7.1.2 of the 1998 ISO C++ standard.
This pragma is only valid for TNS/R-target compilations.
INNERLIST
The INNERLIST pragma controls whether the compiler listing includes the instruction-
code mnemonics generated for each statement immediately following the source text
of the statement. The INNERLIST pragma directs the compiler to list these
mnemonics, and NOINNERLIST directs it not to list them.
The pragma default settings are:
Usage Guideline
The INNERLIST pragma can be entered on the compiler RUN command line or in the
source text. They can also be specified with the -W[no]innerlist flag of the c89
utility.
[NO]INNERLIST
SYSTYPE GUARDIAN SYSTYPE OSS
TNS C compiler NOINNERLIST NOINNERLIST
G-series TNS c89 utility NOINNERLIST NOINNERLIST
TNS/R native C and C++ compilers NOINNERLIST NOINNERLIST
Native c89 utility NOINNERLIST NOINNERLIST
TNS/E native C and C++ compilers NOINNERLIST NOINNERLIST