diff options
author | Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> | 2009-03-28 12:52:08 +0000 |
---|---|---|
committer | Tobias Burnus <burnus@gcc.gnu.org> | 2009-03-28 13:52:08 +0100 |
commit | d3d3011f933aaeb59829db58cc44d19e47e32e22 (patch) | |
tree | a09667a5c8ec70fa85fff4377dcf431f1430afdc /gcc/fortran/lang.opt | |
parent | 257eb6e3ef00aa111907c4b9411aaa81cdc80396 (diff) | |
download | gcc-d3d3011f933aaeb59829db58cc44d19e47e32e22.zip gcc-d3d3011f933aaeb59829db58cc44d19e47e32e22.tar.gz gcc-d3d3011f933aaeb59829db58cc44d19e47e32e22.tar.bz2 |
gfortran.h (gfc_option_t): Add rtcheck.
2009-03-28 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Paul Thomas <pault@gcc.gnu.org>
Tobias Burnus <burnus@net-b.de>
* gfortran.h (gfc_option_t): Add rtcheck.
* lang.opt: New option -fruntime-check.
* libgfortran.h: Add GFC_RTCHECK_* constants.
* invoke.texi: Document -fruntime-check.
* options.c (gfc_handle_runtime_check_option): New function.
(gfc_init_options,gfc_post_options,gfc_handle_option):
Add -fruntime-check option.
Co-Authored-By: Paul Thomas <pault@gcc.gnu.org>
Co-Authored-By: Tobias Burnus <burnus@net-b.de>
From-SVN: r145183
Diffstat (limited to 'gcc/fortran/lang.opt')
-rw-r--r-- | gcc/fortran/lang.opt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/fortran/lang.opt b/gcc/fortran/lang.opt index 64fd486..193604a 100644 --- a/gcc/fortran/lang.opt +++ b/gcc/fortran/lang.opt @@ -246,7 +246,7 @@ Fortran RejectNegative Joined UInteger ffpe-trap= Fortran RejectNegative JoinedOrMissing --ffpe-trap=[..] Stop on following floating point exceptions +-ffpe-trap=[...] Stop on following floating point exceptions ffree-form Fortran RejectNegative @@ -340,6 +340,10 @@ frepack-arrays Fortran Copy array sections into a contiguous block on procedure entry +fcheck= +Fortran RejectNegative JoinedOrMissing +-fcheck=[...] Specify which runtime checks are to be performed + fsecond-underscore Fortran Append a second underscore if the name already contains an underscore |