| Index Entry | Section |
|
B | | |
| Backwards Compatibility | 6.13 Backwards Compatibility |
| base class members | 10.9.2 Name lookup, templates, and accessing members of base classes |
| 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 |
| bug criteria | 11.1 Have You Found a Bug? |
| bugs | 11. Reporting Bugs |
| bugs, known | 10. Known Causes of Trouble with GCC |
| built-in functions | 3.4 Options Controlling C Dialect |
| built-in functions | 5.44 Other built-in functions provided by GCC |
| bzero | 5.44 Other built-in functions provided by GCC |
|
C | | |
| C compilation options | 3. GCC Command Options |
| C intermediate output, nonexistent | 1. Programming Languages Supported by GCC |
| C language extensions | 5. Extensions to the C Language Family |
| C language, traditional | 3.4 Options Controlling C Dialect |
| C standard | 2. Language Standards Supported by GCC |
| C standards | 2. Language Standards Supported by GCC |
| c++ | 3.3 Compiling C++ Programs |
| C++ | 1. Programming Languages Supported by GCC |
| C++ comments | 5.28 C++ Style Comments |
| C++ compilation options | 3. GCC Command Options |
| C++ interface and implementation headers | 6.5 #pragma interface and implementation |
| C++ language extensions | 6. Extensions to the C++ Language |
| C++ member fns, automatically inline | 5.34 An Inline Function is As Fast As a Macro |
| C++ misunderstandings | 10.9 Common Misunderstandings with GNU C++ |
| C++ options, command line | 3.5 Options Controlling C++ Dialect |
| C++ pragmas, effect on inlining | 6.5 #pragma interface and implementation |
| C++ source file suffixes | 3.3 Compiling C++ Programs |
| C++ static data, declaring and defining | 10.9.1 Declare and Define Static Members |
| C89 | 2. Language Standards Supported by GCC |
| C90 | 2. Language Standards Supported by GCC |
| C94 | 2. Language Standards Supported by GCC |
| C95 | 2. Language Standards Supported by GCC |
| C99 | 2. Language Standards Supported by GCC |
| C9X | 2. Language Standards Supported by GCC |
| C_INCLUDE_PATH | 3.19 Environment Variables Affecting GCC |
| C_INCLUDE_PATH | 3.19 Environment Variables Affecting GCC |
| cabs | 5.44 Other built-in functions provided by GCC |
| cabsf | 5.44 Other built-in functions provided by GCC |
| cabsl | 5.44 Other built-in functions provided by GCC |
| cacos | 5.44 Other built-in functions provided by GCC |
| cacosf | 5.44 Other built-in functions provided by GCC |
| cacosh | 5.44 Other built-in functions provided by GCC |
| cacoshf | 5.44 Other built-in functions provided by GCC |
| cacoshl | 5.44 Other built-in functions provided by GCC |
| cacosl | 5.44 Other built-in functions provided by GCC |
| calling functions through the function vector on the H8/300 processors | 5.25 Declaring Attributes of Functions |
| calloc | 5.44 Other built-in functions provided by GCC |
| carg | 5.44 Other built-in functions provided by GCC |
| cargf | 5.44 Other built-in functions provided by GCC |
| cargl | 5.44 Other built-in functions provided by GCC |
| case labels in initializers | 5.21 Designated Initializers |
| case ranges | 5.22 Case Ranges |
| casin | 5.44 Other built-in functions provided by GCC |
| casinf | 5.44 Other built-in functions provided by GCC |
| casinh | 5.44 Other built-in functions provided by GCC |
| casinhf | 5.44 Other built-in functions provided by GCC |
| casinhl | 5.44 Other built-in functions provided by GCC |
| casinl | 5.44 Other built-in functions provided by GCC |
| cast to a union | 5.23 Cast to a Union Type |
| casts as lvalues | 5.7 Generalized Lvalues |
| catan | 5.44 Other built-in functions provided by GCC |
| catanf | 5.44 Other built-in functions provided by GCC |
| catanh | 5.44 Other built-in functions provided by GCC |
| catanhf | 5.44 Other built-in functions provided by GCC |
| catanhl | 5.44 Other built-in functions provided by GCC |
| catanl | 5.44 Other built-in functions provided by GCC |
| cbrt | 5.44 Other built-in functions provided by GCC |
| cbrtf | 5.44 Other built-in functions provided by GCC |
| cbrtl | 5.44 Other built-in functions provided by GCC |
| ccos | 5.44 Other built-in functions provided by GCC |
| ccosf | 5.44 Other built-in functions provided by GCC |
| ccosh | 5.44 Other built-in functions provided by GCC |
| ccoshf | 5.44 Other built-in functions provided by GCC |
| ccoshl | 5.44 Other built-in functions provided by GCC |
| ccosl | 5.44 Other built-in functions provided by GCC |
| ceil | 5.44 Other built-in functions provided by GCC |
| ceilf | 5.44 Other built-in functions provided by GCC |
| ceill | 5.44 Other built-in functions provided by GCC |
| cexp | 5.44 Other built-in functions provided by GCC |
| cexpf | 5.44 Other built-in functions provided by GCC |
| cexpl | 5.44 Other built-in functions provided by GCC |
| cimag | 5.44 Other built-in functions provided by GCC |
| cimagf | 5.44 Other built-in functions provided by GCC |
| cimagl | 5.44 Other built-in functions provided by GCC |
| cleanup attribute | 5.32 Specifying Attributes of Variables |
| COBOL | 1. Programming Languages Supported by GCC |
| code generation conventions | 3.18 Options for Code Generation Conventions |
| code, mixed with declarations | 5.24 Mixed Declarations and Code |
| command options | 3. GCC Command Options |
| comments, C++ style | 5.28 C++ Style Comments |
| common attribute | 5.32 Specifying Attributes of Variables |
| comparison of signed and unsigned values, warning | 3.8 Options to Request or Suppress Warnings |
| compiler bugs, reporting | 11.2 How and where to Report Bugs |
| compiler compared to C++ preprocessor | 1. Programming Languages Supported by GCC |
| compiler options, C++ | 3.5 Options Controlling C++ Dialect |
| compiler options, Objective-C | 3.6 Options Controlling Objective-C Dialect |
| compiler version, specifying | 3.16 Specifying Target Machine and Compiler Version |
| COMPILER_PATH | 3.19 Environment Variables Affecting GCC |
| complex conjugation | 5.10 Complex Numbers |
| complex numbers | 5.10 Complex Numbers |
| compound expressions as lvalues | 5.7 Generalized Lvalues |
| compound literals | 5.20 Compound Literals |
| computed gotos | 5.3 Labels as Values |
| conditional expressions as lvalues | 5.7 Generalized Lvalues |
| conditional expressions, extensions | 5.8 Conditionals with Omitted Operands |
| conflicting types | 10.8 Disappointments and Misunderstandings |
| conj | 5.44 Other built-in functions provided by GCC |
| conjf | 5.44 Other built-in functions provided by GCC |
| conjl | 5.44 Other built-in functions provided by GCC |
| const applied to function | 5.25 Declaring Attributes of Functions |
| const function attribute | 5.25 Declaring Attributes of Functions |
| constants in constraints | 5.36.1 Simple Constraints |
| constraint modifier characters | 5.36.3 Constraint Modifier Characters |
| constraint, matching | 5.36.1 Simple Constraints |
| constraints, asm | 5.36 Constraints for asm Operands |
| constraints, machine specific | 5.36.4 Constraints for Particular Machines |
| constructing calls | 5.5 Constructing Function Calls |
| constructor expressions | 5.20 Compound Literals |
| constructor function attribute | 5.25 Declaring Attributes of Functions |
| contributors | Contributors to GCC |
| copysign | 5.44 Other built-in functions provided by GCC |
| copysignf | 5.44 Other built-in functions provided by GCC |
| copysignl | 5.44 Other built-in functions provided by GCC |
| core dump | 11.1 Have You Found a Bug? |
| cos | 5.44 Other built-in functions provided by GCC |
| cosf | 5.44 Other built-in functions provided by GCC |
| cosh | 5.44 Other built-in functions provided by GCC |
| coshf | 5.44 Other built-in functions provided by GCC |
| coshl | 5.44 Other built-in functions provided by GCC |
| cosl | 5.44 Other built-in functions provided by GCC |
| CPATH | 3.19 Environment Variables Affecting GCC |
| CPATH | 3.19 Environment Variables Affecting GCC |
| CPLUS_INCLUDE_PATH | 3.19 Environment Variables Affecting GCC |
| CPLUS_INCLUDE_PATH | 3.19 Environment Variables Affecting GCC |
| cpow | 5.44 Other built-in functions provided by GCC |
| cpowf | 5.44 Other built-in functions provided by GCC |
| cpowl | 5.44 Other built-in functions provided by GCC |
| cproj | 5.44 Other built-in functions provided by GCC |
| cprojf | 5.44 Other built-in functions provided by GCC |
| cprojl | 5.44 Other built-in functions provided by GCC |
| creal | 5.44 Other built-in functions provided by GCC |
| crealf | 5.44 Other built-in functions provided by GCC |
| creall | 5.44 Other built-in functions provided by GCC |
| CRIS Options | 3.17.28 CRIS Options |
| cross compiling | 3.16 Specifying Target Machine and Compiler Version |
| csin | 5.44 Other built-in functions provided by GCC |
| csinf | 5.44 Other built-in functions provided by GCC |
| csinh | 5.44 Other built-in functions provided by GCC |
| csinhf | 5.44 Other built-in functions provided by GCC |
| csinhl | 5.44 Other built-in functions provided by GCC |
| csinl | 5.44 Other built-in functions provided by GCC |
| csqrt | 5.44 Other built-in functions provided by GCC |
| csqrtf | 5.44 Other built-in functions provided by GCC |
| csqrtl | 5.44 Other built-in functions provided by GCC |
| ctan | 5.44 Other built-in functions provided by GCC |
| ctanf | 5.44 Other built-in functions provided by GCC |
| ctanh | 5.44 Other built-in functions provided by GCC |
| ctanhf | 5.44 Other built-in functions provided by GCC |
| ctanhl | 5.44 Other built-in functions provided by GCC |
| ctanl | 5.44 Other built-in functions provided by GCC |
|