This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC 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>,"Tobias dot Schlueter at physik dot uni-muenchen dot de" <Tobias dot Schlueter at physik dot uni-muenchen dot de>,patch <gcc-patches at gcc dot gnu dot org>
- Date: Wed, 31 Aug 2005 23:08:18 +0100
- Subject: Re: -fno-automatic option (PR 20592)
- References: <19c433eb05083104192d8250b9@mail.gmail.com> <200508312123.22825.paul@codesourcery.com> <4316164B.9000802@gmail.com>
> In case your option is chosen, I think we need a
> function similar to save_all() (in symbol.c) to implement this
> save_almost_all() ;-)
Doesn't -fmax-stack-var-size=0 already have the desired effect?
i.e we don't need a new option, just document the existing one better :-)
Paul