From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeffrey A Law To: Jim Wilson Cc: Toon Moene , egcs@cygnus.com Subject: Re: my EGCS status (really Fortran patches) Date: Tue, 28 Oct 1997 12:35:00 -0000 Message-id: <15395.878065439@hurl.cygnus.com> References: <199710280121.RAA27973@cygnus.com> X-SW-Source: 1997-10/msg01197.html 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