From: Tom Tromey <tromey@redhat.com>
To: gdb-patches@sourceware.org
Subject: Re: FYI: remove a couple uses of current_language
Date: Tue, 11 May 2010 16:52:00 -0000 [thread overview]
Message-ID: <m3ljbq8jpc.fsf@fleche.redhat.com> (raw)
In-Reply-To: <m3r5lja4v4.fsf@fleche.redhat.com> (Tom Tromey's message of "Mon, 10 May 2010 14:17:35 -0600")
>>>>> "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
prev parent reply other threads:[~2010-05-11 16:52 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-10 20:17 Tom Tromey
2010-05-11 16:52 ` Tom Tromey [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m3ljbq8jpc.fsf@fleche.redhat.com \
--to=tromey@redhat.com \
--cc=gdb-patches@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox