This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: g77.f-torture/execute/980520-1.f


> >>>>> 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
> 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]