re PR fortran/35156 ([patch] Deprecate -M<dir>)
authorTobias Burnus <burnus@net-b.de>
Fri, 25 Apr 2008 21:14:49 +0000 (23:14 +0200)
committerDaniel Franke <dfranke@gcc.gnu.org>
Fri, 25 Apr 2008 21:14:49 +0000 (17:14 -0400)
commitccc2ed871505aea3bb72601bafddd8ee207c6fe6
treeab0258ef4021fd15bb79fb4dc786a3244d298772
parent9ae83b845687ff04cd89613745214f43b6700626
re PR fortran/35156 ([patch] Deprecate -M<dir>)

2008-04-25  Tobias Burnus  <burnus@net-b.de>
            Daniel Franke <franke.daniel@gmail.com>

PR fortran/35156
        * gfortranspec.c (lang_specific_driver): Deprecate
        -M option; fix ICE when "-M" is last argument and
        make "-M<dir>" work.
        * options.c (gfc_handle_module_path_options):
        Use -J instead of -M in error messages.
        * invoke.texi: Mark -M as depecated.

Co-Authored-By: Daniel Franke <franke.daniel@gmail.com>
From-SVN: r134680
gcc/fortran/ChangeLog
gcc/fortran/gfortranspec.c
gcc/fortran/invoke.texi
gcc/fortran/options.c