On 10/11/2017 09:15 AM, Jakub Jelinek wrote:
> On Wed, Oct 11, 2017 at 08:17:25AM +0200, Martin Liška wrote:
>> One can see use-after-scope error in boostrap-asan:
>>
>> gcc/ChangeLog:
>>
>> 2017-10-10 Martin Liska
>>
>> * print-rtl.c (print_insn): Move declaration of idbuf
>> to same
On Wed, Oct 11, 2017 at 08:17:25AM +0200, Martin Liška wrote:
> One can see use-after-scope error in boostrap-asan:
>
> gcc/ChangeLog:
>
> 2017-10-10 Martin Liska
>
> * print-rtl.c (print_insn): Move declaration of idbuf
> to same scope as name.
> ---
> gcc/print-rtl.c | 2 +-
>