1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699
|
'xrdef {Copying-title}{GNU GENERAL PUBLIC LICENSE}
'xrdef {Copying-pg}{1}
'xrdef {Copying-snt}{}
'xrdef {Contributors-title}{Contributors to GNU CC}
'xrdef {Contributors-pg}{9}
'xrdef {Contributors-snt}{}
'xrdef {Funding-title}{Funding Free Software}
'xrdef {Funding-pg}{11}
'xrdef {Funding-snt}{Chapter'tie1}
'xrdef {Look and Feel-title}{Protect Your Freedom---Fight ``Look And Feel''}
'xrdef {Look and Feel-pg}{13}
'xrdef {Look and Feel-snt}{Chapter'tie2}
'xrdef {G++ and GCC-title}{Compile C, C++, or Objective C}
'xrdef {G++ and GCC-pg}{17}
'xrdef {G++ and GCC-snt}{Chapter'tie3}
'xrdef {Invoking GCC-title}{GNU CC Command Options}
'xrdef {Invoking GCC-pg}{19}
'xrdef {Invoking GCC-snt}{Chapter'tie4}
'xrdef {Option Summary-title}{Option Summary}
'xrdef {Option Summary-pg}{19}
'xrdef {Option Summary-snt}{Section'tie4.1}
'xrdef {Overall Options-title}{Options Controlling the Kind of Output}
'xrdef {Overall Options-pg}{24}
'xrdef {Overall Options-snt}{Section'tie4.2}
'xrdef {Invoking G++-title}{Compiling C++ Programs}
'xrdef {Invoking G++-pg}{26}
'xrdef {Invoking G++-snt}{Section'tie4.3}
'xrdef {C Dialect Options-title}{Options Controlling C Dialect}
'xrdef {C Dialect Options-pg}{27}
'xrdef {C Dialect Options-snt}{Section'tie4.4}
'xrdef {C++ Dialect Options-title}{Options Controlling C++ Dialect}
'xrdef {C++ Dialect Options-pg}{31}
'xrdef {C++ Dialect Options-snt}{Section'tie4.5}
'xrdef {Warning Options-title}{Options to Request or Suppress Warnings}
'xrdef {Warning Options-pg}{35}
'xrdef {Warning Options-snt}{Section'tie4.6}
'xrdef {Debugging Options-title}{Options for Debugging Your Program or GNU CC}
'xrdef {Debugging Options-pg}{42}
'xrdef {Debugging Options-snt}{Section'tie4.7}
'xrdef {Optimize Options-title}{Options That Control Optimization}
'xrdef {Optimize Options-pg}{45}
'xrdef {Optimize Options-snt}{Section'tie4.8}
'xrdef {Preprocessor Options-title}{Options Controlling the Preprocessor}
'xrdef {Preprocessor Options-pg}{50}
'xrdef {Preprocessor Options-snt}{Section'tie4.9}
'xrdef {Assembler Options-title}{Passing Options to the Assembler}
'xrdef {Assembler Options-pg}{52}
'xrdef {Assembler Options-snt}{Section'tie4.10}
'xrdef {Link Options-title}{Options for Linking}
'xrdef {Link Options-pg}{53}
'xrdef {Link Options-snt}{Section'tie4.11}
'xrdef {Directory Options-title}{Options for Directory Search}
'xrdef {Directory Options-pg}{55}
'xrdef {Directory Options-snt}{Section'tie4.12}
'xrdef {Target Options-title}{Specifying Target Machine and Compiler Version}
'xrdef {Target Options-pg}{56}
'xrdef {Target Options-snt}{Section'tie4.13}
'xrdef {Submodel Options-title}{Hardware Models and Configurations}
'xrdef {Submodel Options-pg}{57}
'xrdef {Submodel Options-snt}{Section'tie4.14}
'xrdef {M680x0 Options-title}{M680x0 Options}
'xrdef {M680x0 Options-pg}{58}
'xrdef {M680x0 Options-snt}{Section'tie4.14.1}
'xrdef {VAX Options-title}{VAX Options}
'xrdef {VAX Options-pg}{59}
'xrdef {VAX Options-snt}{Section'tie4.14.2}
'xrdef {SPARC Options-title}{SPARC Options}
'xrdef {SPARC Options-pg}{60}
'xrdef {SPARC Options-snt}{Section'tie4.14.3}
'xrdef {Convex Options-title}{Convex Options}
'xrdef {Convex Options-pg}{62}
'xrdef {Convex Options-snt}{Section'tie4.14.4}
'xrdef {AMD29K Options-title}{AMD29K Options}
'xrdef {AMD29K Options-pg}{63}
'xrdef {AMD29K Options-snt}{Section'tie4.14.5}
'xrdef {ARM Options-title}{ARM Options}
'xrdef {ARM Options-pg}{65}
'xrdef {ARM Options-snt}{Section'tie4.14.6}
'xrdef {M88K Options-title}{M88K Options}
'xrdef {M88K Options-pg}{65}
'xrdef {M88K Options-snt}{Section'tie4.14.7}
'xrdef {RS/6000 and PowerPC Options-title}{IBM RS/6000 and PowerPC Options}
'xrdef {RS/6000 and PowerPC Options-pg}{69}
'xrdef {RS/6000 and PowerPC Options-snt}{Section'tie4.14.8}
'xrdef {RT Options-title}{IBM RT Options}
'xrdef {RT Options-pg}{73}
'xrdef {RT Options-snt}{Section'tie4.14.9}
'xrdef {MIPS Options-title}{MIPS Options}
'xrdef {MIPS Options-pg}{74}
'xrdef {MIPS Options-snt}{Section'tie4.14.10}
'xrdef {i386 Options-title}{Intel 386 Options}
'xrdef {i386 Options-pg}{77}
'xrdef {i386 Options-snt}{Section'tie4.14.11}
'xrdef {HPPA Options-title}{HPPA Options}
'xrdef {HPPA Options-pg}{80}
'xrdef {HPPA Options-snt}{Section'tie4.14.12}
'xrdef {Intel 960 Options-title}{Intel 960 Options}
'xrdef {Intel 960 Options-pg}{81}
'xrdef {Intel 960 Options-snt}{Section'tie4.14.13}
'xrdef {DEC Alpha Options-title}{DEC Alpha Options}
'xrdef {DEC Alpha Options-pg}{82}
'xrdef {DEC Alpha Options-snt}{Section'tie4.14.14}
'xrdef {Clipper Options-title}{Clipper Options}
'xrdef {Clipper Options-pg}{83}
'xrdef {Clipper Options-snt}{Section'tie4.14.15}
'xrdef {H8/300 Options-title}{H8/300 Options}
'xrdef {H8/300 Options-pg}{83}
'xrdef {H8/300 Options-snt}{Section'tie4.14.16}
'xrdef {System V Options-title}{Options for System V}
'xrdef {System V Options-pg}{84}
'xrdef {System V Options-snt}{Section'tie4.14.17}
'xrdef {Code Gen Options-title}{Options for Code Generation Conventions}
'xrdef {Code Gen Options-pg}{84}
'xrdef {Code Gen Options-snt}{Section'tie4.15}
'xrdef {Environment Variables-title}{Environment Variables Affecting GNU CC}
'xrdef {Environment Variables-pg}{87}
'xrdef {Environment Variables-snt}{Section'tie4.16}
'xrdef {Running Protoize-title}{Running Protoize}
'xrdef {Running Protoize-pg}{89}
'xrdef {Running Protoize-snt}{Section'tie4.17}
'xrdef {Installation-title}{Installing GNU CC}
'xrdef {Installation-pg}{93}
'xrdef {Installation-snt}{Chapter'tie5}
'xrdef {Configurations-title}{Configurations Supported by GNU CC}
'xrdef {Configurations-pg}{99}
'xrdef {Configurations-snt}{Section'tie5.1}
'xrdef {Other Dir-title}{Compilation in a Separate Directory}
'xrdef {Other Dir-pg}{114}
'xrdef {Other Dir-snt}{Section'tie5.2}
'xrdef {Cross-Compiler-title}{Building and Installing a Cross-Compiler}
'xrdef {Cross-Compiler-pg}{114}
'xrdef {Cross-Compiler-snt}{Section'tie5.3}
'xrdef {Steps of Cross-title}{Steps of Cross-Compilation}
'xrdef {Steps of Cross-pg}{115}
'xrdef {Steps of Cross-snt}{Section'tie5.3.1}
'xrdef {Configure Cross-title}{Configuring a Cross-Compiler}
'xrdef {Configure Cross-pg}{115}
'xrdef {Configure Cross-snt}{Section'tie5.3.2}
'xrdef {Tools and Libraries-title}{Tools and Libraries for a Cross-Compiler}
'xrdef {Tools and Libraries-pg}{116}
'xrdef {Tools and Libraries-snt}{Section'tie5.3.3}
'xrdef {Cross Runtime-title}{\file {libgcc.a} and Cross-Compilers}
'xrdef {Cross Runtime-pg}{117}
'xrdef {Cross Runtime-snt}{Section'tie5.3.4}
'xrdef {Cross Headers-title}{Cross-Compilers and Header Files}
'xrdef {Cross Headers-pg}{119}
'xrdef {Cross Headers-snt}{Section'tie5.3.5}
'xrdef {Build Cross-title}{Actually Building the Cross-Compiler}
'xrdef {Build Cross-pg}{120}
'xrdef {Build Cross-snt}{Section'tie5.3.6}
'xrdef {Sun Install-title}{Installing GNU CC on the Sun}
'xrdef {Sun Install-pg}{120}
'xrdef {Sun Install-snt}{Section'tie5.4}
'xrdef {VMS Install-title}{Installing GNU CC on VMS}
'xrdef {VMS Install-pg}{121}
'xrdef {VMS Install-snt}{Section'tie5.5}
'xrdef {Collect2-title}{\code {collect2}}
'xrdef {Collect2-pg}{125}
'xrdef {Collect2-snt}{Section'tie5.6}
'xrdef {Header Dirs-title}{Standard Header File Directories}
'xrdef {Header Dirs-pg}{126}
'xrdef {Header Dirs-snt}{Section'tie5.7}
'xrdef {C Extensions-title}{Extensions to the C Language Family}
'xrdef {C Extensions-pg}{127}
'xrdef {C Extensions-snt}{Chapter'tie6}
'xrdef {Statement Exprs-title}{Statements and Declarations in Expressions}
'xrdef {Statement Exprs-pg}{127}
'xrdef {Statement Exprs-snt}{Section'tie6.1}
'xrdef {Local Labels-title}{Locally Declared Labels}
'xrdef {Local Labels-pg}{128}
'xrdef {Local Labels-snt}{Section'tie6.2}
'xrdef {Labels as Values-title}{Labels as Values}
'xrdef {Labels as Values-pg}{129}
'xrdef {Labels as Values-snt}{Section'tie6.3}
'xrdef {Nested Functions-title}{Nested Functions}
'xrdef {Nested Functions-pg}{130}
'xrdef {Nested Functions-snt}{Section'tie6.4}
'xrdef {Constructing Calls-title}{Constructing Function Calls}
'xrdef {Constructing Calls-pg}{133}
'xrdef {Constructing Calls-snt}{Section'tie6.5}
'xrdef {Naming Types-title}{Naming an Expression's Type}
'xrdef {Naming Types-pg}{134}
'xrdef {Naming Types-snt}{Section'tie6.6}
'xrdef {Typeof-title}{Referring to a Type with \code {typeof}}
'xrdef {Typeof-pg}{135}
'xrdef {Typeof-snt}{Section'tie6.7}
'xrdef {Lvalues-title}{Generalized Lvalues}
'xrdef {Lvalues-pg}{136}
'xrdef {Lvalues-snt}{Section'tie6.8}
'xrdef {Conditionals-title}{Conditionals with Omitted Operands}
'xrdef {Conditionals-pg}{137}
'xrdef {Conditionals-snt}{Section'tie6.9}
'xrdef {Long Long-title}{Double-Word Integers}
'xrdef {Long Long-pg}{138}
'xrdef {Long Long-snt}{Section'tie6.10}
'xrdef {Complex-title}{Complex Numbers}
'xrdef {Complex-pg}{138}
'xrdef {Complex-snt}{Section'tie6.11}
'xrdef {Zero Length-title}{Arrays of Length Zero}
'xrdef {Zero Length-pg}{139}
'xrdef {Zero Length-snt}{Section'tie6.12}
'xrdef {Variable Length-title}{Arrays of Variable Length}
'xrdef {Variable Length-pg}{140}
'xrdef {Variable Length-snt}{Section'tie6.13}
'xrdef {Macro Varargs-title}{Macros with Variable Numbers of Arguments}
'xrdef {Macro Varargs-pg}{141}
'xrdef {Macro Varargs-snt}{Section'tie6.14}
'xrdef {Subscripting-title}{Non-Lvalue Arrays May Have Subscripts}
'xrdef {Subscripting-pg}{142}
'xrdef {Subscripting-snt}{Section'tie6.15}
'xrdef {Pointer Arith-title}{Arithmetic on \code {void}- and Function-Pointers}
'xrdef {Pointer Arith-pg}{143}
'xrdef {Pointer Arith-snt}{Section'tie6.16}
'xrdef {Initializers-title}{Non-Constant Initializers}
'xrdef {Initializers-pg}{143}
'xrdef {Initializers-snt}{Section'tie6.17}
'xrdef {Constructors-title}{Constructor Expressions}
'xrdef {Constructors-pg}{143}
'xrdef {Constructors-snt}{Section'tie6.18}
'xrdef {Labeled Elements-title}{Labeled Elements in Initializers}
'xrdef {Labeled Elements-pg}{144}
'xrdef {Labeled Elements-snt}{Section'tie6.19}
'xrdef {Case Ranges-title}{Case Ranges}
'xrdef {Case Ranges-pg}{146}
'xrdef {Case Ranges-snt}{Section'tie6.20}
'xrdef {Cast to Union-title}{Cast to a Union Type}
'xrdef {Cast to Union-pg}{147}
'xrdef {Cast to Union-snt}{Section'tie6.21}
'xrdef {Function Attributes-title}{Declaring Attributes of Functions}
'xrdef {Function Attributes-pg}{148}
'xrdef {Function Attributes-snt}{Section'tie6.22}
'xrdef {Function Prototypes-title}{Prototypes and Old-Style Function Definitions}
'xrdef {Function Prototypes-pg}{151}
'xrdef {Function Prototypes-snt}{Section'tie6.23}
'xrdef {C++ Comments-title}{C++ Style Comments}
'xrdef {C++ Comments-pg}{152}
'xrdef {C++ Comments-snt}{Section'tie6.24}
'xrdef {Dollar Signs-title}{Dollar Signs in Identifier Names}
'xrdef {Dollar Signs-pg}{153}
'xrdef {Dollar Signs-snt}{Section'tie6.25}
'xrdef {Character Escapes-title}{The Character \key {ESC} in Constants}
'xrdef {Character Escapes-pg}{153}
'xrdef {Character Escapes-snt}{Section'tie6.26}
'xrdef {Alignment-title}{Inquiring on Alignment of Types or Variables}
'xrdef {Alignment-pg}{153}
'xrdef {Alignment-snt}{Section'tie6.27}
'xrdef {Variable Attributes-title}{Specifying Attributes of Variables}
'xrdef {Variable Attributes-pg}{154}
'xrdef {Variable Attributes-snt}{Section'tie6.28}
'xrdef {Type Attributes-title}{Specifying Attributes of Types}
'xrdef {Type Attributes-pg}{157}
'xrdef {Type Attributes-snt}{Section'tie6.29}
'xrdef {Inline-title}{An Inline Function is As Fast As a Macro}
'xrdef {Inline-pg}{159}
'xrdef {Inline-snt}{Section'tie6.30}
'xrdef {Extended Asm-title}{Assembler Instructions with C Expression Operands}
'xrdef {Extended Asm-pg}{161}
'xrdef {Extended Asm-snt}{Section'tie6.31}
'xrdef {Asm Labels-title}{Controlling Names Used in Assembler Code}
'xrdef {Asm Labels-pg}{165}
'xrdef {Asm Labels-snt}{Section'tie6.32}
'xrdef {Explicit Reg Vars-title}{Variables in Specified Registers}
'xrdef {Explicit Reg Vars-pg}{166}
'xrdef {Explicit Reg Vars-snt}{Section'tie6.33}
'xrdef {Global Reg Vars-title}{Defining Global Register Variables}
'xrdef {Global Reg Vars-pg}{167}
'xrdef {Global Reg Vars-snt}{Section'tie6.33.1}
'xrdef {Local Reg Vars-title}{Specifying Registers for Local Variables}
'xrdef {Local Reg Vars-pg}{168}
'xrdef {Local Reg Vars-snt}{Section'tie6.33.2}
'xrdef {Alternate Keywords-title}{Alternate Keywords}
'xrdef {Alternate Keywords-pg}{169}
'xrdef {Alternate Keywords-snt}{Section'tie6.34}
'xrdef {Incomplete Enums-title}{Incomplete \code {enum} Types}
'xrdef {Incomplete Enums-pg}{170}
'xrdef {Incomplete Enums-snt}{Section'tie6.35}
'xrdef {Function Names-title}{Function Names as Strings}
'xrdef {Function Names-pg}{170}
'xrdef {Function Names-snt}{Section'tie6.36}
'xrdef {C++ Extensions-title}{Extensions to the C++ Language}
'xrdef {C++ Extensions-pg}{173}
'xrdef {C++ Extensions-snt}{Chapter'tie7}
'xrdef {Naming Results-title}{Named Return Values in C++}
'xrdef {Naming Results-pg}{173}
'xrdef {Naming Results-snt}{Section'tie7.1}
'xrdef {Min and Max-title}{Minimum and Maximum Operators in C++}
'xrdef {Min and Max-pg}{175}
'xrdef {Min and Max-snt}{Section'tie7.2}
'xrdef {Destructors and Goto-title}{\code {goto} and Destructors in GNU C++}
'xrdef {Destructors and Goto-pg}{176}
'xrdef {Destructors and Goto-snt}{Section'tie7.3}
'xrdef {C++ Interface-title}{Declarations and Definitions in One Header}
'xrdef {C++ Interface-pg}{176}
'xrdef {C++ Interface-snt}{Section'tie7.4}
'xrdef {Template Instantiation-title}{Where's the Template?}
'xrdef {Template Instantiation-pg}{178}
'xrdef {Template Instantiation-snt}{Section'tie7.5}
'xrdef {C++ Signatures-title}{Type Abstraction using Signatures}
'xrdef {C++ Signatures-pg}{180}
'xrdef {C++ Signatures-snt}{Section'tie7.6}
'xrdef {Trouble-title}{Known Causes of Trouble with GNU CC}
'xrdef {Trouble-pg}{183}
'xrdef {Trouble-snt}{Chapter'tie8}
'xrdef {Actual Bugs-title}{Actual Bugs We Haven't Fixed Yet}
'xrdef {Actual Bugs-pg}{183}
'xrdef {Actual Bugs-snt}{Section'tie8.1}
'xrdef {Installation Problems-title}{Installation Problems}
'xrdef {Installation Problems-pg}{183}
'xrdef {Installation Problems-snt}{Section'tie8.2}
'xrdef {Cross-Compiler Problems-title}{Cross-Compiler Problems}
'xrdef {Cross-Compiler Problems-pg}{188}
'xrdef {Cross-Compiler Problems-snt}{Section'tie8.3}
'xrdef {Interoperation-title}{Interoperation}
'xrdef {Interoperation-pg}{189}
'xrdef {Interoperation-snt}{Section'tie8.4}
'xrdef {External Bugs-title}{Problems Compiling Certain Programs}
'xrdef {External Bugs-pg}{193}
'xrdef {External Bugs-snt}{Section'tie8.5}
'xrdef {Incompatibilities-title}{Incompatibilities of GNU CC}
'xrdef {Incompatibilities-pg}{194}
'xrdef {Incompatibilities-snt}{Section'tie8.6}
'xrdef {Fixed Headers-title}{Fixed Header Files}
'xrdef {Fixed Headers-pg}{197}
'xrdef {Fixed Headers-snt}{Section'tie8.7}
'xrdef {Standard Libraries-title}{Standard Libraries}
'xrdef {Standard Libraries-pg}{198}
'xrdef {Standard Libraries-snt}{Section'tie8.8}
'xrdef {Disappointments-title}{Disappointments and Misunderstandings}
'xrdef {Disappointments-pg}{199}
'xrdef {Disappointments-snt}{Section'tie8.9}
'xrdef {C++ Misunderstandings-title}{Common Misunderstandings with GNU C++}
'xrdef {C++ Misunderstandings-pg}{200}
'xrdef {C++ Misunderstandings-snt}{Section'tie8.10}
'xrdef {Static Definitions-title}{Declare \emph {and} Define Static Members}
'xrdef {Static Definitions-pg}{200}
'xrdef {Static Definitions-snt}{Section'tie8.10.1}
'xrdef {Temporaries-title}{Temporaries May Vanish Before You Expect}
'xrdef {Temporaries-pg}{201}
'xrdef {Temporaries-snt}{Section'tie8.10.2}
'xrdef {Protoize Caveats-title}{Caveats of using \code {protoize}}
'xrdef {Protoize Caveats-pg}{202}
'xrdef {Protoize Caveats-snt}{Section'tie8.11}
'xrdef {Non-bugs-title}{Certain Changes We Don't Want to Make}
'xrdef {Non-bugs-pg}{203}
'xrdef {Non-bugs-snt}{Section'tie8.12}
'xrdef {Warnings and Errors-title}{Warning Messages and Error Messages}
'xrdef {Warnings and Errors-pg}{206}
'xrdef {Warnings and Errors-snt}{Section'tie8.13}
'xrdef {Bugs-title}{Reporting Bugs}
'xrdef {Bugs-pg}{209}
'xrdef {Bugs-snt}{Chapter'tie9}
'xrdef {Bug Criteria-title}{Have You Found a Bug?}
'xrdef {Bug Criteria-pg}{209}
'xrdef {Bug Criteria-snt}{Section'tie9.1}
'xrdef {Bug Lists-title}{Where to Report Bugs}
'xrdef {Bug Lists-pg}{210}
'xrdef {Bug Lists-snt}{Section'tie9.2}
'xrdef {Bug Reporting-title}{How to Report Bugs}
'xrdef {Bug Reporting-pg}{211}
'xrdef {Bug Reporting-snt}{Section'tie9.3}
'xrdef {Sending Patches-title}{Sending Patches for GNU CC}
'xrdef {Sending Patches-pg}{215}
'xrdef {Sending Patches-snt}{Section'tie9.4}
'xrdef {Service-title}{How To Get Help with GNU CC}
'xrdef {Service-pg}{219}
'xrdef {Service-snt}{Chapter'tie10}
'xrdef {VMS-title}{Using GNU CC on VMS}
'xrdef {VMS-pg}{221}
'xrdef {VMS-snt}{Chapter'tie11}
'xrdef {Include Files and VMS-title}{Include Files and VMS}
'xrdef {Include Files and VMS-pg}{221}
'xrdef {Include Files and VMS-snt}{Section'tie11.1}
'xrdef {Global Declarations-title}{Global Declarations and VMS}
'xrdef {Global Declarations-pg}{222}
'xrdef {Global Declarations-snt}{Section'tie11.2}
'xrdef {VMS Misc-title}{Other VMS Issues}
'xrdef {VMS Misc-pg}{225}
'xrdef {VMS Misc-snt}{Section'tie11.3}
'xrdef {Portability-title}{GNU CC and Portability}
'xrdef {Portability-pg}{227}
'xrdef {Portability-snt}{Chapter'tie12}
'xrdef {Interface-title}{Interfacing to GNU CC Output}
'xrdef {Interface-pg}{229}
'xrdef {Interface-snt}{Chapter'tie13}
'xrdef {Passes-title}{Passes and Files of the Compiler}
'xrdef {Passes-pg}{231}
'xrdef {Passes-snt}{Chapter'tie14}
'xrdef {RTL-title}{RTL Representation}
'xrdef {RTL-pg}{237}
'xrdef {RTL-snt}{Chapter'tie15}
'xrdef {RTL Objects-title}{RTL Object Types}
'xrdef {RTL Objects-pg}{237}
'xrdef {RTL Objects-snt}{Section'tie15.1}
'xrdef {Accessors-title}{Access to Operands}
'xrdef {Accessors-pg}{238}
'xrdef {Accessors-snt}{Section'tie15.2}
'xrdef {Flags-title}{Flags in an RTL Expression}
'xrdef {Flags-pg}{241}
'xrdef {Flags-snt}{Section'tie15.3}
'xrdef {Machine Modes-title}{Machine Modes}
'xrdef {Machine Modes-pg}{244}
'xrdef {Machine Modes-snt}{Section'tie15.4}
'xrdef {Constants-title}{Constant Expression Types}
'xrdef {Constants-pg}{248}
'xrdef {Constants-snt}{Section'tie15.5}
'xrdef {Regs and Memory-title}{Registers and Memory}
'xrdef {Regs and Memory-pg}{250}
'xrdef {Regs and Memory-snt}{Section'tie15.6}
'xrdef {Arithmetic-title}{RTL Expressions for Arithmetic}
'xrdef {Arithmetic-pg}{254}
'xrdef {Arithmetic-snt}{Section'tie15.7}
'xrdef {Comparisons-title}{Comparison Operations}
'xrdef {Comparisons-pg}{257}
'xrdef {Comparisons-snt}{Section'tie15.8}
'xrdef {Bit Fields-title}{Bit Fields}
'xrdef {Bit Fields-pg}{259}
'xrdef {Bit Fields-snt}{Section'tie15.9}
'xrdef {Conversions-title}{Conversions}
'xrdef {Conversions-pg}{259}
'xrdef {Conversions-snt}{Section'tie15.10}
'xrdef {RTL Declarations-title}{Declarations}
'xrdef {RTL Declarations-pg}{260}
'xrdef {RTL Declarations-snt}{Section'tie15.11}
'xrdef {Side Effects-title}{Side Effect Expressions}
'xrdef {Side Effects-pg}{261}
'xrdef {Side Effects-snt}{Section'tie15.12}
'xrdef {Incdec-title}{Embedded Side-Effects on Addresses}
'xrdef {Incdec-pg}{265}
'xrdef {Incdec-snt}{Section'tie15.13}
'xrdef {Assembler-title}{Assembler Instructions as Expressions}
'xrdef {Assembler-pg}{267}
'xrdef {Assembler-snt}{Section'tie15.14}
'xrdef {Insns-title}{Insns}
'xrdef {Insns-pg}{267}
'xrdef {Insns-snt}{Section'tie15.15}
'xrdef {Calls-title}{RTL Representation of Function-Call Insns}
'xrdef {Calls-pg}{276}
'xrdef {Calls-snt}{Section'tie15.16}
'xrdef {Sharing-title}{Structure Sharing Assumptions}
'xrdef {Sharing-pg}{277}
'xrdef {Sharing-snt}{Section'tie15.17}
'xrdef {Reading RTL-title}{Reading RTL}
'xrdef {Reading RTL-pg}{278}
'xrdef {Reading RTL-snt}{Section'tie15.18}
'xrdef {Machine Desc-title}{Machine Descriptions}
'xrdef {Machine Desc-pg}{279}
'xrdef {Machine Desc-snt}{Chapter'tie16}
'xrdef {Patterns-title}{Everything about Instruction Patterns}
'xrdef {Patterns-pg}{279}
'xrdef {Patterns-snt}{Section'tie16.1}
'xrdef {Example-title}{Example of \code {define_insn}}
'xrdef {Example-pg}{280}
'xrdef {Example-snt}{Section'tie16.2}
'xrdef {RTL Template-title}{RTL Template}
'xrdef {RTL Template-pg}{281}
'xrdef {RTL Template-snt}{Section'tie16.3}
'xrdef {Output Template-title}{Output Templates and Operand Substitution}
'xrdef {Output Template-pg}{286}
'xrdef {Output Template-snt}{Section'tie16.4}
'xrdef {Output Statement-title}{C Statements for Assembler Output}
'xrdef {Output Statement-pg}{288}
'xrdef {Output Statement-snt}{Section'tie16.5}
'xrdef {Constraints-title}{Operand Constraints}
'xrdef {Constraints-pg}{290}
'xrdef {Constraints-snt}{Section'tie16.6}
'xrdef {Simple Constraints-title}{Simple Constraints}
'xrdef {Simple Constraints-pg}{290}
'xrdef {Simple Constraints-snt}{Section'tie16.6.1}
'xrdef {Multi-Alternative-title}{Multiple Alternative Constraints}
'xrdef {Multi-Alternative-pg}{295}
'xrdef {Multi-Alternative-snt}{Section'tie16.6.2}
'xrdef {Class Preferences-title}{Register Class Preferences}
'xrdef {Class Preferences-pg}{296}
'xrdef {Class Preferences-snt}{Section'tie16.6.3}
'xrdef {Modifiers-title}{Constraint Modifier Characters}
'xrdef {Modifiers-pg}{296}
'xrdef {Modifiers-snt}{Section'tie16.6.4}
'xrdef {Machine Constraints-title}{Constraints for Particular Machines}
'xrdef {Machine Constraints-pg}{298}
'xrdef {Machine Constraints-snt}{Section'tie16.6.5}
'xrdef {No Constraints-title}{Not Using Constraints}
'xrdef {No Constraints-pg}{303}
'xrdef {No Constraints-snt}{Section'tie16.6.6}
'xrdef {Standard Names-title}{Standard Pattern Names For Generation}
'xrdef {Standard Names-pg}{303}
'xrdef {Standard Names-snt}{Section'tie16.7}
'xrdef {Pattern Ordering-title}{When the Order of Patterns Matters}
'xrdef {Pattern Ordering-pg}{314}
'xrdef {Pattern Ordering-snt}{Section'tie16.8}
'xrdef {Dependent Patterns-title}{Interdependence of Patterns}
'xrdef {Dependent Patterns-pg}{314}
'xrdef {Dependent Patterns-snt}{Section'tie16.9}
'xrdef {Jump Patterns-title}{Defining Jump Instruction Patterns}
'xrdef {Jump Patterns-pg}{316}
'xrdef {Jump Patterns-snt}{Section'tie16.10}
'xrdef {Insn Canonicalizations-title}{Canonicalization of Instructions}
'xrdef {Insn Canonicalizations-pg}{319}
'xrdef {Insn Canonicalizations-snt}{Section'tie16.11}
'xrdef {Peephole Definitions-title}{Machine-Specific Peephole Optimizers}
'xrdef {Peephole Definitions-pg}{320}
'xrdef {Peephole Definitions-snt}{Section'tie16.12}
'xrdef {Expander Definitions-title}{Defining RTL Sequences for Code Generation}
'xrdef {Expander Definitions-pg}{324}
'xrdef {Expander Definitions-snt}{Section'tie16.13}
'xrdef {Insn Splitting-title}{Defining How to Split Instructions}
'xrdef {Insn Splitting-pg}{328}
'xrdef {Insn Splitting-snt}{Section'tie16.14}
'xrdef {Insn Attributes-title}{Instruction Attributes}
'xrdef {Insn Attributes-pg}{332}
'xrdef {Insn Attributes-snt}{Section'tie16.15}
'xrdef {Defining Attributes-title}{Defining Attributes and their Values}
'xrdef {Defining Attributes-pg}{332}
'xrdef {Defining Attributes-snt}{Section'tie16.15.1}
'xrdef {Expressions-title}{Attribute Expressions}
'xrdef {Expressions-pg}{333}
'xrdef {Expressions-snt}{Section'tie16.15.2}
'xrdef {Tagging Insns-title}{Assigning Attribute Values to Insns}
'xrdef {Tagging Insns-pg}{336}
'xrdef {Tagging Insns-snt}{Section'tie16.15.3}
'xrdef {Attr Example-title}{Example of Attribute Specifications}
'xrdef {Attr Example-pg}{338}
'xrdef {Attr Example-snt}{Section'tie16.15.4}
'xrdef {Insn Lengths-title}{Computing the Length of an Insn}
'xrdef {Insn Lengths-pg}{340}
'xrdef {Insn Lengths-snt}{Section'tie16.15.5}
'xrdef {Constant Attributes-title}{Constant Attributes}
'xrdef {Constant Attributes-pg}{341}
'xrdef {Constant Attributes-snt}{Section'tie16.15.6}
'xrdef {Delay Slots-title}{Delay Slot Scheduling}
'xrdef {Delay Slots-pg}{342}
'xrdef {Delay Slots-snt}{Section'tie16.15.7}
'xrdef {Function Units-title}{Specifying Function Units}
'xrdef {Function Units-pg}{344}
'xrdef {Function Units-snt}{Section'tie16.15.8}
'xrdef {Target Macros-title}{Target Description Macros}
'xrdef {Target Macros-pg}{347}
'xrdef {Target Macros-snt}{Chapter'tie17}
'xrdef {Driver-title}{Controlling the Compilation Driver, \file {gcc}}
'xrdef {Driver-pg}{347}
'xrdef {Driver-snt}{Section'tie17.1}
'xrdef {Run-time Target-title}{Run-time Target Specification}
'xrdef {Run-time Target-pg}{352}
'xrdef {Run-time Target-snt}{Section'tie17.2}
'xrdef {Storage Layout-title}{Storage Layout}
'xrdef {Storage Layout-pg}{355}
'xrdef {Storage Layout-snt}{Section'tie17.3}
'xrdef {Type Layout-title}{Layout of Source Language Data Types}
'xrdef {Type Layout-pg}{361}
'xrdef {Type Layout-snt}{Section'tie17.4}
'xrdef {Registers-title}{Register Usage}
'xrdef {Registers-pg}{363}
'xrdef {Registers-snt}{Section'tie17.5}
'xrdef {Register Basics-title}{Basic Characteristics of Registers}
'xrdef {Register Basics-pg}{364}
'xrdef {Register Basics-snt}{Section'tie17.5.1}
'xrdef {Allocation Order-title}{Order of Allocation of Registers}
'xrdef {Allocation Order-pg}{365}
'xrdef {Allocation Order-snt}{Section'tie17.5.2}
'xrdef {Values in Registers-title}{How Values Fit in Registers}
'xrdef {Values in Registers-pg}{366}
'xrdef {Values in Registers-snt}{Section'tie17.5.3}
'xrdef {Leaf Functions-title}{Handling Leaf Functions}
'xrdef {Leaf Functions-pg}{367}
'xrdef {Leaf Functions-snt}{Section'tie17.5.4}
'xrdef {Stack Registers-title}{Registers That Form a Stack}
'xrdef {Stack Registers-pg}{368}
'xrdef {Stack Registers-snt}{Section'tie17.5.5}
'xrdef {Obsolete Register Macros-title}{Obsolete Macros for Controlling Register Usage}
'xrdef {Obsolete Register Macros-pg}{369}
'xrdef {Obsolete Register Macros-snt}{Section'tie17.5.6}
'xrdef {Register Classes-title}{Register Classes}
'xrdef {Register Classes-pg}{370}
'xrdef {Register Classes-snt}{Section'tie17.6}
'xrdef {Stack and Calling-title}{Stack Layout and Calling Conventions}
'xrdef {Stack and Calling-pg}{377}
'xrdef {Stack and Calling-snt}{Section'tie17.7}
'xrdef {Frame Layout-title}{Basic Stack Layout}
'xrdef {Frame Layout-pg}{377}
'xrdef {Frame Layout-snt}{Section'tie17.7.1}
'xrdef {Frame Registers-title}{Registers That Address the Stack Frame}
'xrdef {Frame Registers-pg}{379}
'xrdef {Frame Registers-snt}{Section'tie17.7.2}
'xrdef {Elimination-title}{Eliminating Frame Pointer and Arg Pointer}
'xrdef {Elimination-pg}{380}
'xrdef {Elimination-snt}{Section'tie17.7.3}
'xrdef {Stack Arguments-title}{Passing Function Arguments on the Stack}
'xrdef {Stack Arguments-pg}{382}
'xrdef {Stack Arguments-snt}{Section'tie17.7.4}
'xrdef {Register Arguments-title}{Passing Arguments in Registers}
'xrdef {Register Arguments-pg}{384}
'xrdef {Register Arguments-snt}{Section'tie17.7.5}
'xrdef {Scalar Return-title}{How Scalar Function Values Are Returned}
'xrdef {Scalar Return-pg}{387}
'xrdef {Scalar Return-snt}{Section'tie17.7.6}
'xrdef {Aggregate Return-title}{How Large Values Are Returned}
'xrdef {Aggregate Return-pg}{389}
'xrdef {Aggregate Return-snt}{Section'tie17.7.7}
'xrdef {Caller Saves-title}{Caller-Saves Register Allocation}
'xrdef {Caller Saves-pg}{390}
'xrdef {Caller Saves-snt}{Section'tie17.7.8}
'xrdef {Function Entry-title}{Function Entry and Exit}
'xrdef {Function Entry-pg}{391}
'xrdef {Function Entry-snt}{Section'tie17.7.9}
'xrdef {Profiling-title}{Generating Code for Profiling}
'xrdef {Profiling-pg}{394}
'xrdef {Profiling-snt}{Section'tie17.7.10}
'xrdef {Varargs-title}{Implementing the Varargs Macros}
'xrdef {Varargs-pg}{395}
'xrdef {Varargs-snt}{Section'tie17.8}
'xrdef {Trampolines-title}{Trampolines for Nested Functions}
'xrdef {Trampolines-pg}{398}
'xrdef {Trampolines-snt}{Section'tie17.9}
'xrdef {Library Calls-title}{Implicit Calls to Library Routines}
'xrdef {Library Calls-pg}{400}
'xrdef {Library Calls-snt}{Section'tie17.10}
'xrdef {Addressing Modes-title}{Addressing Modes}
'xrdef {Addressing Modes-pg}{404}
'xrdef {Addressing Modes-snt}{Section'tie17.11}
'xrdef {Condition Code-title}{Condition Code Status}
'xrdef {Condition Code-pg}{406}
'xrdef {Condition Code-snt}{Section'tie17.12}
'xrdef {Costs-title}{Describing Relative Costs of Operations}
'xrdef {Costs-pg}{409}
'xrdef {Costs-snt}{Section'tie17.13}
'xrdef {Sections-title}{Dividing the Output into Sections (Texts, Data, \dots{})}
'xrdef {Sections-pg}{412}
'xrdef {Sections-snt}{Section'tie17.14}
'xrdef {PIC-title}{Position Independent Code}
'xrdef {PIC-pg}{414}
'xrdef {PIC-snt}{Section'tie17.15}
'xrdef {Assembler Format-title}{Defining the Output Assembler Language}
'xrdef {Assembler Format-pg}{415}
'xrdef {Assembler Format-snt}{Section'tie17.16}
'xrdef {File Framework-title}{The Overall Framework of an Assembler File}
'xrdef {File Framework-pg}{415}
'xrdef {File Framework-snt}{Section'tie17.16.1}
'xrdef {Data Output-title}{Output of Data}
'xrdef {Data Output-pg}{417}
'xrdef {Data Output-snt}{Section'tie17.16.2}
'xrdef {Uninitialized Data-title}{Output of Uninitialized Variables}
'xrdef {Uninitialized Data-pg}{420}
'xrdef {Uninitialized Data-snt}{Section'tie17.16.3}
'xrdef {Label Output-title}{Output and Generation of Labels}
'xrdef {Label Output-pg}{421}
'xrdef {Label Output-snt}{Section'tie17.16.4}
'xrdef {Initialization-title}{How Initialization Functions Are Handled}
'xrdef {Initialization-pg}{424}
'xrdef {Initialization-snt}{Section'tie17.16.5}
'xrdef {Macros for Initialization-title}{Macros Controlling Initialization Routines}
'xrdef {Macros for Initialization-pg}{427}
'xrdef {Macros for Initialization-snt}{Section'tie17.16.6}
'xrdef {Instruction Output-title}{Output of Assembler Instructions}
'xrdef {Instruction Output-pg}{429}
'xrdef {Instruction Output-snt}{Section'tie17.16.7}
'xrdef {Dispatch Tables-title}{Output of Dispatch Tables}
'xrdef {Dispatch Tables-pg}{432}
'xrdef {Dispatch Tables-snt}{Section'tie17.16.8}
'xrdef {Alignment Output-title}{Assembler Commands for Alignment}
'xrdef {Alignment Output-pg}{433}
'xrdef {Alignment Output-snt}{Section'tie17.16.9}
'xrdef {Debugging Info-title}{Controlling Debugging Information Format}
'xrdef {Debugging Info-pg}{434}
'xrdef {Debugging Info-snt}{Section'tie17.17}
'xrdef {All Debuggers-title}{Macros Affecting All Debugging Formats}
'xrdef {All Debuggers-pg}{434}
'xrdef {All Debuggers-snt}{Section'tie17.17.1}
'xrdef {DBX Options-title}{Specific Options for DBX Output}
'xrdef {DBX Options-pg}{435}
'xrdef {DBX Options-snt}{Section'tie17.17.2}
'xrdef {DBX Hooks-title}{Open-Ended Hooks for DBX Format}
'xrdef {DBX Hooks-pg}{437}
'xrdef {DBX Hooks-snt}{Section'tie17.17.3}
'xrdef {File Names and DBX-title}{File Names in DBX Format}
'xrdef {File Names and DBX-pg}{439}
'xrdef {File Names and DBX-snt}{Section'tie17.17.4}
'xrdef {SDB and DWARF-title}{Macros for SDB and DWARF Output}
'xrdef {SDB and DWARF-pg}{440}
'xrdef {SDB and DWARF-snt}{Section'tie17.17.5}
'xrdef {Cross-compilation-title}{Cross Compilation and Floating Point}
'xrdef {Cross-compilation-pg}{441}
'xrdef {Cross-compilation-snt}{Section'tie17.18}
'xrdef {Misc-title}{Miscellaneous Parameters}
'xrdef {Misc-pg}{443}
'xrdef {Misc-snt}{Section'tie17.19}
'xrdef {Config-title}{The Configuration File}
'xrdef {Config-pg}{451}
'xrdef {Config-snt}{Chapter'tie18}
'xrdef {Fragments-title}{Makefile Fragments}
'xrdef {Fragments-pg}{455}
'xrdef {Fragments-snt}{Chapter'tie19}
'xrdef {Target Fragment-title}{The Target Makefile Fragment}
'xrdef {Target Fragment-pg}{455}
'xrdef {Target Fragment-snt}{Section'tie19.1}
'xrdef {Host Fragment-title}{The Host Makefile Fragment}
'xrdef {Host Fragment-pg}{456}
'xrdef {Host Fragment-snt}{Section'tie19.2}
'xrdef {Index-title}{Index}
'xrdef {Index-pg}{457}
'xrdef {Index-snt}{}
|