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 Thu, Feb 26, 2015 at 3:59 AM, Pedro Alves <palves@redhat.com> wrote:
> 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.

Committed.


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