Whole document tree
    

Whole document tree

Using the GNU Compiler Collection: Index
[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

Index

Jump to:   !   #   $   %   &   '   +   -   .   /   0   <   =   >   ?   _  
A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Z  

Index Entry Section

!
`!' in constraint4.33.2 Multiple Alternative Constraints

#
`#' in constraint4.33.3 Constraint Modifier Characters
#pragma implementation, implied5.4 Declarations and Definitions in One Header
#pragma, reason for not using4.23 Declaring Attributes of Functions

$
$4.26 Dollar Signs in Identifier Names

%
`%' in constraint4.33.3 Constraint Modifier Characters

&
`&' in constraint4.33.3 Constraint Modifier Characters

'
'7.6 Incompatibilities of GCC

+
`+' in constraint4.33.3 Constraint Modifier Characters

-
-lgcc, use with -nodefaultlibs2.11 Options for Linking
-lgcc, use with -nostdlib2.11 Options for Linking
-nodefaultlibs and unresolved references2.11 Options for Linking
-nostdlib and unresolved references2.11 Options for Linking

.
.sdata/.sdata2 references (PowerPC)2.14.12 IBM RS/6000 and PowerPC Options

/
//4.25 C++ Style Comments

0
`0' in constraint4.33.1 Simple Constraints

<
`<' in constraint4.33.1 Simple Constraints
<?5.2 Minimum and Maximum Operators in C++

=
`=' in constraint4.33.3 Constraint Modifier Characters

>
`>' in constraint4.33.1 Simple Constraints
>?5.2 Minimum and Maximum Operators in C++

?
`?' in constraint4.33.2 Multiple Alternative Constraints
?: extensions4.8 Generalized Lvalues
?: extensions4.9 Conditionals with Omitted Operands
?: side effect4.9 Conditionals with Omitted Operands

_
`_' in variables in macros4.6 Naming an Expression's Type
__builtin_apply4.5 Constructing Function Calls
__builtin_apply_args4.5 Constructing Function Calls
__builtin_constant_p4.40 Other built-in functions provided by GNU CC
__builtin_frame_address4.39 Getting the Return or Frame Address of a Function
__builtin_return4.5 Constructing Function Calls
__builtin_return_address4.39 Getting the Return or Frame Address of a Function
__extension__4.36 Alternate Keywords
__main3.7 collect2

A
abort2.4 Options Controlling C Dialect
abs2.4 Options Controlling C Dialect
address constraints4.33.1 Simple Constraints
address of a label4.3 Labels as Values
address_operand4.33.1 Simple Constraints
alias attribute4.23 Declaring Attributes of Functions
aliasing of parameters2.15 Options for Code Generation Conventions
aligned attribute4.29 Specifying Attributes of Variables
aligned attribute4.30 Specifying Attributes of Types
alignment4.28 Inquiring on Alignment of Types or Variables
Alliant7.4 Interoperation
alloca2.4 Options Controlling C Dialect
alloca and SunOS3. Installing GNU CC
alloca vs variable-length arrays4.14 Arrays of Variable Length
alloca, for SunOS3.5 Installing GNU CC on the Sun
alloca, for Unos3.2 Configurations Supported by GNU CC
alternate keywords4.36 Alternate Keywords
AMD29K options2.14.5 AMD29K Options
analysis, data flow11.3 Other VMS Issues
ANSI support2.4 Options Controlling C Dialect
apostrophes7.6 Incompatibilities of GCC
ARC Options2.14.25 ARC Options
arguments in frame (88k)2.14.11 M88K Options
arithmetic simplifications11.3 Other VMS Issues
ARM options2.14.6 ARM Options
arrays of length zero4.13 Arrays of Length Zero
arrays of variable length4.14 Arrays of Variable Length
arrays, non-lvalue4.16 Non-Lvalue Arrays May Have Subscripts
asm constraints4.33 Constraints for asm Operands
asm expressions4.32 Assembler Instructions with C Expression Operands
assembler instructions4.32 Assembler Instructions with C Expression Operands
assembler names for identifiers4.34 Controlling Names Used in Assembler Code
assembler syntax, 88k2.14.11 M88K Options
assembly code, invalid8.1 Have You Found a Bug?
attribute of types4.30 Specifying Attributes of Types
attribute of variables4.29 Specifying Attributes of Variables
autoincrement/decrement addressing4.33.1 Simple Constraints
autoincrement/decrement analysis11.3 Other VMS Issues
automatic inline for C++ member fns4.31 An Inline Function is As Fast As a Macro

B
backtrace for bug reports8.3 How to Report Bugs
basic blocks11.3 Other VMS Issues
Bison parser generator3. Installing GNU CC
bit shift overflow (88k)2.14.11 M88K Options
bound pointer to member function5.6 Extracting the function pointer from a bound pointer to member function
bug criteria8.1 Have You Found a Bug?
bug report mailing lists8.2 Where to Report Bugs
bugs8. Reporting Bugs
bugs, known7. Known Causes of Trouble with GCC
builtin functions2.4 Options Controlling C Dialect
byte writes (29k)2.14.5 AMD29K Options

C
C compilation options2. GCC Command Options
C intermediate output, nonexistent1. Compile C, C++, Objective C, or Fortran
C language extensions4. Extensions to the C Language Family
C language, traditional2.4 Options Controlling C Dialect
c++2.3 Compiling C++ Programs
C++1. Compile C, C++, Objective C, or Fortran
C++ comments4.25 C++ Style Comments
C++ compilation options2. GCC Command Options
C++ interface and implementation headers5.4 Declarations and Definitions in One Header
C++ language extensions5. Extensions to the C++ Language
C++ member fns, automatically inline4.31 An Inline Function is As Fast As a Macro
C++ misunderstandings7.10 Common Misunderstandings with GNU C++
C++ named return value5.1 Named Return Values in C++
C++ options, command line2.5 Options Controlling C++ Dialect
C++ pragmas, effect on inlining5.4 Declarations and Definitions in One Header
C++ runtime library3. Installing GNU CC
C++ signatures5.7 Type Abstraction using Signatures
C++ source file suffixes2.3 Compiling C++ Programs
C++ static data, declaring and defining7.10.1 Declare and Define Static Members
C++ subtype polymorphism5.7 Type Abstraction using Signatures
C++ type abstraction5.7 Type Abstraction using Signatures
C_INCLUDE_PATH2.16 Environment Variables Affecting GCC
calling functions through the function vector on the H8/300 processors4.23 Declaring Attributes of Functions
case labels in initializers4.20 Labeled Elements in Initializers
case ranges4.21 Case Ranges
case sensitivity and VMS11.3 Other VMS Issues
cast to a union4.22 Cast to a Union Type
casts as lvalues4.8 Generalized Lvalues
catgets3. Installing GNU CC
code generation conventions2.15 Options for Code Generation Conventions
code motion11.3 Other VMS Issues
command options2. GCC Command Options
comments, C++ style4.25 C++ Style Comments
common subexpression elimination11.3 Other VMS Issues
comparison of signed and unsigned values, warning2.6 Options to Request or Suppress Warnings
compilation in a separate directory3.3 Compilation in a Separate Directory
compiler bugs, reporting8.3 How to Report Bugs
compiler compared to C++ preprocessor1. Compile C, C++, Objective C, or Fortran
compiler options, C++2.5 Options Controlling C++ Dialect
compiler version, specifying2.13 Specifying Target Machine and Compiler Version
COMPILER_PATH2.16 Environment Variables Affecting GCC
complex numbers4.11 Complex Numbers
compound expressions as lvalues4.8 Generalized Lvalues
computed gotos4.3 Labels as Values
conditional expressions as lvalues4.8 Generalized Lvalues
conditional expressions, extensions4.9 Conditionals with Omitted Operands
configurations supported by GNU CC3.2 Configurations Supported by GNU CC
conflicting types7.9 Disappointments and Misunderstandings
const applied to function4.23 Declaring Attributes of Functions
const function attribute4.23 Declaring Attributes of Functions
constant folding11.3 Other VMS Issues
constant propagation11.3 Other VMS Issues
constant propagation11.3 Other VMS Issues
constants in constraints4.33.1 Simple Constraints
constraint modifier characters4.33.3 Constraint Modifier Characters
constraint, matching4.33.1 Simple Constraints
constraints, asm4.33 Constraints for asm Operands
constraints, machine specific4.33.4 Constraints for Particular Machines
constructing calls4.5 Constructing Function Calls
constructor expressions4.19 Constructor Expressions
constructor function attribute4.23 Declaring Attributes of Functions
constructors vs goto5.3 goto and Destructors in GNU C++
constructors, automatic calls3.7 collect2
contributorsContributors to GCC
Convex options2.14.4 Convex Options
copy propagation11.3 Other VMS Issues
core dump8.1 Have You Found a Bug?
cos2.4 Options Controlling C Dialect
CPLUS_INCLUDE_PATH2.16 Environment Variables Affecting GCC
cross compiling2.13 Specifying Target Machine and Compiler Version
cross-compiler, installation3.4 Building and Installing a Cross-Compiler
cross-jumping11.3 Other VMS Issues

Jump to:   !   #   $   %   &   '   +   -   .   /   0   <   =   >   ?   _  
A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Z  


[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

This document was generated by root on January, 30 2002 using texi2html