This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: -fno-automatic option (PR 20592)
- From: Tobias dot Schlueter at Physik dot Uni-Muenchen dot DE
- To: François-Xavier Coudert <fxcoudert at gmail dot com>
- Cc: gfortran <fortran at gcc dot gnu dot org>
- Date: Wed, 31 Aug 2005 14:01:13 +0200
- Subject: Re: -fno-automatic option (PR 20592)
- References: <19c433eb05083104192d8250b9@mail.gmail.com>
Quoting François-Xavier Coudert <fxcoudert@gmail.com>:
> Where flag_automatic is the new flag corresponding to the option.
> Then, if it was that simple, it would have been done earlier, but even
> thinking harder I can't find what's wrong with this simple patch. Can
> someone help me? Is this the right thing, or did I miss an obvious
> point?
I think your patch is right. Probably noone ever investigated how this could be
done. Consider a complete patch pre-approved, given that the option handling
itself will be straightforward to implement.
Thanks,
- Tobi