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: [RFA] c++/13225


>>>>> "Keith" == Keith Seitz <keiths@redhat.com> writes:

Keith> Here is a new version which does this and adds several new tests. A
Keith> lot of the patch is massaging the rank_one_type/rank_function API to
Keith> accept an array of struct values (vs struct types).

Keith> Is this more what you had in mind?

Yes, thanks.

2 tiny nits.

Keith> +/* Baddness of converting integer 0 to NULL pointer.  */

Typo, "badness".

Keith> +extern struct rank rank_one_type (struct type *, struct type *, struct value *);

This line is too long.

Ok with these fixed.

Tom


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