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

Index: S

Jump to:   !   "   #   $   %   &   *   -   .   /   6   8   ;   <   >   ?   \   _  
A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  

Index Entry Section

S
SAVE statement7.10 Options for Code Generation Conventions
saved variables17.4.3 Variables Assumed To Be Saved
Scale intrinsic10.11.9.218 Scale Intrinsic
Scan intrinsic10.11.9.219 Scan Intrinsic
scheduling of reads and writes17.4.7 Aliasing Assumed To Work
scope10.5.3 Scope of Symbolic Names and Statement Labels
scope10.12 Scope and Classes of Symbolic Names
search path7.9 Options for Directory Search
search paths, for included files7.9 Options for Directory Search
Secnds intrinsic12.5.2.127 Secnds Intrinsic
Second intrinsic10.11.9.220 Second Intrinsic (function)
Second intrinsic10.11.9.221 Second Intrinsic (subroutine)
segmentation violation15.3.3 Maximum Stackable Size
segmentation violation18.1.5 NeXTStep Problems
segmentation violation18.1.6 Stack Overflow
segmentation violation18.1.8 Strange Behavior at Run Time
Selected_Int_Kind intrinsic10.11.9.222 Selected_Int_Kind Intrinsic
Selected_Real_Kind intrinsic10.11.9.223 Selected_Real_Kind Intrinsic
semicolon10.5.2 Statements, Comments, and Lines
semicolon10.6.1 GNU Fortran Character Set
sequence numbers18.3.1 Better Source Model
Set_Exponent intrinsic10.11.9.224 Set_Exponent Intrinsic
Shape intrinsic10.11.9.225 Shape Intrinsic
SHARED18.3.13 READONLY Keyword
Shift intrinsic18.3.26 Bit Operations on Floating-point Data
Short intrinsic10.11.9.226 Short Intrinsic
short source lines11.1.3 Short Lines
short time12.2.1 Timer Wraparounds
shorthand options7.3 Shorthand Options
side effects, order of evaluation18.5.6 Order of Side Effects
Sign intrinsic10.11.9.227 Sign Intrinsic
signal 1118.1.1 Signal 11 and Friends
Signal intrinsic10.11.9.228 Signal Intrinsic (subroutine)
Signal intrinsic12.5.2.128 Signal Intrinsic (function)
signature of procedures16.2 Procedures (SUBROUTINE and FUNCTION)
simplify porting23.3 Simplify Porting
Sin intrinsic10.11.9.229 Sin Intrinsic
SinD intrinsic12.5.2.129 SinD Intrinsic
SinH intrinsic10.11.9.230 SinH Intrinsic
Sleep intrinsic10.11.9.231 Sleep Intrinsic
slow compiler15.3.5 Initialization of Large Aggregate Areas
Sngl intrinsic10.11.9.232 Sngl Intrinsic
SnglQ intrinsic12.5.2.130 SnglQ Intrinsic
Solaris18.1.8 Strange Behavior at Run Time
source code5. What is GNU Fortran?
source code10.6.2 Lines
source code11.1 Source Form
source code11.5 Case Sensitivity
source file5. What is GNU Fortran?
source file format7.4 Options Controlling Fortran Dialect
source file format7.4 Options Controlling Fortran Dialect
source file format10.6.2 Lines
source file format11.1 Source Form
source file format11.5 Case Sensitivity
source format10.6.2 Lines
source format11.1 Source Form
source lines, long11.1.4 Long Lines
source lines, short11.1.3 Short Lines
space10.6.1 GNU Fortran Character Set
space10.6.2 Lines
space, endless printing of18.1.8 Strange Behavior at Run Time
space, padding with11.1.3 Short Lines
Spacing intrinsic10.11.9.233 Spacing Intrinsic
SPC10.6.1 GNU Fortran Character Set
SPC10.6.2 Lines
speed, of compiler15.3.5 Initialization of Large Aggregate Areas
speed, of compiler18.2 Known Bugs In GNU Fortran
speed, of loops7.7 Options That Control Optimization
speed, of loops7.7 Options That Control Optimization
speed, of programs17.6 Faster Programs
spills of floating-point results18.1.9 Floating-point Errors
Spread intrinsic10.11.9.234 Spread Intrinsic
SqRt intrinsic10.11.9.235 SqRt Intrinsic
SRand intrinsic10.11.9.236 SRand Intrinsic
stack, 387 coprocessorIn EGCS 1.1 versus g77 0.5.23:
stack, 387 coprocessorIn 0.5.22 versus 0.5.21:
stack, aligned17.6.1 Aligned Data
stack, allocation15.3.3 Maximum Stackable Size
stack, overflow18.1.6 Stack Overflow
stage directories15.2.1.5 Cleanup Kills Stage Directories
standard, ANSI FORTRAN 7710. The GNU Fortran Language
standard, support for10.2 ANSI FORTRAN 77 Standard Support
startup code14.1.5 Startup Code
Stat intrinsic10.11.9.237 Stat Intrinsic (subroutine)
Stat intrinsic10.11.9.238 Stat Intrinsic (function)
statement labels, assigned16.12 Assigned Statement Labels (ASSIGN and GOTO)
statements, ACCEPT18.3.19 TYPE and ACCEPT I/O Statements
statements, ASSIGN11.9.7 Ugly Assigned Labels
statements, ASSIGN16.12 Assigned Statement Labels (ASSIGN and GOTO)
statements, AUTOMATIC18.3.23 AUTOMATIC Statement
statements, BLOCK DATA17.2 Block Data and Libraries
statements, BLOCK DATA18.4.2 Multiple Definitions of External Names
statements, CLOSE18.3.21 OPEN, CLOSE, and INQUIRE Keywords
statements, COMMON16.5 Common Blocks (COMMON)
statements, COMMON18.4.2 Multiple Definitions of External Names
statements, COMPLEX16.7 Complex Variables (COMPLEX)
statements, CYCLE10.10.4 The CYCLE and EXIT Statements
statements, DATA7.10 Options for Code Generation Conventions
statements, DATA18.2 Known Bugs In GNU Fortran
statements, DECODE18.3.22 ENCODE and DECODE
statements, DIMENSION16.8 Arrays (DIMENSION)
statements, DIMENSION16.9 Adjustable Arrays (DIMENSION)
statements, DIMENSION18.3.10 Array Bounds Expressions
statements, DO7.5 Options to Request or Suppress Warnings
statements, DO17.3 Loops
statements, ENCODE18.3.22 ENCODE and DECODE
statements, ENTRY16.10 Alternate Entry Points (ENTRY)
statements, EQUIVALENCE16.6 Local Equivalence Areas (EQUIVALENCE)
statements, EXIT10.10.4 The CYCLE and EXIT Statements
statements, FORMAT18.3.15 Expressions in FORMAT Statements
statements, FUNCTION16.2 Procedures (SUBROUTINE and FUNCTION)
statements, FUNCTION16.3 Functions (FUNCTION and RETURN)
statements, GOTO16.12 Assigned Statement Labels (ASSIGN and GOTO)
statements, IMPLICIT CHARACTER*(*)18.4.3 Limitation on Implicit Declarations
statements, INQUIRE18.3.21 OPEN, CLOSE, and INQUIRE Keywords
statements, MAP18.3.20 STRUCTURE, UNION, RECORD, MAP
statements, NAMELIST10.9.1 NAMELIST Statement
statements, OPEN18.3.21 OPEN, CLOSE, and INQUIRE Keywords
statements, PARAMETER18.3.3 Intrinsics in PARAMETER Statements
statements, PARAMETER18.3.18 Old-style PARAMETER Statements
statements, POINTER18.3.11 POINTER Statements
statements, PROGRAM16.1 Main Program Unit (PROGRAM)
statements, RECORD18.3.20 STRUCTURE, UNION, RECORD, MAP
statements, RETURN16.3 Functions (FUNCTION and RETURN)
statements, RETURN16.11 Alternate Returns (SUBROUTINE and RETURN)
statements, SAVE7.10 Options for Code Generation Conventions
statements, separated by semicolon10.5.2 Statements, Comments, and Lines
statements, STRUCTURE18.3.20 STRUCTURE, UNION, RECORD, MAP
statements, SUBROUTINE16.2 Procedures (SUBROUTINE and FUNCTION)
statements, SUBROUTINE16.11 Alternate Returns (SUBROUTINE and RETURN)
statements, TYPE18.3.19 TYPE and ACCEPT I/O Statements
statements, UNION18.3.20 STRUCTURE, UNION, RECORD, MAP
STATIC18.3.23 AUTOMATIC Statement
static variables17.4.3 Variables Assumed To Be Saved
status, compilation7.2 Options Controlling the Kind of Output
storage association17.4.7 Aliasing Assumed To Work
strings, empty10.7.4 Character Type
strtoul15.2.1.4 Missing strtoul or bsearch
STRUCTURE statement18.3.20 STRUCTURE, UNION, RECORD, MAP
structures18.2 Known Bugs In GNU Fortran
submodels17.6.4 Use Submodel Options
SUBROUTINE statement16.2 Procedures (SUBROUTINE and FUNCTION)
SUBROUTINE statement16.11 Alternate Returns (SUBROUTINE and RETURN)
subroutines16.11 Alternate Returns (SUBROUTINE and RETURN)
subscript checking7.10 Options for Code Generation Conventions
substring checking7.10 Options for Code Generation Conventions
suffixes, file name7.2 Options Controlling the Kind of Output
Sum intrinsic10.11.9.239 Sum Intrinsic
SunOS415.2.1.4 Missing strtoul or bsearch
support, Alpha18.2 Known Bugs In GNU Fortran
support, ELFIn EGCS 1.0.2 versus EGCS 1.0.1:
support, f7718.5.1 Backslash in Constants
support, FORTRAN 7710.2 ANSI FORTRAN 77 Standard Support
support, Fortran 9018.3.2 Fortran 90 Support
support, gdb18.1.4 Debugger Problems
suppressing warnings7.5 Options to Request or Suppress Warnings
symbol names7.4 Options Controlling Fortran Dialect
symbol names16.4 Names
symbol names, scope and classes10.12 Scope and Classes of Symbolic Names
symbol names, transforming7.10 Options for Code Generation Conventions
symbol names, transforming7.10 Options for Code Generation Conventions
symbol names, underscores7.10 Options for Code Generation Conventions
symbol names, underscores7.10 Options for Code Generation Conventions
SymLnk intrinsic10.11.9.240 SymLnk Intrinsic (subroutine)
SymLnk intrinsic12.5.2.131 SymLnk Intrinsic (function)
synchronous write errors15.3.2 Always Flush Output
synchronous write errors17.4.8 Output Assumed To Flush
syntax checking7.5 Options to Request or Suppress Warnings
System intrinsic10.11.9.241 System Intrinsic (subroutine)
System intrinsic12.5.2.132 System Intrinsic (function)
System_Clock intrinsic10.11.9.242 System_Clock Intrinsic

Jump to:   !   "   #   $   %   &   *   -   .   /   6   8   ;   <   >   ?   \   _  
A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  


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

This document was generated by GCC Administrator on March, 17 2001 using texi2html