This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

Re: [PATCH] Fix an error in r193053


On Thu, Nov 1, 2012 at 11:25 PM, Dehao Chen <dehao@google.com> wrote:
> Hi,
>
> In r193053, input_location was mistakenly used. This patch changed to
> use curr_insn_location instead. This looks like an obvious patch, can
> I check it in to trunk?
>
> Bootstrapped and passed gcc/gdb regression test.

Ok.

Thanks,
Richard.

> Thanks,
> Dehao
>
> gcc/ChangeLog:
> 2012-11-01  Dehao Chen  <dehao@google.com>
>
>         * expr.c (expand_expr_real_1): Change to not using input_location.


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