| Index Entry | Section |
|
| . | | |
| .F filename suffix | 3.2 Options Controlling the Kind of Output |
| .f filename suffix | 3.2 Options Controlling the Kind of Output |
| .for filename suffix | 3.2 Options Controlling the Kind of Output |
| .FOR filename suffix | 3.2 Options Controlling the Kind of Output |
| .fpp filename suffix | 3.2 Options Controlling the Kind of Output |
| .FPP filename suffix | 3.2 Options Controlling the Kind of Output |
| `.r' filename suffix | 3.2 Options Controlling the Kind of Output |
|
| / | | |
| /* | 3.2 Options Controlling the Kind of Output |
| // | 5.28 C++ Style Comments |
| /WARNINGS=DECLARATIONS switch | 3.5 Options to Request or Suppress Warnings |
|
| 0 | | |
| `0' in constraint | 5.36.1 Simple Constraints |
|
| < | | |
| `<' in constraint | 5.36.1 Simple Constraints |
| <? | 6.1 Minimum and Maximum Operators in C++ |
|
| = | | |
| `=' in constraint | 5.36.3 Constraint Modifier Characters |
|
| > | | |
| `>' in constraint | 5.36.1 Simple Constraints |
| >? | 6.1 Minimum and Maximum Operators in C++ |
|
| ? | | |
| `?' in constraint | 5.36.2 Multiple Alternative Constraints |
| ?: extensions | 5.7 Generalized Lvalues |
| ?: extensions | 5.8 Conditionals with Omitted Operands |
| ?: side effect | 5.8 Conditionals with Omitted Operands |
|
| _ | | |
| `_' in variables in macros | 5.5 Constructing Function Calls |
| __builtin_apply | 5.5 Constructing Function Calls |
| __builtin_apply_args | 5.5 Constructing Function Calls |
| __builtin_choose_expr | 5.44 Other built-in functions provided by GCC |
| __builtin_constant_p | 5.44 Other built-in functions provided by GCC |
| __builtin_expect | 5.44 Other built-in functions provided by GCC |
| __builtin_frame_address | 5.42 Getting the Return or Frame Address of a Function |
| __builtin_isgreater | 5.44 Other built-in functions provided by GCC |
| __builtin_isgreaterequal | 5.44 Other built-in functions provided by GCC |
| __builtin_isless | 5.44 Other built-in functions provided by GCC |
| __builtin_islessequal | 5.44 Other built-in functions provided by GCC |
| __builtin_islessgreater | 5.44 Other built-in functions provided by GCC |
| __builtin_isunordered | 5.44 Other built-in functions provided by GCC |
| __builtin_prefetch | 5.44 Other built-in functions provided by GCC |
| __builtin_return | 5.5 Constructing Function Calls |
| __builtin_return_address | 5.42 Getting the Return or Frame Address of a Function |
| __builtin_types_compatible_p | 5.44 Other built-in functions provided by GCC |
| __complex__ keyword | 5.10 Complex Numbers |
| __extension__ | 5.39 Alternate Keywords |
| __func__ identifier | 5.41 Function Names as Strings |
| __FUNCTION__ identifier | 5.41 Function Names as Strings |
| __imag__ keyword | 5.10 Complex Numbers |
| __PRETTY_FUNCTION__ identifier | 5.41 Function Names as Strings |
| __real__ keyword | 5.10 Complex Numbers |
| __STDC_HOSTED__ | 2. Language Standards Supported by GCC |
| _Complex keyword | 5.10 Complex Numbers |
| _Exit | 5.44 Other built-in functions provided by GCC |
| _exit | 5.44 Other built-in functions provided by GCC |
|
| A | | |
| ABI | 8. Binary Compatibility |
| abort | 5.44 Other built-in functions provided by GCC |
| abs | 5.44 Other built-in functions provided by GCC |
| accessing volatiles | 6.2 When is a Volatile Object Accessed? |
| Ada | 1. Compile C, C++, Objective-C, Ada, Fortran, or Java |
| Ada | 1. Compile C, C++, Objective-C, Ada, Fortran, or Java |
| address constraints | 5.36.1 Simple Constraints |
| address of a label | 5.3 Labels as Values |
| address_operand | 5.36.1 Simple Constraints |
| alias attribute | 5.25 Declaring Attributes of Functions |
| aligned attribute | 5.32 Specifying Attributes of Variables |
| aligned attribute | 5.33 Specifying Attributes of Types |
| alignment | 5.31 Inquiring on Alignment of Types or Variables |
| all warnings | 3.5 Options to Request or Suppress Warnings |
| Alliant | 10.3 Interoperation |
| alloca | 5.44 Other built-in functions provided by GCC |
| alloca vs variable-length arrays | 5.13 Arrays of Variable Length |
| alternate keywords | 5.39 Alternate Keywords |
| always_inline function attribute | 5.25 Declaring Attributes of Functions |
| AMD1 | 2. Language Standards Supported by GCC |
| ANSI C | 2. Language Standards Supported by GCC |
| ANSI C standard | 2. Language Standards Supported by GCC |
| ANSI C89 | 2. Language Standards Supported by GCC |
| ANSI X3.159-1989 | 2. Language Standards Supported by GCC |
| apostrophes | 10.5 Incompatibilities of GCC |
| application binary interface | 8. Binary Compatibility |
| arguments, unused | 3.5 Options to Request or Suppress Warnings |
| ARM [Annotated C++ Reference Manual] | 6.11 Backwards Compatibility |
| array bounds checking | 3.10 Options for Code Generation Conventions |
| array performance | 3.10 Options for Code Generation Conventions |
| arrays of length zero | 5.12 Arrays of Length Zero |
| arrays of variable length | 5.13 Arrays of Variable Length |
| arrays, flattening | 3.10 Options for Code Generation Conventions |
| arrays, non-lvalue | 5.17 Non-Lvalue Arrays May Have Subscripts |
| asm constraints | 5.36 Constraints for asm Operands |
| asm expressions | 5.35 Assembler Instructions with C Expression Operands |
| assembler instructions | 5.35 Assembler Instructions with C Expression Operands |
| assembler names for identifiers | 5.37 Controlling Names Used in Assembler Code |
| assembly code, invalid | 11.1 Have You Found a Bug? |
| attribute of types | 5.33 Specifying Attributes of Types |
| attribute of variables | 5.32 Specifying Attributes of Variables |
| attribute syntax | 5.26 Attribute Syntax |
| autoincrement/decrement addressing | 5.36.1 Simple Constraints |
| automatic inline for C++ member fns | 5.34 An Inline Function is As Fast As a Macro |
|
| B | | |
| backslash | 3.4 Options Controlling Fortran Dialect |
| backtrace for bug reports | 11.3 How to Report Bugs |
| Backwards Compatibility | 6.11 Backwards Compatibility |
| badu77 intrinsics | 3.4 Options Controlling Fortran Dialect |
| bcmp | 5.44 Other built-in functions provided by GCC |
| binary compatibility | 8. Binary Compatibility |
| bound pointer to member function | 6.7 Extracting the function pointer from a bound pointer to member function |
| bounds checking | 3.10 Options for Code Generation Conventions |
| bug criteria | 11.1 Have You Found a Bug? |
| bug report mailing lists | 11.2 Where to Report Bugs |
| bugs | 11. Reporting Bugs |
| bugs, known | 10. Known Causes of Trouble with GCC |
| built-in functions | 5.44 Other built-in functions provided by GCC |
| bzero | 5.44 Other built-in functions provided by GCC |
|