This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: g77.f-torture/execute/980520-1.f
- From: Jan Hubicka <jh at suse dot cz>
- To: David Edelsohn <dje at watson dot ibm dot com>
- Cc: Geoff Keating <geoffk at geoffk dot org>,Zack Weinberg <zack at codesourcery dot com>, jh at suse dot cz,Steven Bosscher <s dot bosscher at student dot tudelft dot nl>,gcc-regression at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: Thu, 17 Jul 2003 03:10:39 +0200
- Subject: Re: g77.f-torture/execute/980520-1.f
- References: <200307160521.h6G5LBt23827@desire.geoffk.org> <200307161652.MAA25678@makai.watson.ibm.com>
> >>>>> Geoff Keating writes:
>
> Geoff> I couldn't find any patch from Toon, but I did find this patch from
> Geoff> David Edelsohn, which Toon liked, and I hope that's what you are
> Geoff> referring to:
>
> Geoff> This patch is OK, please commit it David!
>
> Zack didn't like the patch and suggested something else that
> Steven Bosscher offered to implement. Honza also was going to work on
> teaching the Fortran front-end to create the equivalent of "static
> inline". I think those other approaches are better. I would like to know
Creating equivalent of static inlining does not help as without inlining
the function is output anyway. Apparently teaching frontend to deffer
the function is very dificult due to funny design of whole thing, so I
think your patch probably best sollution to the problem.
Honza
> about their progress.
>
> David
>