GCCstyle
GCCstyle is the coding convention associated with the GNU Compiler Collection (GCC) project. It describes the formatting, naming, documentation, and organizational rules used to keep the GCC codebase coherent as it spans several languages and a large, distributed development community. GCCstyle is not a standalone published standard; it is best understood as the subset of the broader GNU coding standards that GCC developers follow and enforce through the contribution process.
Scope and content: The style covers source file structure, header comments, license notices, and the placement
Enforcement and evolution: Compliance is reinforced by code reviews and automated checks in GCC's build and
Relation to GNU standards: GCCstyle reflects the GNU coding standards and the broader philosophy of free software