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




On 10 Apr 2001, Tom Tromey wrote:
> +  DECL_INITIAL (copy) = var;
> +  expand_decl_init (copy);
> +  push_value (save_expr (copy));

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

Jeff



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