Go to main content
What's New in the Oracle® Developer Studio 12.6 Release

Exit Print View

Updated: July 2017
 
 

About the C Compiler

This section provides a summary list of the new features and changed functionality introduced in the Oracle Developer Studio 12.6 C 5.14 Compiler release.

The C compiler (cc) is the interface to the C compilation system. The compilation process incorporates a preprocessor, compiler, code generator, optimizer, assembler, and link editor. The C compiler processes the supplied options and then executes the various components with the proper arguments. For more information, see the cc(1) man page.