Remove outermost loop parameter.
[official-gcc/graphite-test-results.git] / gcc / fortran / lang.opt
blobc1a86ddab08489a7f819302c591ffdd493c9c30f
1 ; Options for the Fortran 95 front end.
2 ; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
3 ; Free Software Foundation, Inc.
5 ; This file is part of GCC.
7 ; GCC is free software; you can redistribute it and/or modify it under
8 ; the terms of the GNU General Public License as published by the Free
9 ; Software Foundation; either version 3, or (at your option) any later
10 ; version.
11
12 ; GCC is distributed in the hope that it will be useful, but WITHOUT ANY
13 ; WARRANTY; without even the implied warranty of MERCHANTABILITY or
14 ; FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
15 ; for more details.
16
17 ; You should have received a copy of the GNU General Public License
18 ; along with GCC; see the file COPYING3.  If not see
19 ; <http://www.gnu.org/licenses/>.
21 ; See the GCC internals manual for a description of this file's format.
23 ; Please try to keep this file in ASCII collating order.
25 Language
26 Fortran
29 Fortran Joined Separate
30 ; Documented in C
33 Fortran
34 ; Documented in C
37 Fortran
38 ; Documented in C
41 Fortran Joined Separate
42 ; Documented in C
45 Fortran Undocumented
48 Fortran
49 ; Documented in C
52 Fortran Joined Separate
53 ; Documented in C
56 Fortran Joined Separate
57 -J<directory>   Put MODULE files in 'directory'
60 Fortran
61 ; Documented in C
64 Fortran Joined Separate
65 ; Documented in C
67 Wall
68 Fortran
69 ; Documented in C
71 Waliasing
72 Fortran Warning
73 Warn about possible aliasing of dummy arguments
75 Walign-commons
76 Fortran Warning
77 Warn about alignment of COMMON blocks
79 Wampersand
80 Fortran Warning
81 Warn about missing ampersand in continued character constants
83 Warray-temporaries
84 Fortran Warning
85 Warn about creation of array temporaries
87 Wcharacter-truncation
88 Fortran Warning
89 Warn about truncated character expressions
91 Wconversion
92 Fortran Warning
93 ; Documented in C
95 Wconversion-extra
96 Fortran Warning
97 Warn about most implicit conversions
99 Wimplicit-interface
100 Fortran Warning
101 Warn about calls with implicit interface
103 Wimplicit-procedure
104 Fortran Warning
105 Warn about called procedures not explicitly declared
107 Wline-truncation
108 Fortran Warning
109 Warn about truncated source lines
111 Wintrinsics-std
112 Fortran Warning
113 Warn on intrinsics not part of the selected standard
115 Wreturn-type
116 Fortran Warning
117 ; Documented in C
119 Wsurprising
120 Fortran Warning
121 Warn about \"suspicious\" constructs
123 Wtabs
124 Fortran Warning
125 Permit nonconforming uses of the tab character
127 Wunderflow
128 Fortran Warning
129 Warn about underflow of numerical constant expressions
131 Wintrinsic-shadow
132 Fortran Warning
133 Warn if a user-procedure has the same name as an intrinsic
135 Wunused-dummy-argument
136 Fortran Warning
137 Warn about unused dummy arguments.
140 Fortran Joined Separate Negative(nocpp)
141 Enable preprocessing
143 nocpp
144 Fortran Negative(cpp)
145 Disable preprocessing
148 Fortran Joined
149 ; Documented in common.opt
151 falign-commons
152 Fortran
153 Enable alignment of COMMON blocks
155 fall-intrinsics
156 Fortran RejectNegative
157 All intrinsics procedures are available regardless of selected standard
159 fallow-leading-underscore
160 Fortran Undocumented
161 ; For internal use only: allow the first character of symbol names to be an underscore
163 fautomatic
164 Fortran
165 Do not treat local variables and COMMON blocks as if they were named in SAVE statements
167 fbackslash
168 Fortran
169 Specify that backslash in string introduces an escape character
171 fbacktrace
172 Fortran
173 Produce a backtrace when a runtime error is encountered
175 fblas-matmul-limit=
176 Fortran RejectNegative Joined UInteger
177 -fblas-matmul-limit=<n> Size of the smallest matrix for which matmul will use BLAS
179 fcheck-array-temporaries
180 Fortran
181 Produce a warning at runtime if a array temporary has been created for a procedure argument
183 fconvert=big-endian
184 Fortran RejectNegative
185 Use big-endian format for unformatted files
187 fconvert=little-endian
188 Fortran RejectNegative
189 Use little-endian format for unformatted files
191 fconvert=native
192 Fortran RejectNegative
193 Use native format for unformatted files
195 fconvert=swap
196 Fortran RejectNegative
197 Swap endianness for unformatted files
199 fcray-pointer
200 Fortran
201 Use the Cray Pointer extension
203 fd-lines-as-code
204 Fortran RejectNegative
205 Ignore 'D' in column one in fixed form
207 fd-lines-as-comments
208 Fortran RejectNegative
209 Treat lines with 'D' in column one as comments
211 fdefault-double-8
212 Fortran
213 Set the default double precision kind to an 8 byte wide type
215 fdefault-integer-8
216 Fortran
217 Set the default integer kind to an 8 byte wide type
219 fdefault-real-8
220 Fortran
221 Set the default real kind to an 8 byte wide type
223 fdollar-ok
224 Fortran
225 Allow dollar signs in entity names
227 fdump-core
228 Fortran
229 Dump a core file when a runtime error occurs
231 fdump-parse-tree
232 Fortran
233 Display the code tree after parsing
235 fexternal-blas
236 Fortran
237 Specify that an external BLAS library should be used for matmul calls on large-size arrays
239 ff2c
240 Fortran
241 Use f2c calling convention
243 ffixed-form
244 Fortran RejectNegative
245 Assume that the source file is fixed form
247 fintrinsic-modules-path
248 Fortran RejectNegative Joined Separate
249 Specify where to find the compiled intrinsic modules
251 ffixed-line-length-none
252 Fortran RejectNegative
253 Allow arbitrary character line width in fixed mode
255 ffixed-line-length-
256 Fortran RejectNegative Joined UInteger
257 -ffixed-line-length-<n> Use n as character line width in fixed mode
259 ffpe-trap=
260 Fortran RejectNegative JoinedOrMissing
261 -ffpe-trap=[...]        Stop on following floating point exceptions
263 ffree-form
264 Fortran RejectNegative
265 Assume that the source file is free form
267 ffree-line-length-none
268 Fortran RejectNegative
269 Allow arbitrary character line width in free mode
271 ffree-line-length-
272 Fortran RejectNegative Joined UInteger
273 -ffree-line-length-<n>  Use n as character line width in free mode
275 fimplicit-none
276 Fortran
277 Specify that no implicit typing is allowed, unless overridden by explicit IMPLICIT statements
279 finit-character=
280 Fortran RejectNegative Joined UInteger
281 -finit-character=<n>    Initialize local character variables to ASCII value n
283 finit-integer=
284 Fortran RejectNegative Joined
285 -finit-integer=<n>      Initialize local integer variables to n
287 finit-local-zero
288 Fortran
289 Initialize local variables to zero (from g77)
291 finit-logical=
292 Fortran RejectNegative Joined
293 -finit-logical=<true|false>     Initialize local logical variables
295 finit-real=
296 Fortran RejectNegative Joined
297 -finit-real=<zero|nan|inf|-inf> Initialize local real variables
299 fmax-array-constructor=
300 Fortran RejectNegative Joined UInteger
301 -fmax-array-constructor=<n>     Maximum number of objects in an array constructor
303 fmax-errors=
304 Fortran RejectNegative Joined UInteger
305 -fmax-errors=<n>        Maximum number of errors to report
307 fmax-identifier-length=
308 Fortran RejectNegative Joined UInteger
309 -fmax-identifier-length=<n>     Maximum identifier length
311 fmax-subrecord-length=
312 Fortran RejectNegative Joined UInteger
313 -fmax-subrecord-length=<n>      Maximum length for subrecords
315 fmax-stack-var-size=
316 Fortran RejectNegative Joined UInteger
317 -fmax-stack-var-size=<n>        Size in bytes of the largest array that will be put on the stack
319 fmodule-private
320 Fortran
321 Set default accessibility of module entities to PRIVATE.
323 fopenmp
324 Fortran
325 ; Documented in C
327 fpack-derived
328 Fortran
329 Try to lay out derived types as compactly as possible
331 fpreprocessed
332 Fortran
333 ; Documented in C
335 fprotect-parens
336 Fortran
337 Protect parentheses in expressions
339 frange-check
340 Fortran
341 Enable range checking during compilation
343 frecord-marker=4
344 Fortran RejectNegative
345 Use a 4-byte record marker for unformatted files
347 frecord-marker=8
348 Fortran RejectNegative
349 Use an 8-byte record marker for unformatted files
351 frecursive
352 Fortran
353 Allocate local variables on the stack to allow indirect recursion
355 frepack-arrays
356 Fortran
357 Copy array sections into a contiguous block on procedure entry
359 fcoarray=
360 Fortran RejectNegative JoinedOrMissing
361 -fcoarray=[...] Specify which coarray parallelization should be used
363 fcheck=
364 Fortran RejectNegative JoinedOrMissing
365 -fcheck=[...]   Specify which runtime checks are to be performed
367 fsecond-underscore
368 Fortran
369 Append a second underscore if the name already contains an underscore
371 fshort-enums
372 Fortran
373 ; Documented in C
375 fsign-zero
376 Fortran
377 Apply negative sign to zero values
379 funderscoring
380 Fortran
381 Append underscores to externally visible names
383 fwhole-file
384 Fortran
385 Compile all program units at once and check all interfaces
387 fworking-directory
388 Fortran
389 ; Documented in C
391 idirafter
392 Fortran Joined Separate
393 ; Documented in C
395 imultilib
396 Fortran Joined Separate
397 ; Documented in C
399 iprefix
400 Fortran Joined Separate
401 ; Documented in C
403 iquote
404 Fortran Joined Separate
405 ; Documented in C
407 isysroot
408 Fortran Joined Separate
409 ; Documented in C
411 isystem
412 Fortran Joined Separate
413 ; Documented in C
415 nostdinc
416 Fortran
417 ; Documented in C
420 Fortran Joined Separate
421 ; Documented in common.opt
423 static-libgfortran
424 Fortran
425 Statically link the GNU Fortran helper library (libgfortran)
427 std=f2003
428 Fortran
429 Conform to the ISO Fortran 2003 standard
431 std=f2008
432 Fortran
433 Conform to the ISO Fortran 2008 standard
435 std=f95
436 Fortran
437 Conform to the ISO Fortran 95 standard
439 std=gnu
440 Fortran
441 Conform to nothing in particular
443 std=legacy
444 Fortran
445 Accept extensions to support legacy code
447 undef
448 Fortran
449 ; Documented in C
452 Fortran
453 ; Documented in C
455 ; This comment is to ensure we retain the blank line above.