Technical data
Cray Standard C/C++ Reference Manual
standard input (stdin) and output to standard output (stdout). Specifying a
minus sign (-) for infile also indicates standard input.
See Section 2.3, page 6 for an explanation of the command line options.
2.3 Command Line Options
The following subsections describe options for the CC, cc, c89, and cpp
commands. These options are grouped according to function, as follows:
• Language options:
– The standard conformance options are described in the following sections:
S
ection Option
Section 2.4.1, page 8 -h [no]c99
Section 2.4.2, page 9 -h [no]conform and -h [no]stdc
Section 2.4.3, page 10 -h cfront
Section 2.4.4, page 10 -h [no]parse_templates
Section 2.4.5, page 10 -h [no]dep_name
Section 2.4.6, page 10 -h [no]exceptions
Section 2.4.7, page 11 -h [no]anachronisms
Section 2.4.8, page 11 -h new_for_init
Section 2.4.9, page 11 -h [no]tolerant
– The template options are described in the following sections:
S
ection Option
Section 2.5.1, page 12 -h [no]autoinstantiate
Section 2.5.2, page 12 -h one_instantiation_per_object
Section 2.5.3, page 12 -h instantiation_dir = dirname
Section 2.5.4, page 12 -h instantiate=mode
Section 2.5.5, page 13 -h [no]implicitinclude
Section 2.5.6, page 13 -h remove_instantiation_flags
Section 2.5.7, page 13 -h prelink_local_copy
Section 2.5.8, page 13 -h prelink_copy_if_nonlocal
– The virtual function options, -h forcevtbl and -h suppressvtbl,
are described in Section 2.6.1, page 13.
6 S–2179–36










