| Index Entry | Section |
|
S | | |
| SAVE statement | 7.10 Options for Code Generation Conventions |
| saved variables | 17.4.3 Variables Assumed To Be Saved |
| Scale intrinsic | 10.11.9.218 Scale Intrinsic |
| Scan intrinsic | 10.11.9.219 Scan Intrinsic |
| scheduling of reads and writes | 17.4.7 Aliasing Assumed To Work |
| scope | 10.5.3 Scope of Symbolic Names and Statement Labels |
| scope | 10.12 Scope and Classes of Symbolic Names |
| search path | 7.9 Options for Directory Search |
| search paths, for included files | 7.9 Options for Directory Search |
| Secnds intrinsic | 12.5.2.127 Secnds Intrinsic |
| Second intrinsic | 10.11.9.220 Second Intrinsic (function) |
| Second intrinsic | 10.11.9.221 Second Intrinsic (subroutine) |
| segmentation violation | 15.3.3 Maximum Stackable Size |
| segmentation violation | 18.1.5 NeXTStep Problems |
| segmentation violation | 18.1.6 Stack Overflow |
| segmentation violation | 18.1.8 Strange Behavior at Run Time |
| Selected_Int_Kind intrinsic | 10.11.9.222 Selected_Int_Kind Intrinsic |
| Selected_Real_Kind intrinsic | 10.11.9.223 Selected_Real_Kind Intrinsic |
| semicolon | 10.5.2 Statements, Comments, and Lines |
| semicolon | 10.6.1 GNU Fortran Character Set |
| sequence numbers | 18.3.1 Better Source Model |
| Set_Exponent intrinsic | 10.11.9.224 Set_Exponent Intrinsic |
| Shape intrinsic | 10.11.9.225 Shape Intrinsic |
| SHARED | 18.3.13 READONLY Keyword |
| Shift intrinsic | 18.3.26 Bit Operations on Floating-point Data |
| Short intrinsic | 10.11.9.226 Short Intrinsic |
| short source lines | 11.1.3 Short Lines |
| short time | 12.2.1 Timer Wraparounds |
| shorthand options | 7.3 Shorthand Options |
| side effects, order of evaluation | 18.5.6 Order of Side Effects |
| Sign intrinsic | 10.11.9.227 Sign Intrinsic |
| signal 11 | 18.1.1 Signal 11 and Friends |
| Signal intrinsic | 10.11.9.228 Signal Intrinsic (subroutine) |
| Signal intrinsic | 12.5.2.128 Signal Intrinsic (function) |
| signature of procedures | 16.2 Procedures (SUBROUTINE and FUNCTION) |
| simplify porting | 23.3 Simplify Porting |
| Sin intrinsic | 10.11.9.229 Sin Intrinsic |
| SinD intrinsic | 12.5.2.129 SinD Intrinsic |
| SinH intrinsic | 10.11.9.230 SinH Intrinsic |
| Sleep intrinsic | 10.11.9.231 Sleep Intrinsic |
| slow compiler | 15.3.5 Initialization of Large Aggregate Areas |
| Sngl intrinsic | 10.11.9.232 Sngl Intrinsic |
| SnglQ intrinsic | 12.5.2.130 SnglQ Intrinsic |
| Solaris | 18.1.8 Strange Behavior at Run Time |
| source code | 5. What is GNU Fortran? |
| source code | 10.6.2 Lines |
| source code | 11.1 Source Form |
| source code | 11.5 Case Sensitivity |
| source file | 5. What is GNU Fortran? |
| source file format | 7.4 Options Controlling Fortran Dialect |
| source file format | 7.4 Options Controlling Fortran Dialect |
| source file format | 10.6.2 Lines |
| source file format | 11.1 Source Form |
| source file format | 11.5 Case Sensitivity |
| source format | 10.6.2 Lines |
| source format | 11.1 Source Form |
| source lines, long | 11.1.4 Long Lines |
| source lines, short | 11.1.3 Short Lines |
| space | 10.6.1 GNU Fortran Character Set |
| space | 10.6.2 Lines |
| space, endless printing of | 18.1.8 Strange Behavior at Run Time |
| space, padding with | 11.1.3 Short Lines |
| Spacing intrinsic | 10.11.9.233 Spacing Intrinsic |
| SPC | 10.6.1 GNU Fortran Character Set |
| SPC | 10.6.2 Lines |
| speed, of compiler | 15.3.5 Initialization of Large Aggregate Areas |
| speed, of compiler | 18.2 Known Bugs In GNU Fortran |
| speed, of loops | 7.7 Options That Control Optimization |
| speed, of loops | 7.7 Options That Control Optimization |
| speed, of programs | 17.6 Faster Programs |
| spills of floating-point results | 18.1.9 Floating-point Errors |
| Spread intrinsic | 10.11.9.234 Spread Intrinsic |
| SqRt intrinsic | 10.11.9.235 SqRt Intrinsic |
| SRand intrinsic | 10.11.9.236 SRand Intrinsic |
| stack, 387 coprocessor | In EGCS 1.1 versus g77 0.5.23: |
| stack, 387 coprocessor | In 0.5.22 versus 0.5.21: |
| stack, aligned | 17.6.1 Aligned Data |
| stack, allocation | 15.3.3 Maximum Stackable Size |
| stack, overflow | 18.1.6 Stack Overflow |
| stage directories | 15.2.1.5 Cleanup Kills Stage Directories |
| standard, ANSI FORTRAN 77 | 10. The GNU Fortran Language |
| standard, support for | 10.2 ANSI FORTRAN 77 Standard Support |
| startup code | 14.1.5 Startup Code |
| Stat intrinsic | 10.11.9.237 Stat Intrinsic (subroutine) |
| Stat intrinsic | 10.11.9.238 Stat Intrinsic (function) |
| statement labels, assigned | 16.12 Assigned Statement Labels (ASSIGN and GOTO) |
| statements, ACCEPT | 18.3.19 TYPE and ACCEPT I/O Statements |
| statements, ASSIGN | 11.9.7 Ugly Assigned Labels |
| statements, ASSIGN | 16.12 Assigned Statement Labels (ASSIGN and GOTO) |
| statements, AUTOMATIC | 18.3.23 AUTOMATIC Statement |
| statements, BLOCK DATA | 17.2 Block Data and Libraries |
| statements, BLOCK DATA | 18.4.2 Multiple Definitions of External Names |
| statements, CLOSE | 18.3.21 OPEN , CLOSE , and INQUIRE Keywords |
| statements, COMMON | 16.5 Common Blocks (COMMON) |
| statements, COMMON | 18.4.2 Multiple Definitions of External Names |
| statements, COMPLEX | 16.7 Complex Variables (COMPLEX) |
| statements, CYCLE | 10.10.4 The CYCLE and EXIT Statements |
| statements, DATA | 7.10 Options for Code Generation Conventions |
| statements, DATA | 18.2 Known Bugs In GNU Fortran |
| statements, DECODE | 18.3.22 ENCODE and DECODE |
| statements, DIMENSION | 16.8 Arrays (DIMENSION) |
| statements, DIMENSION | 16.9 Adjustable Arrays (DIMENSION) |
| statements, DIMENSION | 18.3.10 Array Bounds Expressions |
| statements, DO | 7.5 Options to Request or Suppress Warnings |
| statements, DO | 17.3 Loops |
| statements, ENCODE | 18.3.22 ENCODE and DECODE |
| statements, ENTRY | 16.10 Alternate Entry Points (ENTRY) |
| statements, EQUIVALENCE | 16.6 Local Equivalence Areas (EQUIVALENCE) |
| statements, EXIT | 10.10.4 The CYCLE and EXIT Statements |
| statements, FORMAT | 18.3.15 Expressions in FORMAT Statements |
| statements, FUNCTION | 16.2 Procedures (SUBROUTINE and FUNCTION) |
| statements, FUNCTION | 16.3 Functions (FUNCTION and RETURN) |
| statements, GOTO | 16.12 Assigned Statement Labels (ASSIGN and GOTO) |
| statements, IMPLICIT CHARACTER*(*) | 18.4.3 Limitation on Implicit Declarations |
| statements, INQUIRE | 18.3.21 OPEN , CLOSE , and INQUIRE Keywords |
| statements, MAP | 18.3.20 STRUCTURE , UNION , RECORD , MAP |
| statements, NAMELIST | 10.9.1 NAMELIST Statement |
| statements, OPEN | 18.3.21 OPEN , CLOSE , and INQUIRE Keywords |
| statements, PARAMETER | 18.3.3 Intrinsics in PARAMETER Statements |
| statements, PARAMETER | 18.3.18 Old-style PARAMETER Statements |
| statements, POINTER | 18.3.11 POINTER Statements |
| statements, PROGRAM | 16.1 Main Program Unit (PROGRAM) |
| statements, RECORD | 18.3.20 STRUCTURE , UNION , RECORD , MAP |
| statements, RETURN | 16.3 Functions (FUNCTION and RETURN) |
| statements, RETURN | 16.11 Alternate Returns (SUBROUTINE and RETURN) |
| statements, SAVE | 7.10 Options for Code Generation Conventions |
| statements, separated by semicolon | 10.5.2 Statements, Comments, and Lines |
| statements, STRUCTURE | 18.3.20 STRUCTURE , UNION , RECORD , MAP |
| statements, SUBROUTINE | 16.2 Procedures (SUBROUTINE and FUNCTION) |
| statements, SUBROUTINE | 16.11 Alternate Returns (SUBROUTINE and RETURN) |
| statements, TYPE | 18.3.19 TYPE and ACCEPT I/O Statements |
| statements, UNION | 18.3.20 STRUCTURE , UNION , RECORD , MAP |
| STATIC | 18.3.23 AUTOMATIC Statement |
| static variables | 17.4.3 Variables Assumed To Be Saved |
| status, compilation | 7.2 Options Controlling the Kind of Output |
| storage association | 17.4.7 Aliasing Assumed To Work |
| strings, empty | 10.7.4 Character Type |
| strtoul | 15.2.1.4 Missing strtoul or bsearch |
| STRUCTURE statement | 18.3.20 STRUCTURE , UNION , RECORD , MAP |
| structures | 18.2 Known Bugs In GNU Fortran |
| submodels | 17.6.4 Use Submodel Options |
| SUBROUTINE statement | 16.2 Procedures (SUBROUTINE and FUNCTION) |
| SUBROUTINE statement | 16.11 Alternate Returns (SUBROUTINE and RETURN) |
| subroutines | 16.11 Alternate Returns (SUBROUTINE and RETURN) |
| subscript checking | 7.10 Options for Code Generation Conventions |
| substring checking | 7.10 Options for Code Generation Conventions |
| suffixes, file name | 7.2 Options Controlling the Kind of Output |
| Sum intrinsic | 10.11.9.239 Sum Intrinsic |
| SunOS4 | 15.2.1.4 Missing strtoul or bsearch |
| support, Alpha | 18.2 Known Bugs In GNU Fortran |
| support, ELF | In EGCS 1.0.2 versus EGCS 1.0.1: |
| support, f77 | 18.5.1 Backslash in Constants |
| support, FORTRAN 77 | 10.2 ANSI FORTRAN 77 Standard Support |
| support, Fortran 90 | 18.3.2 Fortran 90 Support |
| support, gdb | 18.1.4 Debugger Problems |
| suppressing warnings | 7.5 Options to Request or Suppress Warnings |
| symbol names | 7.4 Options Controlling Fortran Dialect |
| symbol names | 16.4 Names |
| symbol names, scope and classes | 10.12 Scope and Classes of Symbolic Names |
| symbol names, transforming | 7.10 Options for Code Generation Conventions |
| symbol names, transforming | 7.10 Options for Code Generation Conventions |
| symbol names, underscores | 7.10 Options for Code Generation Conventions |
| symbol names, underscores | 7.10 Options for Code Generation Conventions |
| SymLnk intrinsic | 10.11.9.240 SymLnk Intrinsic (subroutine) |
| SymLnk intrinsic | 12.5.2.131 SymLnk Intrinsic (function) |
| synchronous write errors | 15.3.2 Always Flush Output |
| synchronous write errors | 17.4.8 Output Assumed To Flush |
| syntax checking | 7.5 Options to Request or Suppress Warnings |
| System intrinsic | 10.11.9.241 System Intrinsic (subroutine) |
| System intrinsic | 12.5.2.132 System Intrinsic (function) |
| System_Clock intrinsic | 10.11.9.242 System_Clock Intrinsic |
|