This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] Fix ARI violations in c++compile
- From: Keith Seitz <keiths at redhat dot com>
- To: gdb-patches at sourceware dot org
- Date: Sat, 1 Sep 2018 12:50:16 -0700
- Subject: Re: [PATCH] Fix ARI violations in c++compile
- References: <20180830215845.12213-1-keiths@redhat.com> <87h8ja1tlc.fsf@tromey.com>
On 08/31/2018 07:47 AM, Tom Tromey wrote:
>>>>>> "Keith" == Keith Seitz <keiths@redhat.com> writes:
>
> Keith> * compile/compile-cplus-types.c (compile_cplus_debug_output_1): Use
> Keith> pulongest instead of "%lld".
> Keith> * compile/compile-cplus-symbols.c (gcc_cplus_convert_symbol): Remove
> Keith> ATTRIBUTE_UNUSED.
>
> Thanks, this is ok.
Pushed. Thank you for taking a look.
Keith