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: Paul Brook <paul at codesourcery dot com>
- To: fortran at gcc dot gnu dot org
- Cc: François-Xavier Coudert <fxcoudert at gmail dot com>
- Date: Wed, 31 Aug 2005 15:32:19 +0100
- Subject: Re: -fno-automatic option (PR 20592)
- Organization: CodeSourcery
- References: <19c433eb05083104192d8250b9@mail.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?
How does this patch interact with ALLOCATABLE variables. Are they deallocated
at the end of the procedure or not? This needs testing and documenting.
Paul