This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: my EGCS status (really Fortran patches)
- To: Jim Wilson <wilson at cygnus dot com>
- Subject: Re: my EGCS status (really Fortran patches)
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Tue, 28 Oct 1997 12:03:59 -0700
- cc: Toon Moene <toon at moene dot indiv dot nluug dot nl>, egcs at cygnus dot com
- Reply-To: law at cygnus dot com
In message <199710280121.RAA27973@cygnus.com>you write:
> So basically we want to do something like this in both of the
> if clauses?
>
> t = fold (build ....);
> if (have_save_expr)
> t = save_expr (t)
> return t
>
> yes.
OK. I've made the appropriate updates and checked in the
patch.
So that covers this round of Fortran improvements right? :-)
Jeff