This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: FYI: remove a couple uses of current_language


>>>>> "Tom" == Tom Tromey <tromey@redhat.com> writes:

Tom>      case BINOP_SUBSCRIPT:
Tom> -      arg1 = evaluate_subexp_with_coercion (exp, pos, noside);
Tom> -      arg2 = evaluate_subexp_with_coercion (exp, pos, noside);
Tom> +      arg1 = evaluate_subexp (NULL_TYPE, exp, pos, noside);
Tom> +      arg2 = evaluate_subexp (NULL_TYPE, exp, pos, noside);
Tom>        if (noside == EVAL_SKIP)

I didn't mean for this change to sneak in.  I am going to revert it for
the time being.

Tom


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