| Index Entry | Section |
|
Q | | |
| qsort , and global register variables | 5.38.1 Defining Global Register Variables |
| question mark | 5.36.2 Multiple Alternative Constraints |
|
R | | |
| `r' in constraint | 5.36.1 Simple Constraints |
| ranges in case statements | 5.22 Case Ranges |
| read-only strings | 10.5 Incompatibilities of GCC |
| register variable after longjmp | 5.38.1 Defining Global Register Variables |
| registers | 5.35 Assembler Instructions with C Expression Operands |
| registers for local variables | 5.38.2 Specifying Registers for Local Variables |
| registers in constraints | 5.36.1 Simple Constraints |
| registers, global allocation | 5.38 Variables in Specified Registers |
| registers, global variables in | 5.38.1 Defining Global Register Variables |
| regparm attribute | 5.25 Declaring Attributes of Functions |
| relocation truncated to fit (MIPS) | 3.17.10 MIPS Options |
| remainder | 5.44 Other built-in functions provided by GCC |
| remainderf | 5.44 Other built-in functions provided by GCC |
| remainderl | 5.44 Other built-in functions provided by GCC |
| remquo | 5.44 Other built-in functions provided by GCC |
| remquof | 5.44 Other built-in functions provided by GCC |
| remquol | 5.44 Other built-in functions provided by GCC |
| reordering, warning | 3.5 Options Controlling C++ Dialect |
| reporting bugs | 11. Reporting Bugs |
| rest argument (in macro) | 5.15 Macros with a Variable Number of Arguments. |
| restricted pointers | 6.3 Restricting Pointer Aliasing |
| restricted references | 6.3 Restricting Pointer Aliasing |
| restricted this pointer | 6.3 Restricting Pointer Aliasing |
| rindex | 5.44 Other built-in functions provided by GCC |
| rint | 5.44 Other built-in functions provided by GCC |
| rintf | 5.44 Other built-in functions provided by GCC |
| rintl | 5.44 Other built-in functions provided by GCC |
| round | 5.44 Other built-in functions provided by GCC |
| roundf | 5.44 Other built-in functions provided by GCC |
| roundl | 5.44 Other built-in functions provided by GCC |
| RS/6000 and PowerPC Options | 3.17.8 IBM RS/6000 and PowerPC Options |
| RTTI | 6.4 Vague Linkage |
| run-time options | 3.18 Options for Code Generation Conventions |
|
S | | |
| `s' in constraint | 5.36.1 Simple Constraints |
| S/390 and zSeries Options | 3.17.27 S/390 and zSeries Options |
| save all registers on the H8/300, H8/300H, and H8S | 5.25 Declaring Attributes of Functions |
| scalb | 5.44 Other built-in functions provided by GCC |
| scalbf | 5.44 Other built-in functions provided by GCC |
| scalbl | 5.44 Other built-in functions provided by GCC |
| scalbln | 5.44 Other built-in functions provided by GCC |
| scalblnf | 5.44 Other built-in functions provided by GCC |
| scalblnf | 5.44 Other built-in functions provided by GCC |
| scalbn | 5.44 Other built-in functions provided by GCC |
| scalbnf | 5.44 Other built-in functions provided by GCC |
| scanf , and constant strings | 10.5 Incompatibilities of GCC |
| scanfnl | 5.44 Other built-in functions provided by GCC |
| scope of a variable length array | 5.14 Arrays of Variable Length |
| scope of declaration | 10.8 Disappointments and Misunderstandings |
| scope of external declarations | 10.5 Incompatibilities of GCC |
| search path | 3.14 Options for Directory Search |
| section function attribute | 5.25 Declaring Attributes of Functions |
| section variable attribute | 5.32 Specifying Attributes of Variables |
| setjmp | 5.38.1 Defining Global Register Variables |
| setjmp incompatibilities | 10.5 Incompatibilities of GCC |
| shared strings | 10.5 Incompatibilities of GCC |
| shared variable attribute | 5.32 Specifying Attributes of Variables |
| side effect in ?: | 5.8 Conditionals with Omitted Operands |
| side effects, macro argument | 5.1 Statements and Declarations in Expressions |
| side effects, order of evaluation | 10.11 Certain Changes We Don't Want to Make |
| signal handler functions on the AVR processors | 5.25 Declaring Attributes of Functions |
| signed and unsigned values, comparison warning | 3.8 Options to Request or Suppress Warnings |
| significand | 5.44 Other built-in functions provided by GCC |
| significandf | 5.44 Other built-in functions provided by GCC |
| significandl | 5.44 Other built-in functions provided by GCC |
| simple constraints | 5.36.1 Simple Constraints |
| sin | 5.44 Other built-in functions provided by GCC |
| sincos | 5.44 Other built-in functions provided by GCC |
| sincosf | 5.44 Other built-in functions provided by GCC |
| sincosl | 5.44 Other built-in functions provided by GCC |
| sinf | 5.44 Other built-in functions provided by GCC |
| sinh | 5.44 Other built-in functions provided by GCC |
| sinhf | 5.44 Other built-in functions provided by GCC |
| sinhl | 5.44 Other built-in functions provided by GCC |
| sinl | 5.44 Other built-in functions provided by GCC |
| sizeof | 5.6 Referring to a Type with typeof |
| smaller data references | 3.17.7 M32R/D Options |
| smaller data references (MIPS) | 3.17.10 MIPS Options |
| smaller data references (PowerPC) | 3.17.8 IBM RS/6000 and PowerPC Options |
| snprintf | 5.44 Other built-in functions provided by GCC |
| SPARC options | 3.17.4 SPARC Options |
| Spec Files | 3.15 Specifying subprocesses and the switches to pass to them |
| specified registers | 5.38 Variables in Specified Registers |
| specifying compiler version and target machine | 3.16 Specifying Target Machine and Compiler Version |
| specifying hardware config | 3.17 Hardware Models and Configurations |
| specifying machine version | 3.16 Specifying Target Machine and Compiler Version |
| specifying registers for local variables | 5.38.2 Specifying Registers for Local Variables |
| speed of compilation | 3.20 Using Precompiled Headers |
| sprintf | 5.44 Other built-in functions provided by GCC |
| sqrt | 5.44 Other built-in functions provided by GCC |
| sqrtf | 5.44 Other built-in functions provided by GCC |
| sqrtl | 5.44 Other built-in functions provided by GCC |
| sscanf | 5.44 Other built-in functions provided by GCC |
| sscanf , and constant strings | 10.5 Incompatibilities of GCC |
| statements inside expressions | 5.1 Statements and Declarations in Expressions |
| static data in C++, declaring and defining | 10.9.1 Declare and Define Static Members |
| stpcpy | 5.44 Other built-in functions provided by GCC |
| strcat | 5.44 Other built-in functions provided by GCC |
| strchr | 5.44 Other built-in functions provided by GCC |
| strcmp | 5.44 Other built-in functions provided by GCC |
| strcpy | 5.44 Other built-in functions provided by GCC |
| strcspn | 5.44 Other built-in functions provided by GCC |
| strdup | 5.44 Other built-in functions provided by GCC |
| strfmon | 5.44 Other built-in functions provided by GCC |
| strftime | 5.44 Other built-in functions provided by GCC |
| string constants | 10.5 Incompatibilities of GCC |
| strlen | 5.44 Other built-in functions provided by GCC |
| strncat | 5.44 Other built-in functions provided by GCC |
| strncmp | 5.44 Other built-in functions provided by GCC |
| strncpy | 5.44 Other built-in functions provided by GCC |
| strpbrk | 5.44 Other built-in functions provided by GCC |
| strrchr | 5.44 Other built-in functions provided by GCC |
| strspn | 5.44 Other built-in functions provided by GCC |
| strstr | 5.44 Other built-in functions provided by GCC |
| struct | 5.47 Unnamed struct/union fields within structs/unions. |
| structures | 10.5 Incompatibilities of GCC |
| structures, constructor expression | 5.20 Compound Literals |
| submodel options | 3.17 Hardware Models and Configurations |
| subscripting | 5.17 Non-Lvalue Arrays May Have Subscripts |
| subscripting and function values | 5.17 Non-Lvalue Arrays May Have Subscripts |
| suffixes for C++ source | 3.3 Compiling C++ Programs |
| SUNPRO_DEPENDENCIES | 3.19 Environment Variables Affecting GCC |
| SUNPRO_DEPENDENCIES | 3.19 Environment Variables Affecting GCC |
| suppressing warnings | 3.8 Options to Request or Suppress Warnings |
| surprises in C++ | 10.9 Common Misunderstandings with GNU C++ |
| syntax checking | 3.8 Options to Request or Suppress Warnings |
| system headers, warnings from | 3.8 Options to Request or Suppress Warnings |
|