6.2.1 Keyword Differences
The new keywords are part of the base GCC implementation and the discussions in the referenced sections are based on the standard GCC documentation, tailored for the specific syntax and semantics of the 32-bit compiler port of GCC.
- Specifying Attributes of Variables – 9.11 Variable Attributes
- Specifying Attributes of Functions – 16.2 Function Attributes and Specifiers
- Inline Functions – 16.9 Inline Functions
- Variables in Specified Registers – 9.11 Variable Attributes
- Complex Numbers – 9.7 Complex Data Types
- Double-Word Integers – 9.3 Integer Data Types
- Referring to a Type with
typeof
– 9.9 Standard Type Qualifiers