Digital UNIX
PrevChapter 7. Development EnvironmentNext

Compiler

The Digital UNIX Version 4.0 C compiler was designed to support 64-bit data types and is NIST-validated for compliance with the ANSI Standard for C. The C front end supports both 64-bit addressing and the interfaces to the System V shared libraries.

The GEM-based DEC C compiler, accessed optionally in previous releases through the -migrate switch, is now the default compiler; access to the older MIPS-based compiler is still available through the -oldc switch on the cc and c89 command lines.

DEC C uses Digital's backend compiler technology (GEM), which has been specifically developed and optimized for use with Alpha systems. Both compilers have full binary compatibility with each other.

In addition, the compiler:

For more information on the Digital UNIX C compiler, see the cc(1) reference page.


PrevHomeNext
Development EnvironmentUpDebuggers