HP aC++ Release Notes Version A.03.95 (5900-1789; September 2011)

HP aC++ Release Notes
New Features in Version A.03.85
Chapter 18
New Features in Version A.03.85
HP aC++ version A.03.85 provides the following new feature:
“-dumpversion command line option” on page 8
HP aC++ version A.03.85 also provides the following options that are used in conjunction with the
+hpxstd98 option:
“+w64bit command line option” on page 8
“+wendian command line option” on page 8
“+wlint command line option” on page 8
“+wperfadvice command line option” on page 8
“#include_next” on page 9
-dumpversion command line option
The -dumpversion option displays the simple version number of the compiler, such as A.03.85.
Compare with the -V option, which displays more verbose version information.
+w64bit command line option
This option allows the user to identify areas in their source that might have porting issues while migrating
from 32-bit to 64-bit data model.
+wendian command line option
This option allows the user to identify areas in their source that might have porting issues while migrating
from little-endian to big-endian format.
+wlint command line option
This option provides lint like functionality by enabling additional diagnostics. These compile time
diagnostics can be very useful in detecting potential problems in the source code. To disable a specific
warning introduced by +wlint, a +Wargs option can be used after the +wlint option.
+wperfadvice command line option
This option enables performance advisory messages.