This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Fix Fortran -fno-automatic and save_all (PR fortran/23677)(take 2)
Jakub Jelinek wrote:
> On Mon, Sep 26, 2005 at 10:58:01AM +0200, Tobias Schl?ter wrote:
>>Your work might be relevant for PR 19425, which is an enhancement request. As
>>noted in PR 23677 -fno-automatic should really be a synonym for
>>-fmax-stack-var-size=0, that way the duplicate save problem wouldn't occur.
>
>
> So you prefer something like this instead?
> If yes, ok for HEAD/4.0?
Yes. NB the comment in the PR is the result of a discussion with Paul Brook
(on IRC IIRC).
Thanks,
- Tobi