]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR fortran/69520 (Implement reversal of -fcheck options)
authorJerry DeLisle <jvdelisle@gcc.gnu.org>
Sun, 13 Mar 2016 00:19:08 +0000 (00:19 +0000)
committerJerry DeLisle <jvdelisle@gcc.gnu.org>
Sun, 13 Mar 2016 00:19:08 +0000 (00:19 +0000)
commita4c54bf2a79469093e8742ec3e22ae09f14da4b5
treee5ca4eadbe1abca4cd1c4047876467c45f49dd7a
parent4d4d5abe2eeb3a978027fdbb45e356a120da4ae2
re PR fortran/69520 (Implement reversal of -fcheck options)

2016-03-12  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
    Harold Anlauf  <anlauf@gmx.de>

PR fortran/69520
* invoke.texi: Explain use of the 'no-' construct within the
-fcheck= option.
* options.c (gfc_handle_runtime_check_option): Enable use of
'no-' prefix for the various options with -fcheck= to allow
negating previously enabled check options.

Co-Authored-By: Harald Anlauf <anlauf@gmx.de>
From-SVN: r234167
gcc/fortran/ChangeLog
gcc/fortran/invoke.texi
gcc/fortran/options.c