1 ; Options for the Fortran 95 front end.
2 ; Copyright (C) 2003-2016 Free Software Foundation, Inc.
4 ; This file is part of GCC.
6 ; GCC is free software; you can redistribute it and/or modify it under
7 ; the terms of the GNU General Public License as published by the Free
8 ; Software Foundation; either version 3, or (at your option) any later
11 ; GCC is distributed in the hope that it will be useful, but WITHOUT ANY
12 ; WARRANTY; without even the implied warranty of MERCHANTABILITY or
13 ; FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
16 ; You should have received a copy of the GNU General Public License
17 ; along with GCC; see the file COPYING3. If not see
18 ; <http://www.gnu.org/licenses/>.
20 ; See the GCC internals manual for a description of this file's format.
22 ; Please try to keep this file in ASCII collating order.
31 Fortran Separate Alias(A)
34 Fortran Joined Alias(A)
43 Fortran Separate Alias(D)
46 Fortran Joined Alias(D)
52 Fortran Separate Alias(d)
55 Fortran Joined Alias(d)
61 Fortran Separate Alias(I)
64 Fortran Joined Alias(I)
66 -include-directory-after
67 Fortran Separate Alias(idirafter)
69 -include-directory-after=
70 Fortran Joined Alias(idirafter)
73 Fortran Separate Alias(iprefix)
76 Fortran JoinedOrMissing Alias(iprefix)
82 Fortran Alias(nostdinc)
85 Fortran Separate Alias(o)
88 Fortran Joined Alias(o)
91 Fortran Undocumented Alias(E)
93 -print-missing-file-dependencies
100 Fortran Separate Alias(U)
103 Fortran Joined Alias(U)
112 Fortran NoDriverArg Separate Alias(MD)
114 -write-user-dependencies
115 Fortran NoDriverArg Separate Alias(MMD)
118 Fortran Joined Separate
130 Fortran Joined Separate
141 Fortran Joined Separate
145 Fortran Joined Separate
146 -J<directory> Put MODULE files in 'directory'.
153 Fortran Separate NoDriverArg
157 Fortran Joined Separate
169 Fortran Separate NoDriverArg
177 Fortran Joined Separate
181 Fortran Joined Separate
189 Fortran Joined Separate
197 Fortran Warning Var(warn_aliasing) LangEnabledBy(Fortran,Wall)
198 Warn about possible aliasing of dummy arguments.
201 Fortran Warning Var(warn_align_commons) Init(1)
202 Warn about alignment of COMMON blocks.
205 Fortran Warning Var(warn_ampersand) LangEnabledBy(Fortran,Wall || Wpedantic)
206 Warn about missing ampersand in continued character constants.
209 Fortran Warning Var(warn_array_temporaries)
210 Warn about creation of array temporaries.
213 Fortran Var(warn_c_binding_type) Warning LangEnabledBy(Fortran,Wall)
214 Warn if the type of a variable might be not interoperable with C.
220 Wcharacter-truncation
221 Fortran Var(warn_character_truncation) Warning LangEnabledBy(Fortran,Wall)
222 Warn about truncated character expressions.
225 Fortran Warning Var(warn_compare_reals) LangEnabledBy(Fortran,Wextra)
226 Warn about equality comparisons involving REAL or COMPLEX expressions.
229 Fortran Var(warn_conversion) Warning LangEnabledBy(Fortran,Wall)
233 Fortran Var(warn_conversion_extra) Warning
234 Warn about most implicit conversions.
238 ; Documented in common
240 Wfunction-elimination
241 Fortran Warning Var(warn_function_elimination)
242 Warn about function call elimination.
245 Fortran Warning Var(warn_implicit_interface)
246 Warn about calls with implicit interface.
249 Fortran Warning Var(warn_implicit_procedure)
250 Warn about called procedures not explicitly declared.
253 Fortran Warning Var(warn_integer_division) LangEnabledBy(Fortran,Wall)
254 Warn about constant integer divisions with truncated results.
257 Fortran Warning Var(warn_line_truncation) LangEnabledBy(Fortran,Wall) Init(-1)
258 Warn about truncated source lines.
261 Fortran Var(warn_intrinsics_std) Warning LangEnabledBy(Fortran,Wall)
262 Warn on intrinsics not part of the selected standard.
265 Fortran LangEnabledBy(Fortran,Wall)
266 ; Documented in common.opt
268 Wmissing-include-dirs
270 ; Documented in C/C++
273 Fortran Var(warn_use_without_only) Warning
274 Warn about USE statements that have no ONLY qualifier.
282 ; Documented in common.opt
285 Fortran Warning Var(warn_real_q_constant) LangEnabledBy(Fortran,Wall)
286 Warn about real-literal-constants with 'q' exponent-letter.
289 Fortran Warning Var(warn_realloc_lhs) LangEnabledBy(Fortran,Wrealloc-lhs-all)
290 Warn when a left-hand-side array variable is reallocated.
293 Fortran Warning Var(warn_realloc_lhs_all)
294 Warn when a left-hand-side variable is reallocated.
297 Fortran Warning Var(warn_target_lifetime) LangEnabledBy(Fortran,Wall)
298 Warn if the pointer in a pointer assignment might outlive its target.
301 Fortran Warning LangEnabledBy(Fortran,Wall)
305 Fortran Warning Var(warn_surprising) LangEnabledBy(Fortran,Wall)
306 Warn about \"suspicious\" constructs.
309 Fortran Warning Var(warn_tabs) LangEnabledBy(Fortran,Wall || Wpedantic)
310 Permit nonconforming uses of the tab character.
313 Fortran Warning Var(warn_underflow) Init(1)
314 Warn about underflow of numerical constant expressions.
317 Fortran LangEnabledBy(Fortran,Wall)
318 ; Documented in common.opt
321 Fortran Warning Var(warn_intrinsic_shadow) LangEnabledBy(Fortran,Wall)
322 Warn if a user-procedure has the same name as an intrinsic.
325 LangEnabledBy(Fortran,Wall)
326 ; Documented in common.opt
328 Wunused-dummy-argument
329 Fortran Warning Var(warn_unused_dummy_argument) LangEnabledBy(Fortran,Wall)
330 Warn about unused dummy arguments.
333 Fortran Warning Var(warn_zerotrip) LangEnabledBy(Fortran,Wall)
334 Warn about zero-trip DO loops.
337 Fortran Negative(nocpp)
338 Enable preprocessing.
341 Fortran Joined Negative(nocpp) Undocumented NoDWARFRecord
342 ; Internal option generated by specs from -cpp.
345 Fortran Negative(cpp)
346 Disable preprocessing.
350 ; Documented in common.opt
352 faggressive-function-elimination
353 Fortran Var(flag_aggressive_function_elimination)
354 Eliminate multiple function invokations also for impure functions.
357 Fortran Var(flag_align_commons) Init(1)
358 Enable alignment of COMMON blocks.
361 Fortran RejectNegative Var(flag_all_intrinsics)
362 All intrinsics procedures are available regardless of selected standard.
364 fallow-leading-underscore
365 Fortran Undocumented Var(flag_allow_leading_underscore)
366 ; For internal use only: allow the first character of symbol names to be an underscore
369 Fortran Var(flag_automatic) Init(1)
370 Do not treat local variables and COMMON blocks as if they were named in SAVE statements.
373 Fortran Var(flag_backslash)
374 Specify that backslash in string introduces an escape character.
377 Fortran Var(flag_backtrace) Init(1)
378 Produce a backtrace when a runtime error is encountered.
381 Fortran RejectNegative Joined UInteger Var(flag_blas_matmul_limit) Init(30)
382 -fblas-matmul-limit=<n> Size of the smallest matrix for which matmul will use BLAS.
384 fcheck-array-temporaries
386 Produce a warning at runtime if a array temporary has been created for a procedure argument.
389 Fortran RejectNegative Joined Enum(gfc_convert) Var(flag_convert) Init(GFC_FLAG_CONVERT_NATIVE)
390 -fconvert=<big-endian|little-endian|native|swap> The endianness used for unformatted files.
393 Name(gfc_convert) Type(enum gfc_convert) UnknownError(Unrecognized option to endianess value: %qs)
396 Enum(gfc_convert) String(big-endian) Value(GFC_FLAG_CONVERT_BIG)
399 Enum(gfc_convert) String(little-endian) Value(GFC_FLAG_CONVERT_LITTLE)
402 Enum(gfc_convert) String(native) Value(GFC_FLAG_CONVERT_NATIVE)
405 Enum(gfc_convert) String(swap) Value(GFC_FLAG_CONVERT_SWAP)
408 Fortran Var(flag_cray_pointer)
409 Use the Cray Pointer extension.
412 Fortran RejectNegative
413 Ignore 'D' in column one in fixed form.
416 Fortran RejectNegative
417 Treat lines with 'D' in column one as comments.
421 Enable all DEC language extensions.
425 Enable support for DEC STRUCTURE/RECORD.
428 Fortran Var(flag_default_double)
429 Set the default double precision kind to an 8 byte wide type.
432 Fortran Var(flag_default_integer)
433 Set the default integer kind to an 8 byte wide type.
436 Fortran Var(flag_default_real)
437 Set the default real kind to an 8 byte wide type.
440 Fortran Var(flag_dollar_ok)
441 Allow dollar signs in entity names.
445 Does nothing. Preserved for backward compatibility.
447 fdump-fortran-original
448 Fortran Var(flag_dump_fortran_original)
449 Display the code tree after parsing.
451 fdump-fortran-optimized
452 Fortran Var(flag_dump_fortran_optimized)
453 Display the code tree after front end optimization.
456 Fortran Alias(fdump-fortran-original)
457 Display the code tree after parsing; deprecated option.
460 Fortran Var(flag_external_blas)
461 Specify that an external BLAS library should be used for matmul calls on large-size arrays.
464 Fortran Var(flag_f2c)
465 Use f2c calling convention.
468 Fortran RejectNegative
469 Assume that the source file is fixed form.
472 Fortran RejectNegative Var(flag_integer4_kind,8)
473 Interpret any INTEGER(4) as an INTEGER(8).
475 fintrinsic-modules-path
476 Fortran RejectNegative Separate
477 Specify where to find the compiled intrinsic modules.
479 fintrinsic-modules-path=
480 Fortran RejectNegative Joined
481 Specify where to find the compiled intrinsic modules.
483 ffixed-line-length-none
484 Fortran RejectNegative Var(flag_fixed_line_length,0)
485 Allow arbitrary character line width in fixed mode.
488 Fortran RejectNegative Joined UInteger Var(flag_fixed_line_length) Init(72)
489 -ffixed-line-length-<n> Use n as character line width in fixed mode.
492 Fortran RejectNegative JoinedOrMissing
493 -ffpe-trap=[...] Stop on following floating point exceptions.
496 Fortran RejectNegative JoinedOrMissing
497 -ffpe-summary=[...] Print summary of floating point exceptions.
500 Fortran RejectNegative
501 Assume that the source file is free form.
503 ffree-line-length-none
504 Fortran RejectNegative Var(flag_free_line_length,0)
505 Allow arbitrary character line width in free mode.
508 Fortran RejectNegative Joined UInteger Var(flag_free_line_length) Init(132)
509 -ffree-line-length-<n> Use n as character line width in free mode.
512 Fortran Var(flag_frontend_optimize) Init(-1)
513 Enable front end optimization.
516 Fortran Var(flag_implicit_none)
517 Specify that no implicit typing is allowed, unless overridden by explicit IMPLICIT statements.
520 Fortran RejectNegative Joined UInteger
521 -finit-character=<n> Initialize local character variables to ASCII value n.
524 Fortran RejectNegative Joined
525 -finit-integer=<n> Initialize local integer variables to n.
529 Initialize local variables to zero (from g77).
532 Fortran RejectNegative Joined
533 -finit-logical=<true|false> Initialize local logical variables.
536 Fortran RejectNegative ToLower Joined Enum(gfc_init_local_real) Var(flag_init_real) Init(GFC_INIT_REAL_OFF)
537 -finit-real=<zero|snan|nan|inf|-inf> Initialize local real variables.
540 Name(gfc_init_local_real) Type(enum gfc_init_local_real) UnknownError(Unrecognized option to floating-point init value: %qs)
543 Enum(gfc_init_local_real) String(zero) Value(GFC_INIT_REAL_ZERO)
546 Enum(gfc_init_local_real) String(snan) Value(GFC_INIT_REAL_SNAN)
549 Enum(gfc_init_local_real) String(nan) Value(GFC_INIT_REAL_NAN)
552 Enum(gfc_init_local_real) String(inf) Value(GFC_INIT_REAL_INF)
555 Enum(gfc_init_local_real) String(-inf) Value(GFC_INIT_REAL_NEG_INF)
557 finline-matmul-limit=
558 Fortran RejectNegative Joined UInteger Var(flag_inline_matmul_limit) Init(-1)
559 -finline-matmul-limit=<n> Specify the size of the largest matrix for which matmul will be inlined.
561 fmax-array-constructor=
562 Fortran RejectNegative Joined UInteger Var(flag_max_array_constructor) Init(65535)
563 -fmax-array-constructor=<n> Maximum number of objects in an array constructor.
565 fmax-identifier-length=
566 Fortran RejectNegative Joined UInteger
567 -fmax-identifier-length=<n> Maximum identifier length.
569 fmax-subrecord-length=
570 Fortran RejectNegative Joined UInteger Var(flag_max_subrecord_length)
571 -fmax-subrecord-length=<n> Maximum length for subrecords.
574 Fortran RejectNegative Joined UInteger Var(flag_max_stack_var_size) Init(-2)
575 -fmax-stack-var-size=<n> Size in bytes of the largest array that will be put on the stack.
578 Fortran Var(flag_stack_arrays) Init(-1)
579 Put all local arrays on stack.
582 Fortran Var(flag_module_private)
583 Set default accessibility of module entities to PRIVATE.
590 Fortran LTO Joined Var(flag_openacc_dims)
602 Fortran Var(flag_pack_derived)
603 Try to lay out derived types as compactly as possible.
610 Fortran Var(flag_protect_parens) Init(-1)
611 Protect parentheses in expressions.
614 Fortran Var(flag_range_check) Init(1)
615 Enable range checking during compilation.
618 Fortran RejectNegative Var(flag_real4_kind,8)
619 Interpret any REAL(4) as a REAL(8).
622 Fortran RejectNegative Var(flag_real4_kind,10)
623 Interpret any REAL(4) as a REAL(10).
626 Fortran RejectNegative Var(flag_real4_kind,16)
627 Interpret any REAL(4) as a REAL(16).
630 Fortran RejectNegative Var(flag_real8_kind,4)
631 Interpret any REAL(8) as a REAL(4).
634 Fortran RejectNegative Var(flag_real8_kind,10)
635 Interpret any REAL(8) as a REAL(10).
638 Fortran RejectNegative Var(flag_real8_kind,16)
639 Interpret any REAL(8) as a REAL(16).
642 Fortran Var(flag_realloc_lhs) Init(-1)
643 Reallocate the LHS in assignments.
646 Fortran RejectNegative Var(flag_record_marker,4)
647 Use a 4-byte record marker for unformatted files.
650 Fortran RejectNegative Var(flag_record_marker,8)
651 Use an 8-byte record marker for unformatted files.
654 Fortran Var(flag_recursive)
655 Allocate local variables on the stack to allow indirect recursion.
658 Fortran Var(flag_repack_arrays)
659 Copy array sections into a contiguous block on procedure entry.
662 Fortran RejectNegative Joined Enum(gfc_fcoarray) Var(flag_coarray) Init(GFC_FCOARRAY_NONE)
663 -fcoarray=<none|single|lib> Specify which coarray parallelization should be used.
666 Name(gfc_fcoarray) Type(enum gfc_fcoarray) UnknownError(Unrecognized option: %qs)
669 Enum(gfc_fcoarray) String(none) Value(GFC_FCOARRAY_NONE)
672 Enum(gfc_fcoarray) String(single) Value(GFC_FCOARRAY_SINGLE)
675 Enum(gfc_fcoarray) String(lib) Value(GFC_FCOARRAY_LIB)
678 Fortran RejectNegative JoinedOrMissing
679 -fcheck=[...] Specify which runtime checks are to be performed.
682 Fortran Var(flag_second_underscore) Init(-1)
683 Append a second underscore if the name already contains an underscore.
686 Fortran Var(flag_short_enums)
690 Fortran Var(flag_sign_zero) Init(1)
691 Apply negative sign to zero values.
694 Fortran Var(flag_underscoring) Init(1)
695 Append underscores to externally visible names.
699 Does nothing. Preserved for backward compatibility.
706 Fortran Joined Separate
710 Fortran Joined Separate
714 Fortran Joined Separate
718 Fortran Joined Separate
722 Fortran Joined Separate
726 Fortran Joined Separate
734 Fortran Joined Separate
735 ; Documented in common.opt
739 Statically link the GNU Fortran helper library (libgfortran).
743 Conform to the ISO Fortran 2003 standard.
747 Conform to the ISO Fortran 2008 standard.
751 Conform to the ISO Fortran 2008 standard including TS 29113.
755 Conform to the ISO Fortran 95 standard.
759 Conform to nothing in particular.
763 Accept extensions to support legacy code.
773 ; This comment is to ensure we retain the blank line above.