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: [rfa] C++ testsuite fix for unsigned char


Approved, provided that you've tested it at least once.

> By the way, this test would be invalid C since it relies on the behavior of
> signed overflow.  I'm not sure about C++ but I suspect it's the same.

You are right.  It would be okay with me to change all the 'c' from
'char' to 'unsigned char'.  It's about templates, not about whether
chars are 'signed' or 'unsigned'.

Michael C

===

2004-02-28  Daniel Jacobowitz  <drow@mvista.com>

	* gdb.cp/ctti.exp: Handle unsigned char type.


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