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: [committed]: [PATCH 0/4] Fix member pointer bugs


>>>>> "Yao" == Yao Qi <yao@codesourcery.com> writes:

Yao> Thanks for the review.  This whole series are checked in in one commit.

Thanks.

I see one failure now:

FAIL: gdb.cp/member-ptr.exp: print (diamond.*diamond_pfunc_ptr) (20)

>From gdb.log:

    print (diamond.*diamond_pfunc_ptr) (20)
    warning: can't find linker symbol for virtual table for `Diamond' value
    warning:   found `Diamond::vget_base()' instead
    Invalid data type for function to be called.

Is this expected?

Tom


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