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] smart pointer support


>>>>> "Sami" == sami wagiaalla <swagiaal@redhat.com> writes:

Sami> 2010-08-16  Sami Wagiaalla  <swagiaal@redhat.com>
Sami> 	 PR C++/11500:
Sami> 	* valarith.c (value_x_unop): Handle STRUCTOP_PTR.
Sami> 	* eval.c (evaluate_subexp_standard): Check for overload of
Sami> 	'operator->'.
Sami> 	* valarith.c (value_x_binop): Throw NOT_FOUND_ERROR.
Sami> 	(value_x_unop): Ditto.
Sami> 	* valops.c: Include "exceptions.h".
Sami> 	(find_overload_match): Throw NOT_FOUND_ERROR.
Sami> 	(value_struct_elt): Ditto.

Sami> 2010-08-16  Sami Wagiaalla  <swagiaal@redhat.com>

Sami> 	* gdb.cp/smartp.exp: New test.
Sami> 	* gdb.cp/smartp.cc : New test.

Ok.

Tom


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