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


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

Re: Patch: N19990310_4.java regression fix


>>>>> "Jeff" == Jeff Sturm <jsturm@one-point.com> writes:

>> +  DECL_INITIAL (copy) = var;
>> +  expand_decl_init (copy);
>> +  push_value (save_expr (copy));

Jeff> Tom, just for my own edification, why the save_expr here?  Its
Jeff> job is to compute and save its operand, which is also what
Jeff> you've just done, right?

That's fuzzy thinking on my part.  It isn't required.
Thanks for pointing it out.

Tom


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