comparison gcc/fortran/lang.opt @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
1 ; Options for the Fortran 95 front end. 1 ; Options for the Fortran front end.
2 ; Copyright (C) 2003-2017 Free Software Foundation, Inc. 2 ; Copyright (C) 2003-2018 Free Software Foundation, Inc.
3 ; 3 ;
4 ; This file is part of GCC. 4 ; This file is part of GCC.
5 ; 5 ;
6 ; GCC is free software; you can redistribute it and/or modify it under 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 7 ; the terms of the GNU General Public License as published by the Free
243 243
244 Wextra 244 Wextra
245 Fortran Warning 245 Fortran Warning
246 ; Documented in common 246 ; Documented in common
247 247
248 Wfrontend-loop-interchange
249 Fortran Var(flag_warn_frontend_loop_interchange)
250 Warn if loops have been interchanged.
251
248 Wfunction-elimination 252 Wfunction-elimination
249 Fortran Warning Var(warn_function_elimination) 253 Fortran Warning Var(warn_function_elimination) LangEnabledBy(Fortran,Wextra)
250 Warn about function call elimination. 254 Warn about function call elimination.
251 255
252 Wimplicit-interface 256 Wimplicit-interface
253 Fortran Warning Var(warn_implicit_interface) 257 Fortran Warning Var(warn_implicit_interface)
254 Warn about calls with implicit interface. 258 Warn about calls with implicit interface.
546 550
547 ffree-line-length- 551 ffree-line-length-
548 Fortran RejectNegative Joined UInteger Var(flag_free_line_length) Init(132) 552 Fortran RejectNegative Joined UInteger Var(flag_free_line_length) Init(132)
549 -ffree-line-length-<n> Use n as character line width in free mode. 553 -ffree-line-length-<n> Use n as character line width in free mode.
550 554
555 ffrontend-loop-interchange
556 Fortran Var(flag_frontend_loop_interchange) Init(-1)
557 Try to interchange loops if profitable.
558
551 ffrontend-optimize 559 ffrontend-optimize
552 Fortran Var(flag_frontend_optimize) Init(-1) 560 Fortran Var(flag_frontend_optimize) Init(-1)
553 Enable front end optimization. 561 Enable front end optimization.
554 562
555 fimplicit-none 563 fimplicit-none
792 800
793 std=f2008ts 801 std=f2008ts
794 Fortran 802 Fortran
795 Conform to the ISO Fortran 2008 standard including TS 29113. 803 Conform to the ISO Fortran 2008 standard including TS 29113.
796 804
805 std=f2018
806 Fortran
807 Conform to the ISO Fortran 2018 standard.
808
797 std=f95 809 std=f95
798 Fortran 810 Fortran
799 Conform to the ISO Fortran 95 standard. 811 Conform to the ISO Fortran 95 standard.
800 812
801 std=gnu 813 std=gnu