This is the mail archive of the gcc@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]

Re: my EGCS status (really Fortran patches)


	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.

Jim


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