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: make inform take an explicit location parameter


On Mon, Aug 18, 2008 at 4:00 PM, Manuel López-Ibáñez
<lopezibanez@gmail.com> wrote:
> Now with patch...
>
> 2008/8/18 Manuel López-Ibáñez <lopezibanez@gmail.com>:
>> Bootstrapped and regression tested on x86_64-unknown-linux-gnu with
>> --enable-languages=all,ada
>>
>> OK for trunk?
>>
>> I will do a find+grep just before committing to avoid last minute conflicts.
>>
>> 2008-08-18  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
>>
>>        * diagnostic.c (inform): Add an explicit location_t parameter.
>>        * toplev.h (inform): Update declaration.
>>        * builtins.c: Update all calls to inform.
>>        * toplev.c: Likewise.
>>        * c-pch.c: Likewise.
>>        * opts.c: Likewise.
>>        * c-decl.c: Likewise.
>>        * c-typeck.c: Likewise.
>>        * c-pragma.c: Likewise.
>>        * coverage.c: Likewise.
>>        * c-opts.c: Likewise.
>>        * tree-ssa.c: Likewise.
>>        * c-common.c: Likewise.
>>        * tree-cfg.c: Likewise.
>> cp/
>>        * parser.c: Update all calls to inform.
>>        * typeck.c: Likewise.
>>        * init.c: Likewise.
>>        * class.c: Likewise.
>>        * call.c: Likewise.
>>        * method.c: Likewise.
>>        * friend.c: Likewise.
>>        * typeck2.c: Likewise.
>>        * pt.c: Likewise.
>>        * name-lookup.c: Likewise.
>>        * lex.c: Likewise.
>>
>

OK.


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