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] Fix internal errors due to missing check_typedef calls


On 02/24/2015 10:21 PM, Doug Evans wrote:
> Hi.
> 
> Silly me forgot to add in the requisite check_typedef calls.
> I tripped over this bug with a program that had a
> typedef'd unnamed baseclass with virtual methods.
> 
> The patch includes testcases to exercise this case now.
> I added tests in a couple of files because I wanted to exercise
> both ptype and print, and these files looked like the best
> place to put them.
> 
> Regression tested on amd64-linux.

LGTM.

Thanks,
Pedro Alves


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