This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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] gdb: Handle ICC's unexpected void return type


On Tue, 30 Oct 2018 17:34:00 -0700
Keith Seitz <keiths@redhat.com> wrote:

> > The new patch moves the conversion from integer type to void type into
> > a new function which is now called from a couple of places, but all
> > from within dwarf2read.c:read_base_type, this catches the return type
> > and the variable type issues.  The test has been renamed to remove the
> > focus on return type.  Otherwise, everything is pretty similar.
> > 
> > Let me know what you think.  
> 
> That answers all the questions I had. Thank you very much.
> 
> Kevin has already approved the patch, so unless he has anything further,
> I would say this patch is good to go in.

I read through the new patch.  It looks good to me also.

Kevin


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