This is the mail archive of the gdb-patches@sources.redhat.com 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: RFC: C++ overloadin fixes and a type "char" tweak


Proofread and tested on native i686-pc-linux-gnu with v2 and v3,
dwarf-2 and stabs+.  It fixes the XFAIL's in overload.exp just fine
and causes no regressions.

I don't know why this is bundled as one patch rather than two, but it's
okay with me this way.

Good job.  The test suite part is approved, provided that you update the
copyright year.  The rest is recommended for approval.

Michael C

===

2003-01-08  Daniel Jacobowitz  <drow@mvista.com>

	* gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
	(integer_types_same_name_p): New function.
	(rank_one_type): Use it.
	* stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.

2003-01-08  Daniel Jacobowitz  <drow@mvista.com>

	* gdb.c++/overload.exp: Remove some fixed XFAILs.


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